Working Version

This commit is contained in:
sumona-banerjeee
2026-02-05 17:24:46 +05:30
parent 7b1682ab7a
commit 86c23e01ad
5 changed files with 228 additions and 6 deletions

View File

@@ -45,6 +45,7 @@
"date-fns": "4.1.0",
"embla-carousel-react": "8.5.1",
"input-otp": "1.4.1",
"leaflet": "^1.9.4",
"lucide-react": "^0.454.0",
"next": "16.0.10",
"next-themes": "^0.4.6",
@@ -52,6 +53,7 @@
"react-day-picker": "9.8.0",
"react-dom": "19.2.0",
"react-hook-form": "^7.60.0",
"react-leaflet": "^5.0.0",
"react-resizable-panels": "^2.1.7",
"recharts": "2.15.4",
"sonner": "^1.7.4",
@@ -62,6 +64,7 @@
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.9",
"@types/leaflet": "^1.9.21",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
@@ -70,4 +73,4 @@
"tw-animate-css": "1.3.3",
"typescript": "^5"
}
}
}