-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.62 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
80
81
82
83
84
85
{
"name": "client",
"private": true,
"version": "1.0.0-beta.7",
"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": {
"@auth-kit/react-router": "^3.1.3",
"@hookform/resolvers": "^3.6.0",
"@luomus/leaflet-smooth-wheel-zoom": "^1.0.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@turf/turf": "^7.0.0",
"@types/leaflet": "^1.9.12",
"@types/mapbox-gl": "^3.1.0",
"@types/node": "^20.14.2",
"@types/proj4": "^2.5.5",
"@types/react-map-gl": "^6.1.6",
"autoprefixer": "^10.4.19",
"axios": "^1.7.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"geojson": "^0.5.0",
"input-otp": "^1.2.4",
"leaflet": "^1.9.4",
"lucide-react": "^0.395.0",
"mapbox-gl": "^3.4.0",
"postcss": "^8.4.38",
"prettier": "^3.3.3",
"proj4": "^2.12.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-auth-kit": "^3.1.3",
"react-day-picker": "9.1.4",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-hook-form": "^7.52.0",
"react-ios-pwa-prompt": "^2.0.6",
"react-leaflet": "^4.2.1",
"react-leaflet-draw": "^0.20.4",
"react-map-gl": "^7.1.7",
"react-mapbox-gl-draw": "^2.0.4",
"react-pwa-install-prompt": "^1.0.5",
"react-router-dom": "^6.23.1",
"swr": "^2.2.5",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"use-sound": "^4.0.1",
"vite-plugin-pwa": "^0.20.5",
"zod": "^3.23.8",
"zustand": "^4.5.5"
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vite-pwa/assets-generator": "^0.2.6",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"tailwindcss": "^3.4.4",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vite-envs": "^4.4.1"
}
}