Newer
Older
{
"name": "vpu-app-shell",
"version": "1.0.0",
"main": "src/index.js",
"babel-eslint": "^10.1.0",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^1.3.0",
"rollup-plugin-consts": "^1.0.1",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-delete": "^1.2.0",
"vpu-auth": "file:./vendor/auth",
"vpu-common": "file:./vendor/common",
"vpu-language-select": "file:./vendor/language-select",
"vpu-notification": "file:./vendor/notification",
"vpu-person-profile": "file:./vendor/person-profile"
},
"@open-wc/scoped-elements": "^1.0.8",
"lit-element": "^2.2.1",
"lit-html": "^1.1.2",
"scripts": {
"build": "npm run build-local",
"build-local": "rollup -c",
"build-test": "rollup -c --environment BUILD:test",
"watch": "npm run watch-local",
"watch-local": "rollup -c --watch",
"test": "npm run build-test && karma start --singleRun",
"lint": "eslint ."
}
}