-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 1.93 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
{
"private": true,
"scripts": {
"start": "umi dev",
"start:no-mock": "cross-env MOCK=none umi dev",
"build": "umi build",
"test": "umi test",
"lint": "eslint --ext .js src mock tests",
"precommit": "lint-staged"
},
"dependencies": {
"@amap/amap-jsapi-loader": "^0.0.1",
"@antv/g2plot": "^1.1.1",
"ant-design-pro": "^1.1.0",
"antd": "^3.22.2",
"axios": "^0.19.0",
"babel-polyfill": "^6.26.0",
"china-division": "^2.0.0",
"classnames": "^2.2.6",
"console-polyfill": "^0.3.0",
"dva": "^2.4.1",
"echarts": "^4.0.4",
"echarts-for-react": "^2.0.8",
"echarts-gl": "^1.1.1",
"es5-shim": "^4.5.10",
"es6-promise": "^4.2.8",
"file-saver": "^1.3.8",
"glob": "^7.1.2",
"md5": "^2.2.1",
"moment": "^2.24.0",
"path-to-regexp": "^3.0.0",
"react": "^16.8.6",
"react-amap": "^1.2.8",
"react-dom": "^16.8.6",
"react-router-breadcrumbs-hoc": "3.2.10",
"simditor": "2.3.19",
"swiper": "^5.3.6",
"umi": "^2.7.7",
"umi-plugin-react": "^1.8.4",
"umi-request": "^1.2.19",
"xlsx": "^0.13.1"
},
"devDependencies": {
"babel-eslint": "^9.0.0",
"cross-env": "^5.2.0",
"eslint": "^5.13.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^6.1.0",
"eslint-config-umi": "^1.5.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-compat": "^2.6.3",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-markdown": "^1.0.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.12.4",
"mockjs": "^1.0.1-beta3",
"prettier": "^1.18.2",
"slash2": "^2.0.0",
"stylelint": "^9.10.1",
"stylelint-config-css-modules": "^1.3.0",
"stylelint-config-prettier": "^5.0.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-declaration-block-no-ignored-properties": "^2.1.0",
"stylelint-order": "^2.0.0"
},
"engines": {
"node": ">=8.0.0"
},
"checkFiles": [
"src/**/*.js*",
"src/**/*.less",
"config/**/*.js*",
"scripts/**/*.js"
]
}