-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2 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
{
"name": "toolFe",
"version": "1.0.0",
"description": "webpack 相关测试",
"main": "readme.js",
"scripts": {
"start": "webpack-dev-server --env development --history-api-fallback",
"build": "rm -rf ./build && webpack --env production"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^7.1.6",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-istanbul": "^4.1.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"clean-webpack-plugin": "^0.1.17",
"css-loader": "^0.28.7",
"cssnano": "^3.10.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"html-webpack-plugin": "^2.30.1",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"node-less": "^1.0.0",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"postcss-loader": "^2.0.9",
"script-loader": "^0.7.2",
"style-loader": "^0.19.0",
"uglifyjs-webpack-plugin": "^1.1.2",
"url-loader": "^0.6.2",
"vue-loader": "^13.5.0",
"vue-style-loader": "^3.0.3",
"vue-template-compiler": "^2.5.9",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.7",
"webpack-merge": "^4.1.1"
},
"dependencies": {
"axios": "^0.17.1",
"babel-runtime": "^6.26.0",
"echarts": "^3.8.5",
"file-saver": "^1.3.3",
"loadash": "^1.0.0",
"lodash": "^4.17.4",
"vee-validate": "^2.0.0",
"vue": "^2.5.9",
"vue-baidu-map": "^0.18.9",
"vue-carousel-3d": "^0.1.19",
"vue-datatable": "^1.0.4",
"vue-echarts": "^2.6.0",
"vue-flatpickr-component": "^6.1.0",
"vue-i18n": "^7.3.3",
"vue-notification": "^1.3.4",
"vue-notify-me": "^1.1.0",
"vue-router": "^3.0.1",
"vue-select": "^2.3.0",
"vue-simple-spinner": "^1.2.8",
"vue-wysiwyg": "^1.3.5",
"vuex": "^3.0.1",
"vuex-router-sync": "^5.0.0",
"xlsx": "^0.11.16"
}
}