Newer
Older
"name": "dbp-app-shell",
"dbp-auth": "^1.0.0",
"dbp-common": "^1.0.0",
"dbp-language-select": "^1.0.0",
"dbp-notification": "^1.0.0",
"dbp-person-profile": "^1.0.0",
"karma": "^5.1.0",
"karma-chrome-launcher": "^3.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 ."
}
}