-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.74 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
{
"name": "vue-router-demo",
"version": "1.4.0",
"description": "vue-router,vue,webpack,vuex",
"scripts": {
"prebuild": "rm -rf ./dist",
"start": "npm run dev",
"build": "cross-env NODE_ENV=production webpack -p --config build --progress --colors",
"dev": "cross-env NODE_ENV=development node build/dev-client",
"pack": "node build/build-pack",
"clean": "node build/build-clean",
"test": "node build/build-server"
},
"author": {
"name": "zhe-he",
"e-mail": "zhe-he@qq.com"
},
"repository": {
"type": "git",
"url": "git@github.com:zhe-he/vue-router-demo.git"
},
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/plugin-proposal-decorators": "^7.1.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.1.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@types/node": "^10.11.0",
"axios": "^0.18.0",
"babel-eslint": "^10.0.0",
"babel-loader": "^8.0.2",
"copy-webpack-plugin": "^4.5.2",
"cross-env": "^5.2.0",
"css-hot-loader": "^1.4.2",
"css-loader": "^1.0.0",
"eslint": "^5.6.0",
"eslint-config-standard": "^12.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.1.1",
"eslint-plugin-html": "^4.0.6",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.0.0-beta.3",
"fastclick": "^1.0.6",
"file-loader": "^2.0.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.3",
"node-sass": "^4.9.3",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.0.7",
"promise-polyfill": "^8.1.0",
"pug": "^2.0.3",
"pug-plain-loader": "^1.0.0",
"raw-loader": "^0.5.1",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"url-loader": "^1.1.1",
"vue": "^2.5.17",
"vue-hot-reload-api": "^2.3.1",
"vue-loader": "^15.4.2",
"vue-router": "^3.0.1",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.5.17",
"vuex": "^3.0.1",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.1"
},
"dependencies": {
"archiver": "^3.0.0",
"connect-history-api-fallback": "^1.5.0",
"del": "^3.0.0",
"express": "^4.16.3",
"http-proxy-middleware": "^0.19.0",
"opn": "^5.4.0",
"portfinder": "^1.0.17",
"webpack-dev-middleware": "^3.4.0",
"webpack-hot-middleware": "^2.24.2"
}
}