Newer
Older
{
"name": "vpu-person-profile",
"version": "1.0.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.0.0",
"node-sass": "^4.12.0",
"puppeteer": "^1.19.0",
"rollup": "^2.19.0",
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-json": "^4.0.3",
"@rollup/plugin-node-resolve": "^7.1.3",
"rollup-plugin-consts": "^1.0.1",
"rollup-plugin-copy": "^3.1.0",
"rollup-plugin-serve": "^1.0.1",
"rollup-plugin-terser": "^6.1.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-url": "^3.0.1",
"i18next-scanner": "^2.10.2",
"vpu-auth": "file:./vendor/auth",
"vpu-common": "file:./vendor/common",
"vpu-person-select": "file:./vendor/person-select"
"@open-wc/scoped-elements": "^1.0.8",
"jquery": "^3.4.1",
"lit-element": "^2.2.1"
},
"scripts": {
"clean": "rm dist/*",
"build": "npm run build-local",
"build-local": "rollup -c",
"build-dev": "rollup -c --environment BUILD:development",
"build-prod": "rollup -c --environment BUILD:production",
"build-demo": "rollup -c --environment BUILD:demo",
"build-test": "rollup -c --environment BUILD:test",
"i18next": "i18next-scanner",
"watch": "npm run watch-local",
"watch-local": "rollup -c --watch",
"watch-dev": "rollup -c --watch --environment BUILD:development",
"test": "npm run build-test && karma start --singleRun"
}
}