package.json
1.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
{
"name": "yoho-dashboard",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"pc-dev": "cd app && webpack-dev-server --config ./build/webpack.pc.dev.conf.js",
"wap-dev": "cd app && webpack-dev-server --config ./build/webpack.wap.dev.conf.js",
"pc-build": "cd app && webpack --config ./build/webpack.pc.prod.conf.js",
"wap-build": "cd app && webpack --config ./build/webpack.wap.prod.conf.js"
},
"dependencies": {
"axios": "^0.15.3",
"babel-runtime": "^6.23.0",
"echarts": "^3.5.1",
"iview": "2.0.0-rc.8",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"vue": "^2.2.2",
"vue-cookie": "^1.1.4",
"vue-router": "^2.2.0",
"vue-template-compiler": "^2.2.2",
"webpack-dev-server": "^2.4.2",
"yoho-store": "^1.3.20"
},
"devDependencies": {
"autoprefixer": "^6.7.2",
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-istanbul": "^3.1.2",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-env": "^1.2.1",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.22.0",
"css-loader": "^0.26.1",
"eslint": "^3.14.1",
"eslint-config-standard": "^6.2.1",
"eslint-config-yoho": "^1.0.8",
"eslint-friendly-formatter": "^2.0.7",
"eslint-loader": "^1.6.1",
"eslint-plugin-html": "^2.0.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"extract-text-webpack-plugin": "^2.0.0",
"file-loader": "^0.10.0",
"html-webpack-plugin": "^2.28.0",
"node-sass": "^4.5.2",
"optimize-css-assets-webpack-plugin": "^1.3.0",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.1",
"url-loader": "^0.5.7",
"vue-loader": "^11.1.4",
"vue-style-loader": "^2.0.0",
"webpack": "^2.2.1",
"webpack-px-to-rem": "^0.1.0"
},
"author": "",
"license": "ISC"
}