package.json
1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "drugcloud",
"version": "0.0.1",
"private": true,
"scripts": {
"s": "supervisor -w bin,module,routes,views ./bin/supplier",
"h": "supervisor -i uploads, public,vue-webpack,static-build,node_modules ./bin/hospital",
"d": "supervisor -i uploads, public,vue-webpack,static-build,node_modules ./bin/distribution",
"o": "supervisor -w bin,module,routes,views ./bin/operation",
"g": "supervisor -w bin,module,routes,views ./bin/government",
"f": "supervisor -w bin,module,routes,views ./bin/finance",
"devh": "cd vue-webpack && webpack --config webpack.hospital.js --progress --colors --watch",
"devs": "cd vue-webpack && webpack --config webpack.supplier.js --progress --colors --watch",
"devd": "cd vue-webpack && webpack --config webpack.distribution.js --progress --colors --watch",
"devo": "cd vue-webpack && webpack --config webpack.operation.js --progress --colors --watch"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"echarts": "^3.6.1",
"express": "~4.13.1",
"express-session": "^1.13.0",
"hbs": "~3.1.0",
"merge-descriptors": "^2.0.0",
"mockjs": "^1.0.1-beta3",
"morgan": "~1.6.1",
"multer": "^1.1.0",
"node-rest-client": "^1.8.0",
"request": "^2.74.0",
"sass-loader": "^6.0.5",
"serve-favicon": "~2.3.0",
"supervisor": "^0.12.0",
"v-vuerify": "^0.2.1",
"vue-msgbox": "^0.2.11",
"vue-sortable": "^0.1.3",
"vuerify": "^0.2.1"
},
"devDependencies": {
"babel-preset-env": "^1.6.0",
"node-sass": "^4.5.2",
"sass-loader": "^6.0.5"
}
}