-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
73 lines (73 loc) · 1.95 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
{
"name": "react_cih_app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@blueprintjs/table": "^4.6.8",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@inovua/reactdatagrid-community": "^4.21.0",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.0.0",
"@mui/icons-material": "^5.10.2",
"@mui/material": "^5.10.2",
"@mui/styled-engine-sc": "^5.10.1",
"@mui/x-data-grid": "^5.17.2",
"@mui/x-data-grid-generator": "^5.17.5",
"@react-spring/parallax": "^9.5.4",
"@reduxjs/toolkit": "^1.8.5",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"apexcharts": "^3.35.5",
"axios": "^0.27.2",
"bootstrap": "^5.2.1",
"firebase": "^9.10.0",
"grommet": "^2.26.0",
"json-server": "^0.17.0",
"material-react-js": "^5.0.0-prerelease.4",
"mui-tel-input": "^2.0.2",
"nth-check": "^2.1.1",
"react": "^18.2.0",
"react-apexcharts": "^1.4.0",
"react-charts": "^3.0.0-beta.50",
"react-dom": "^18.2.0",
"react-firebase-hooks": "^5.0.3",
"react-google-recaptcha": "^2.1.0",
"react-hook-form": "^7.34.2",
"react-particles": "^2.3.2",
"react-redux": "^8.0.2",
"react-router-dom": "^5.3.3",
"react-scripts": "5.0.1",
"redux": "^4.2.0",
"styled-components": "^5.3.5",
"tsparticles": "^2.3.2",
"validator": "^13.7.0",
"vanta": "^0.5.22",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts 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"
]
}
}