ShowAddStationPopup.js Komponent erstellt statt in MapComponent für bessere Organisation in das Projekt

This commit is contained in:
ISA
2024-05-02 12:37:59 +02:00
parent c4e70564ec
commit 7465069e44
5 changed files with 238 additions and 132 deletions

View File

@@ -8,7 +8,7 @@
"next": "^14.2.0",
"overlapping-marker-spiderfier-leaflet": "^0.2.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dom": "^18.3.1",
"react-leaflet": "^4.2.1",
"recoil": "^0.7.7"
},
@@ -19,6 +19,10 @@
"export": "next export"
},
"devDependencies": {
"@types/leaflet": "^1.9.12",
"@types/leaflet-contextmenu": "^1.4.3",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"prettier": "^3.2.5",