adding leaflet

This commit is contained in:
2025-03-22 09:44:00 -05:00
parent 08498a64d8
commit e09566e270
2 changed files with 420 additions and 369 deletions

View File

@@ -16,13 +16,16 @@
"@noahspan/noahspan-components": "^1.6.0",
"axios": "^1.7.2",
"dotenv": "^16.4.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"leaflet": "^1.9.4",
"react": "19.0.0-rc.1",
"react-dom": "19.0.0-rc.1",
"react-hook-form": "^7.51.4",
"react-leaflet": "^5.0.0",
"react-router-dom": "^6.23.0"
},
"devDependencies": {
"@microsoft/microsoft-graph-types": "^2.40.0",
"@types/leaflet": "^1.9.16",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",