what-is-the-dose/package.json

34 lines
729 B
JSON

{
"private": true,
"name": "what-is-the-dose",
"productName": "what-is-the-dose",
"description": ".",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"dev": "poi",
"build": "poi build",
"report": "poi build --bundle-report",
"serve": "serve dist --single",
"test": "tyu"
},
"author": {
"name": "nilsnh",
"email": "mail@nilsnh.no"
},
"dependencies": {
"normalize.css": "^7.0.0",
"object-assign": "^4.1.1",
"offline-plugin": "^4.8.0",
"promise-polyfill": "^6.0.2",
"vuex": "^3.0.1"
},
"devDependencies": {
"poi": "^9.0.0",
"poi-preset-bundle-report": "^2.0.0",
"poi-preset-offline": "^9.0.0",
"serve": "^6.1.0",
"tyu": "^1.0.4"
}
}