navbar and map included

added a basic navbar and first map implementation
This commit is contained in:
uwebeschde
2025-02-02 16:28:16 +01:00
parent 29f9cd7941
commit 951714c5c6
14 changed files with 865 additions and 72 deletions

View File

@@ -13,15 +13,18 @@
"dependencies": {
"@repo/ui": "*",
"@tailwindcss/postcss": "^4.0.2",
"leaflet": "^1.9.4",
"next": "^15.1.0",
"postcss": "^8.5.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwindcss": "^4.0.2"
"tailwindcss": "^4.0.2",
"zustand": "^5.0.3"
},
"devDependencies": {
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"@types/leaflet": "^1.9.16",
"@types/node": "^20",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",