-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnet.package.json
More file actions
89 lines (89 loc) · 2.92 KB
/
net.package.json
File metadata and controls
89 lines (89 loc) · 2.92 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
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
{
"name": "xxx",
"version": "1.0.0",
"description": "xxx",
"browserslist": [
"cover 99.5%"
],
"scripts": {
"build": "webpack --config webpack.pro.config.js --hide-modules",
"test": "webpack --config webpack.test.config.js --port 9090 --hide-modules",
"dev": "webpack-dev-server --config webpack.dev.config.js --progress",
"lint": "eslint webpack.base.config.js webpack.dev.config.js webpack.pro.config.js webpack.test.config.js src/",
"fix": "eslint --fix webpack.base.config.js webpack.dev.config.js webpack.pro.config.js webpack.test.config.js src/",
"dist": "node server.js",
"deployDev": "sh deploy_dev.sh",
"deployUat": "sh deploy_uat.sh"
},
"dependencies": {
"accounting": "^0.4.1",
"animate.css": "^3.6.1",
"axios": "^0.18.0",
"bowser": "^2.0.0-alpha.4",
"element-ui": "^2.10.0",
"hover.css": "^2.3.1",
"moment": "^2.18.1",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"qs": "^6.5.0",
"vue": "^2.6.10",
"vue-clipboards": "^1.3.0",
"vue-dom-portal": "^0.1.6",
"vue-router": "^3.0.1",
"vuejs-paginate": "^2.0.1",
"vuex": "^3.0.1"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.4.4",
"autoprefixer": "^9.5.1",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.5",
"babel-plugin-component": "^1.1.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-polyfill": "^6.26.0",
"chalk": "^2.4.2",
"clean-webpack-plugin": "^2.0.2",
"copy-webpack-plugin": "^5.0.4",
"css-loader": "^3.2.0",
"cssnano": "^4.1.10",
"eslint": "^6.4.0",
"eslint-config-standard": "^14.1.0",
"eslint-config-vue": "^2.0.2",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^3.0.1",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^5.2.3",
"express": "^4.17.1",
"file-loader": "^3.0.1",
"happypack": "^5.0.1",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^4.6.0",
"mini-css-extract-plugin": "^0.6.0",
"node-sass": "^4.12.0",
"node-version-compare": "^1.0.2",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"raw-loader": "0.5.1",
"sass-loader": "^7.1.0",
"script-ext-html-webpack-plugin": "^2.1.4",
"style-loader": "^0.23.1",
"sugarss": "^2.0.0",
"terser-webpack-plugin": "^1.2.3",
"vue-loader": "^15.7.1",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.30.0",
"webpack-bundle-analyzer": "^3.5.2",
"webpack-cli": "^3.3.1",
"webpack-dev-server": "^3.8.2",
"webpack-merge": "^4.2.2",
"webpack-simple-progress-plugin": "^0.0.4"
}
}