forked from taxilng/fund
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.1 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "crm2.0",
"version": "2.0.6",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"analyz": "vue-cli-service build --mode analyze"
},
"dependencies": {
"@antv/g6": "^2.1.2",
"@antv/g6-editor": "^1.2.0",
"axios": "^0.19.0",
"babel-polyfill": "^6.26.0",
"clipboard": "^2.0.4",
"core-js": "^2.6.5",
"echarts": "^4.2.1",
"element-china-area-data": "^4.1.2",
"element-ui": "^2.10.1",
"file-saver": "^2.0.2",
"iview": "^3.4.2",
"js-md5": "^0.7.3",
"jssip": "^3.3.11",
"less": "^3.9.0",
"lodash": "^4.17.14",
"moment": "^2.24.0",
"nprogress": "^0.2.0",
"sortablejs": "^1.10.0-rc3",
"svg-sprite-loader": "4.1.3",
"vue": "^2.6.10",
"vue-clipboard2": "^0.3.1",
"vue-i18n": "^8.12.0",
"vue-router": "3.0.3",
"vuex": "^3.0.1",
"wangeditor": "^3.1.1",
"webpack-bundle-analyzer": "^3.9.0",
"xlsx": "^0.14.4"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.9.0",
"@vue/cli-plugin-eslint": "^3.9.0",
"@vue/cli-service": "^3.9.0",
"babel-eslint": "^10.0.1",
"babel-plugin-component": "^1.1.1",
"babel-plugin-import": "^1.12.0",
"css-loader": "^3.0.0",
"es6-promise": "^4.2.8",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"js-audio-recorder": "^1.0.4",
"less-loader": "^5.0.0",
"node-sass": "^4.9.2",
"qrcodejs2": "0.0.2",
"sass-loader": "^7.0.3",
"script-loader": "^0.7.2",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue-cli-plugin-element": "^1.0.1",
"vue-template-compiler": "^2.6.10"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {
"no-console": 0
},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}