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
| {
| "name": "customer_system",
| "version": "0.1.0",
| "private": true,
| "dependencies": {
| "@ant-design/charts": "^1.4.2",
| "@ant-design/colors": "^7.0.0",
| "@ant-design/icons": "^4.7.0",
| "@ant-design/plots": "^1.2.5",
| "@antv/g2": "^4.2.1",
| "@arco-design/web-react": "^2.63.1",
| "@arco-themes/react-gzzz": "^0.0.2",
| "@craco/craco": "^6.4.3",
| "@testing-library/jest-dom": "^5.16.2",
| "@testing-library/react": "^12.1.2",
| "@testing-library/user-event": "^13.5.0",
| "@types/react-router-dom": "^5.3.3",
| "antd": "^4.19.5",
| "axios": "^0.26.0",
| "craco-less": "^2.0.0",
| "crypto-js": "^4.1.1",
| "docx-preview": "^0.3.5",
| "echarts": "^5.4.2",
| "html2canvas": "^1.4.1",
| "import": "0.0.6",
| "prop-types": "^15.8.1",
| "react": "^17.0.2",
| "react-bmapgl": "^0.2.27",
| "react-custom-scrollbars": "^4.2.1",
| "react-dom": "^17.0.2",
| "react-image-crop": "^11.0.7",
| "react-infinite-scroll-component": "^6.1.0",
| "react-pdf": "^5.7.2",
| "react-router-dom": "^6.2.1",
| "react-scripts": "5.0.0",
| "react-virtual": "^2.10.4",
| "web-vitals": "^2.1.4"
| },
| "homepage": ".",
| "scripts": {
| "start": "craco start",
| "build": "craco build",
| "test": "craco test",
| "eject": "react-scripts eject"
| },
| "eslintConfig": {
| "extends": [
| "react-app",
| "react-app/jest"
| ]
| },
| "browserslist": {
| "production": [
| ">0.2%",
| "not dead",
| "not op_mini all"
| ],
| "development": [
| "last 1 chrome version",
| "last 1 firefox version",
| "last 1 safari version"
| ]
| },
| "devDependencies": {
| "@arco-plugins/vite-react": "^1.3.3"
| }
| }
|
|