-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.88 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
{
"name": "vite-project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/montserrat": "^5.0.16",
"@fontsource/poppins": "^5.0.8",
"@mapbox/mapbox-gl-geocoder": "^5.0.2",
"@mui/icons-material": "^5.14.19",
"@mui/lab": "^5.0.0-alpha.156",
"@mui/material": "^5.15.0",
"@mui/x-date-pickers": "^6.18.5",
"@ramonak/react-progress-bar": "^5.1.1",
"@react-google-maps/api": "^2.19.2",
"@types/plotly.js": "^2.12.31",
"chart.js": "^4.4.1",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-adapter-luxon": "^1.3.1",
"date-fns": "^2.30.0",
"formik": "^2.4.5",
"framer-motion": "^10.16.15",
"luxon": "^3.4.4",
"opencage-api-client": "^1.0.3",
"plotly.js": "^2.27.1",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-geocode": "^1.0.0-alpha.1",
"react-open-weather": "^1.3.2",
"react-plotly.js": "^2.6.0",
"react-router-dom": "^6.20.1",
"recharts": "^2.10.3",
"sweetalert2": "^11.10.1",
"yup": "^1.3.2"
},
"devDependencies": {
"@types/cacheable-request": "^8.3.2",
"@types/luxon": "^3.3.7",
"@types/node": "^20.10.5",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/react-geocode": "^0.2.4",
"@types/react-plotly.js": "^2.6.3",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vitejs/plugin-react": "^4.2.0",
"eslint": "^8.53.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"typescript": "^5.2.2",
"vite": "^5.0.0"
}
}