-
Reiter, Christoph authored
This uses sentry internally, but only sends things to the server when configured that way.
Reiter, Christoph authoredThis uses sentry internally, but only sends things to the server when configured that way.
This project manages its dependencies using npm.
Learn more
package.json 1.03 KiB
{
"name": "vpu-common",
"version": "1.0.1",
"module": "index.js",
"devDependencies": {
"chai": "^4.2.0",
"karma": "^4.2.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.0.0",
"karma-mocha": "^1.3.0",
"mocha": "^6.2.0",
"node-sass": "^4.12.0",
"puppeteer": "^1.15.0",
"rollup": "^1.11.3",
"rollup-plugin-commonjs": "^10.0.2",
"rollup-plugin-consts": "^1.0.1",
"rollup-plugin-copy": "^3.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-multi-entry": "^2.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-serve": "^1.0.1",
"rollup-plugin-url": "^2.2.2"
},
"scripts": {
"clean": "rm dist/*",
"build": "rollup -c",
"build-test": "rollup -c --environment BUILD:test",
"test": "npm run build-test && karma start --singleRun",
"watch": "rollup -c --watch"
},
"dependencies": {
"@sentry/browser": "^5.6.3",
"bulma": "^0.7.5",
"i18next": "^17.0.11",
"lit-element": "^2.2.1",
"material-design-icons-svg": "^3.0.0"
}
}