Newer
Older
{
"name": "vpu-app-shell",
"version": "1.0.0",
"main": "src/index.js",
"eslint": "^7.3.1",
"eslint-plugin-jsdoc": "^28.5.1",
"karma": "^5.1.0",
"karma-chrome-launcher": "^3.0.0",
"vpu-auth": "^1.0.0",
"vpu-common": "^1.0.0",
"vpu-language-select": "^1.0.0",
"vpu-notification": "^1.0.0",
"vpu-person-profile": "^1.0.0"
"@open-wc/scoped-elements": "^1.1.1",
"i18next": "^19.5.3",
"lit-element": "^2.3.1",
"lit-html": "^1.1.1",
"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 ."
}
}