-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
77 lines (77 loc) · 2.27 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
{
"name": "front",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-free": "^6.5.1",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@material-ui/core": "^4.12.4",
"@mui/icons-material": "^5.15.11",
"@mui/material": "^5.15.10",
"@mui/styles": "^5.15.6",
"@mui/system": "^5.15.6",
"@react-google-maps/api": "^2.19.2",
"@react-oauth/google": "^0.12.1",
"antd": "^5.12.8",
"axios": "^0.24.0",
"bootstrap": "^5.3.2",
"chart.js": "^3.9.1",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-adapter-moment": "^1.0.1",
"cloudinary": "^2.0.1",
"cloudinary-react": "^1.8.1",
"date-fns": "^3.3.1",
"drei": "^2.2.21",
"gapi-script": "^1.2.0",
"lodash": "^4.17.21",
"luxon": "^3.4.4",
"plotly.js": "^2.29.1",
"plotly.js-basic-dist": "^2.29.1",
"polished": "^4.2.2",
"popper.js": "^1.16.1",
"react": "^18.2.0",
"react-bootstrap": "^2.10.0",
"react-chartjs-2": "^4.3.1",
"react-dom": "^18.0.0",
"react-dropzone": "^14.2.3",
"react-google-login": "^5.2.2",
"react-hook-form": "^7.50.1",
"react-icons": "^5.0.1",
"react-image-gallery": "^1.3.0",
"react-image-upload": "^3.0.1",
"react-images-upload": "^1.2.8",
"react-redux": "^7.2.9",
"react-router-dom": "^5.3.4",
"react-select": "^5.8.0",
"react-tabs": "^6.0.2",
"react-toastify": "^10.0.4",
"recharts": "^2.12.1",
"redux": "^4.2.1",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.2",
"three": "^0.161.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/react": "^18.2.48",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.55.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"vite": "^5.0.8"
}
}