|
|
@@ -47,35 +47,47 @@
|
|
|
"@radix-ui/react-toggle": "^1.1.9",
|
|
|
"@radix-ui/react-toggle-group": "^1.1.10",
|
|
|
"@radix-ui/react-tooltip": "^1.2.7",
|
|
|
+ "@react-three/drei": "^10.6.1",
|
|
|
+ "@react-three/fiber": "^9.3.0",
|
|
|
"@tanstack/react-query": "^5.83.0",
|
|
|
+ "@types/leaflet": "^1.9.20",
|
|
|
+ "@types/react-leaflet": "^3.0.0",
|
|
|
"antd": "^5.26.6",
|
|
|
"axios": "^1.11.0",
|
|
|
"bcrypt": "^6.0.0",
|
|
|
- "compression": "^1.8.1",
|
|
|
"class-variance-authority": "^0.7.1",
|
|
|
"clsx": "^2.1.1",
|
|
|
"cmdk": "^1.1.1",
|
|
|
+ "compression": "^1.8.1",
|
|
|
"date-fns": "^4.1.0",
|
|
|
"dayjs": "^1.11.13",
|
|
|
"debug": "^4.4.1",
|
|
|
"dotenv": "^17.2.1",
|
|
|
"embla-carousel-react": "^8.6.0",
|
|
|
+ "framer-motion": "^12.23.12",
|
|
|
"hono": "^4.8.5",
|
|
|
"input-otp": "^1.4.2",
|
|
|
+ "ioredis": "^5.6.1",
|
|
|
"jsonwebtoken": "^9.0.2",
|
|
|
+ "leaflet": "^1.9.4",
|
|
|
"lucide-react": "^0.536.0",
|
|
|
+ "minio": "^8.0.5",
|
|
|
"mysql2": "^3.14.2",
|
|
|
"next-themes": "^0.4.6",
|
|
|
"openai": "^5.11.0",
|
|
|
"rc-upload": "^4.9.2",
|
|
|
"react": "^19.1.0",
|
|
|
+ "react-countup": "^6.5.3",
|
|
|
"react-day-picker": "^9.8.1",
|
|
|
"react-dom": "^19.1.0",
|
|
|
"react-hook-form": "^7.61.1",
|
|
|
- "react-resizable-panels": "^3.0.4",
|
|
|
+ "react-intersection-observer": "^9.16.0",
|
|
|
+ "react-leaflet": "^5.0.0",
|
|
|
"react-quill-new": "^3.6.0",
|
|
|
+ "react-resizable-panels": "^3.0.4",
|
|
|
"react-router": "^7.7.0",
|
|
|
"react-router-dom": "^7.7.0",
|
|
|
+ "react-toastify": "^11.0.5",
|
|
|
"recharts": "2.15.4",
|
|
|
"reflect-metadata": "^0.2.2",
|
|
|
"sirv": "^3.0.1",
|
|
|
@@ -83,11 +95,8 @@
|
|
|
"tailwind-merge": "^3.3.1",
|
|
|
"tw-animate-css": "^1.3.6",
|
|
|
"typeorm": "^0.3.25",
|
|
|
- "vaul": "^1.1.2",
|
|
|
"uuid": "^11.1.0",
|
|
|
- "react-toastify": "^11.0.5",
|
|
|
- "minio": "^8.0.5",
|
|
|
- "ioredis": "^5.6.1",
|
|
|
+ "vaul": "^1.1.2",
|
|
|
"zod": "^4.0.15"
|
|
|
},
|
|
|
"devDependencies": {
|