-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 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
74
75
76
77
78
79
{
"homepage": "https://14richa-impc.netlify.app",
"name": "14richa-impc",
"version": "1.1.0",
"private": true,
"dependencies": {
"@chakra-ui/icons": "^1.1.5",
"@chakra-ui/react": "1.8.8",
"@chakra-ui/system": "^1.12.1",
"@chakra-ui/theme-tools": "^1.3.6",
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
"@mui/core": "^5.0.0-alpha.54",
"@mui/joy": "^5.0.0-alpha.78",
"@mui/material": "^5.12.3",
"@mui/styles": "^5.12.3",
"@mui/utils": "^5.12.3",
"@nivo/bar": "^0.82.1",
"@nivo/core": "^0.82.1",
"@nivo/heatmap": "^0.82.1",
"@nivo/legends": "^0.82.1",
"@tanstack/react-table": "^8.5.13",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@types/jest": "^25.2.3",
"@types/node": "^12.20.55",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"apexcharts": "^3.35.2",
"framer-motion": "^4.1.17",
"react": "^17.0.2",
"react-apexcharts": "^1.4.0",
"react-calendar": "^3.7.0",
"react-custom-scrollbars-2": "^4.2.1",
"react-dom": "17.0.2",
"react-dropzone": "^12.0.4",
"react-icons": "^4.3.1",
"react-is": "^18.0.0",
"react-router-dom": "^5.3.0",
"react-scripts": "5.0.0",
"stylis": "^4.1.1",
"stylis-plugin-rtl": "2.0.2",
"typescript": "^4.7.4",
"web-vitals": "^1.1.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"
},
"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": {
"@types/react-calendar": "^3.5.2",
"@types/react-router-dom": "^5.3.3",
"gh-pages": "^3.2.3"
}
}