-
Notifications
You must be signed in to change notification settings - Fork 461
/
Copy pathpackage.json
81 lines (81 loc) · 2.03 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
{
"name": "dva-boot-admin",
"version": "3.0.0",
"description": "dva-boot-admin",
"homepage": "/dva-boot-admin",
"repository": {
"type": "git",
"url": "[email protected]:LANIF-UI/dva-boot-admin.git"
},
"license": "MIT",
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject",
"gh-pages": "react-app-rewired build && gh-pages -d build"
},
"dependencies": {
"@ant-design/compatible": "^1.0.1",
"@ant-design/icons": "^4.0.3",
"@antv/data-set": "^0.8.9",
"antd": "^4.0.3",
"bizcharts": "^3.5.9",
"classnames": "^2.2.5",
"cmn-utils": "^1.0.10",
"css-animation": "^1.5.0",
"css-element-queries": "^1.0.2",
"dva": "^2.6.0-beta.20",
"dva-loading": "^3.0.20",
"echarts": "^4.1.0",
"enquire.js": "^2.1.6",
"lazysizes": "^4.0.4",
"masonry-layout": "^4.2.1",
"object.omit": "^3.0.0",
"path-to-regexp": "^2.2.1",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-fast-compare": "^3.0.1",
"react-transition-group": "^4.3.0",
"wangeditor": "^3.1.1"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.3.0",
"babel-plugin-import": "^1.11.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"customize-cra": "^1.0.0-alpha.0",
"fetch-mock": "^6.4.3",
"gh-pages": "^2.0.1",
"http-proxy-middleware": "^0.19.1",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"mockjs": "^1.1.0",
"prop-types": "^15.6.1",
"react-app-rewired": "^2.1.5",
"react-scripts": "^3.4.0",
"webpack-bundle-analyzer": "^3.3.2"
},
"create-template": {
"ignoreScript": [
"gh-pages"
],
"ignoreDevDependencies": [
"gh-pages"
],
"ignore": [
".git",
"CHANGELOG.md",
"LICENSE",
"README.*.md"
],
"route": {
"nameCase": "pascal",
"importStyle": "func"
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 11"
]
}