-
Notifications
You must be signed in to change notification settings - Fork 518
/
package.json
71 lines (71 loc) · 1.8 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
{
"name": "horizon-ui-chakra",
"version": "2.0.0",
"private": true,
"dependencies": {
"@babel/preset-react": "^7.18.6",
"@chakra-ui/icons": "^2.0.19",
"@chakra-ui/react": "2.6.1",
"@chakra-ui/system": "2.5.7",
"@chakra-ui/theme-tools": "^1.3.6",
"@emotion/cache": "^11.12.0",
"@emotion/react": "^11.12.0",
"@emotion/styled": "^11.12.0",
"@tanstack/react-table": "^8.19.3",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"apexcharts": "3.50.0",
"framer-motion": "^11.3.7",
"npm-force-resolutions": "^0.0.10",
"react": "18.3.1",
"react-apexcharts": "1.4.1",
"react-calendar": "^5.0.0",
"react-custom-scrollbars-2": "^4.5.0",
"react-dom": "18.3.1",
"react-dropzone": "^14.2.3",
"react-icons": "^5.2.1",
"react-is": "^18.3.1",
"react-router-dom": "^6.25.1",
"react-scripts": "^5.0.0",
"stylis": "^4.3.2",
"stylis-plugin-rtl": "^2.0.2",
"web-vitals": "^4.2.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"preinstall": "npx npm-force-resolutions"
},
"resolutions": {
"react-error-overlay": "6.0.9"
},
"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": {
"anymatch": "^3.1.3",
"chokidar": "^3.6.0",
"gh-pages": "^6.1.1",
"micromatch": "^4.0.7"
}
}