-
Reiter, Christoph authored
I couldn't find any breaking changes affecting us
Reiter, Christoph authoredI couldn't find any breaking changes affecting us
This project manages its dependencies using npm.
Learn more
package.json 1.45 KiB
{
"name": "dbp-app-shell",
"version": "1.0.0",
"main": "src/index.js",
"license": "LGPL-2.1-or-later",
"private": true,
"devDependencies": {
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"babel-eslint": "^10.1.0",
"chai": "^4.2.0",
"eslint": "^7.3.1",
"eslint-plugin-jsdoc": "^30.6.4",
"glob": "^7.1.6",
"karma": "^5.1.0",
"karma-chrome-launcher": "^3.0.0",
"karma-firefox-launcher": "^1.3.0",
"karma-mocha": "^2.0.1",
"mocha": "^8.0.1",
"puppeteer": "^2.1.1",
"rollup": "^2.19.0",
"rollup-plugin-consts": "^1.0.1",
"rollup-plugin-copy": "^3.1.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-emit-ejs": "^3.1.0",
"rollup-plugin-serve": "^1.0.1"
},
"dependencies": {
"@open-wc/scoped-elements": "^1.1.1",
"dbp-auth": "^1.0.0",
"dbp-common": "^1.0.0",
"dbp-language-select": "^1.0.0",
"dbp-matomo": "^1.0.0",
"dbp-notification": "^1.0.0",
"dbp-person-profile": "^1.0.0",
"i18next": "^19.5.3",
"lit-element": "^2.3.1",
"lit-html": "^1.1.1",
"universal-router": "^9.0.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 ."
}
}