-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
48 lines (48 loc) · 1.32 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
{
"name": "admin-web",
"version": "1.0.0",
"description": "",
"main": "",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-component": "^0.10.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-runtime": "^6.25.0",
"babili-webpack-plugin": "^0.1.2",
"compression-webpack-plugin": "^1.0.1",
"css-loader": "^0.28.4",
"echarts": "^3.6.2",
"element-ui": "^1.4.9",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^0.11.2",
"html-webpack-plugin": "^2.30.1",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"ora": "^1.3.0",
"qrcode": "^0.9.0",
"quill": "^1.3.1",
"rimraf": "^2.6.1",
"style-loader": "^0.18.2",
"time-formater": "^1.0.1",
"vue": "^2.4.2",
"vue-loader": "^13.0.2",
"vue-quill-editor": "^2.2.6",
"vue-resource": "^1.3.4",
"vue-router": "^2.7.0",
"vue-template-compiler": "^2.4.2",
"vuex": "^2.3.1",
"webpack": "^3.4.1",
"webpack-dev-server": "^2.6.1"
},
"scripts": {
"start": "webpack-dev-server --inline --config build/config/webpack/webpack.dev.conf.js",
"build": "node build/build.js"
},
"keywords": [],
"author": "",
"license": "ISC"
}