Newer
Older
"name": "@dbp-toolkit/app-shell",
"homepage": "https://gitlab.tugraz.at/dbp/web-components/toolkit/-/tree/master/packages/app-shell",
Bekerle, Patrizio
committed
"version": "0.2.3",
"type": "git",
"url": "https://gitlab.tugraz.at/dbp/web-components/toolkit.git",
"directory": "packages/app-shell"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"eslint-plugin-jsdoc": "^35.0.0",
"@dbp-toolkit/auth": "^0.2.2",
"@dbp-toolkit/common": "^0.2.2",
"@dbp-toolkit/language-select": "^0.2.2",
"@dbp-toolkit/matomo": "^0.2.2",
"@dbp-toolkit/notification": "^0.2.2",
"@dbp-toolkit/person-profile": "^0.2.2",
"@open-wc/scoped-elements": "^1.3.3",
"lit-element": "^2.4.0",
"lit-html": "^1.3.0",
"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 ."
}
}