-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.52 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
{
"name": "geologger",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@ramonak/react-progress-bar": "^5.0.3",
"@tailwindcss/forms": "^0.5.3",
"all-country-data": "^1.0.3",
"aos": "^2.3.4",
"chart.js": "^4.2.1",
"d3-scale": "^4.0.2",
"leaflet": "^1.9.3",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-circular-progressbar": "^2.1.0",
"react-country-flag": "^3.1.0",
"react-country-region-selector": "^3.6.1",
"react-datepicker": "^4.11.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.8.0",
"react-leaflet": "^4.2.1",
"react-otp-input": "^3.0.0",
"react-router-dom": "^6.8.2",
"react-simple-maps": "^3.0.0",
"react-timezone-select": "^2.1.0",
"swiper": "^9.1.1",
"vite-plugin-svgr": "^2.4.0"
},
"devDependencies": {
"@types/aos": "^3.0.4",
"@types/d3-scale": "^4.0.3",
"@types/gsap": "^3.0.0",
"@types/leaflet": "^1.9.3",
"@types/node": "^18.16.3",
"@types/react": "^18.0.27",
"@types/react-datepicker": "^4.10.0",
"@types/react-dom": "^18.0.10",
"@types/react-leaflet": "^3.0.0",
"@types/react-select-country-list": "^2.2.1",
"@types/react-simple-maps": "^3.0.0",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.3",
"vite": "^4.1.0"
}
}