-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.68 KB
/
package.json
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "driverApp",
"version": "1.1.4",
"description": "This guy is too lazy to leave anything",
"scripts": {
"start": "cross-env NODE_ENV=development webpack --progress --colors",
"watch": "cross-env NODE_ENV=development webpack --colors --watch",
"prebuild": "rm -rf www",
"build": "cross-env NODE_ENV=production webpack -p --progress --colors",
"postbuild": "npm run pack",
"server": "cross-env NODE_ENV=development node server --3337",
"test": "node ./config/interface-test --8081",
"interface": "supervisor ./config/interface-test",
"pack": "node ./config/pack",
"clean": "node ./config/clean"
},
"author": {
"name": "zhe-he",
"e-mail": "hezhe@ihangmei.com",
"github": "https://github.com/zhe-he"
},
"repository": {
"type": "git",
"url": "git@git.ihangmei.com:wangfan/driverApp.git"
},
"license": "ISC",
"devDependencies": {
"@types/node": "^7.0.31",
"archiver": "^1.2.0",
"autoprefixer": "^7.1.1",
"babel-core": "^6.25.0",
"babel-loader": "^7.0.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.20.0",
"babel-preset-es2015": "^6.24.0",
"copy-webpack-plugin": "^4.0.0",
"cross-env": "^5.0.1",
"css-loader": "^0.28.3",
"del": "^3.0.0",
"eslint": "^3.19.0",
"eslint-loader": "^1.8.0",
"eslint-plugin-vue": "^2.0.1",
"exports-loader": "^0.6.3",
"extract-text-webpack-plugin": "^2.1.2",
"fastclick": "^1.0.6",
"fetch-jsonp": "^1.1.1",
"file-loader": "^0.11.1",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"json-loader": "^0.5.4",
"less": "^2.7.1",
"less-loader": "^4.0.4",
"lrz": "^4.9.40",
"mint-ui": "^2.2.7",
"node-sass": "^4.5.3",
"postcss-loader": "^2.0.6",
"pug": "^2.0.0-rc.2",
"pug-loader": "^2.3.0",
"raw-loader": "^0.5.1",
"run-sequence": "^1.2.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.1",
"ts-loader": "^2.1.0",
"typescript": "^2.3.4",
"url-loader": "^0.5.9",
"vue": "^2.3.4",
"vue-hot-reload-api": "^2.0.6",
"vue-html-loader": "^1.2.3",
"vue-i18n": "^7.0.3",
"vue-loader": "^11.3.4",
"vue-resource": "^1.3.4",
"vue-router": "^2.6.0",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.3.4",
"vuex": "^2.1.1",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5",
"whatwg-fetch": "^2.0.1"
},
"dependencies": {
"archiver": "^1.3.0",
"body-parser": "^1.17.2",
"consolidate": "^0.14.5",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-beta.1",
"express": "^4.15.3",
"multer": "^1.3.0"
}
}