-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.42 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.42 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": "manage-cli",
"version": "1.0.0",
"description": "后台管理系统通用解决方案",
"main": "index.js",
"scripts": {
"d": "cross-env PORT=8994 webpack-dev-server --config build/webpack.dev.js --compress",
"r": "rm -rf dist && cross-env NODE_ENV=production webpack --config build/webpack.prod.js --progress --hide-modules"
},
"author": "aliarmo",
"dependencies": {
"vue-router": "^3.0.1",
"vuex": "^3.0.1",
"babel-polyfill": "^6.26.0"
},
"devDependencies": {
"area-loader": "^1.0.1",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.2",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"copy-webpack-plugin": "^4.5.2",
"cross-env": "^5.0.5",
"eslint": "^6.6.0",
"eslint-config-tencentvfe": "0.0.1",
"file-loader": "^0.11.2",
"html-webpack-plugin": "^2.30.1",
"progress-bar-webpack-plugin": "^1.10.0",
"rimraf": "^2.6.2",
"scope-loader": "^1.0.2",
"vue-html-loader": "^1.2.4",
"vue-loader": "^12.2.2",
"vue-template-compiler": "^2.4.4",
"webpack": "^2.7.0",
"webpack-dev-middleware": "^1.12.0",
"webpack-dev-server": "^2.8.2",
"webpack-hot-middleware": "^2.19.1",
"webpack-shell-plugin": "^0.5.0"
},
"license": "ISC"
}