Newer
Older
Bekerle, Patrizio
committed
{
"name": "vpu-knowledge-base-web-page-element-view",
"version": "1.0.0",
Bekerle, Patrizio
committed
"devDependencies": {
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.0.0",
Bekerle, Patrizio
committed
"node-sass": "^4.12.0",
"rollup": "^2.18.2",
"@rollup/plugin-commonjs": "^13.0.0",
"rollup-plugin-consts": "^1.0.1",
"rollup-plugin-copy": "^3.1.0",
"rollup-plugin-delete": "^2.0.0",
"@rollup/plugin-json": "^4.0.0",
"@rollup/plugin-node-resolve": "^8.1.0",
"rollup-plugin-postcss": "^3.1.2",
"rollup-plugin-replace": "^2.2.0",
Bekerle, Patrizio
committed
"rollup-plugin-serve": "^1.0.1",
"rollup-plugin-terser": "^6.1.0",
"@rollup/plugin-url": "^5.0.1",
"vpu-auth": "file:./vendor/auth",
"vpu-common": "file:./vendor/common"
Bekerle, Patrizio
committed
},
"dependencies": {
Bekerle, Patrizio
committed
"lit-element": "^2.1.0",
"lit-html": "^1.1.1",
"material-design-icons-svg": "^3.0.0"
Bekerle, Patrizio
committed
},
"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",
Bekerle, Patrizio
committed
"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"