-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
88 lines (88 loc) · 2.35 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
{
"name": "react-admin-client",
"version": "0.1.0",
"private": true,
"homepage": "./",
"dependencies": {
"@ant-design/pro-form": "^1.13.6",
"@antv/data-set": "^0.11.8",
"@craco/craco": "^5.9.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@types/echarts": "^4.9.3",
"@types/html-to-draftjs": "^1.4.0",
"@types/jest": "^24.9.1",
"@types/jsonp": "^0.2.0",
"@types/node": "^12.12.62",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@types/react-redux": "^7.1.16",
"@types/react-router-dom": "^5.1.5",
"@types/store": "^2.0.2",
"antd": "^4.6.6",
"axios": "^0.20.0",
"bizcharts": "^4.1.7",
"classnames": "^2.2.6",
"craco-less": "^1.17.0",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"echarts": "^4.2.1",
"echarts-for-react": "^2.0.15-beta.0",
"html-to-draftjs": "^1.5.0",
"http-proxy-middleware": "^1.0.5",
"jsonp": "^0.2.1",
"nanoid": "^3.1.20",
"node-sass": "4.14.1",
"raw-loader": "^4.0.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-draft-wysiwyg": "^1.14.5",
"react-markdown": "^5.0.3",
"react-redux": "^7.2.2",
"react-redux-typescript-scripts": "^1.6.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"react-syntax-highlighter": "^15.4.3",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-react-hook": "^4.0.3",
"redux-thunk": "^2.3.0",
"store": "^2.0.12",
"typesafe-actions": "^5.1.0",
"typescript": "^4.1.2",
"zent": "^9.4.0"
},
"scripts": {
"dev": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "craco eject"
},
"eslintConfig": {
"extends": "react-app"
},
"resolutions": {
"**/@typescript-eslint/eslint-plugin": "^4.1.1",
"**/@typescript-eslint/parser": "^4.1.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/classnames": "^2.3.1",
"@types/draft-js": "^0.10.44",
"@types/draftjs-to-html": "^0.8.0",
"@types/react-draft-wysiwyg": "^1.13.0"
}
}