-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.37 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
{
"name": "MZ-Website",
"version": "1.2.3",
"description": "vue-router,vue,webpack,vuex",
"scripts": {
"start": "cross-env NODE_ENV=development webpack --config build/ --progress --colors",
"watch": "cross-env NODE_ENV=development webpack --config build/ --colors --watch",
"prebuild": "rm -rf ./www",
"build": "cross-env NODE_ENV=production webpack -p --config build/ --progress --colors",
"dev": "cross-env NODE_ENV=development node build/server",
"pack": "node build/pack",
"clean": "node build/clean",
"test": "node build/publicServer"
},
"author": {
"name": "zhe-he",
"e-mail": "[email protected]"
},
"repository": {
"type": "git",
"url": "[email protected]:H5-web/vue-router-demo.git"
},
"license": "ISC",
"devDependencies": {
"@types/node": "^8.0.28",
"axios": "^0.19.2",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-stage-2": "^6.24.1",
"copy-webpack-plugin": "^4.0.0",
"cross-env": "^5.0.5",
"css-hot-loader": "^1.3.2",
"css-loader": "^0.28.7",
"echarts": "^3.8.5",
"eslint": "^4.7.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-vue": "^2.1.0",
"extract-text-webpack-plugin": "^3.0.0",
"fastclick": "^1.0.6",
"fetch-jsonp": "^1.1.3",
"file-loader": "^0.11.1",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.30.1",
"json-loader": "^0.5.7",
"mint-ui": "^2.2.9",
"node-sass": "^4.5.3",
"postcss-cssnext": "^3.0.2",
"postcss-loader": "^2.0.6",
"promise-polyfill": "^6.0.2",
"pug": "^2.0.0-rc.4",
"pug-loader": "^2.3.0",
"raw-loader": "^0.5.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.1",
"ts-loader": "^2.3.7",
"typescript": "^2.5.2",
"url-loader": "^0.5.9",
"vue": "^2.4.4",
"vue-hot-reload-api": "^2.0.6",
"vue-i18n": "^7.0.3",
"vue-loader": "^13.0.5",
"vue-router": "^2.7.0",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.3.4",
"vuex": "^2.4.0",
"webpack": "^3.6.0"
},
"dependencies": {
"archiver": "^2.0.3",
"connect-history-api-fallback": "^1.3.0",
"del": "^3.0.0",
"express": "^4.15.4",
"http-proxy-middleware": "^0.17.4",
"opn": "^5.1.0",
"webpack-dev-middleware": "^1.12.0",
"webpack-hot-middleware": "^2.19.1"
}
}