Added location marker

This commit is contained in:
2023-08-15 23:06:12 +03:00
parent 410931b475
commit 7798b0170d
7 changed files with 63 additions and 4 deletions

View File

@ -17,6 +17,7 @@
"react-dom": "^18.2.0",
"react-insta-stories": "^2.6.1",
"react-leaflet": "^4.2.1",
"react-leaflet-custom-control": "^1.3.5",
"react-router-dom": "^6.14.1"
},
"devDependencies": {
@ -2864,6 +2865,16 @@
"react-dom": "^18.0.0"
}
},
"node_modules/react-leaflet-custom-control": {
"version": "1.3.5",
"resolved": "https://registry.npmjs.org/react-leaflet-custom-control/-/react-leaflet-custom-control-1.3.5.tgz",
"integrity": "sha512-9/v7AxY6CoUbc6fAD/0u8O6wCBopxtdzJukWOR7vLZcyAN5rQCYWXjF5wXJ8klONweZGsRaGPJelfEBRtZAgQA==",
"peerDependencies": {
"leaflet": "^1.7.1",
"react": "^17.0.2 || ^18.0.0",
"react-dom": "^17.0.2 || ^18.0.0"
}
},
"node_modules/react-lifecycles-compat": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz",