diff options
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/package.json b/client/package.json index 6dd0978..75e8bf0 100644 --- a/client/package.json +++ b/client/package.json @@ -15,8 +15,12 @@ "tailwindcss": "^2.2.19" }, "dependencies": { + "@geoman-io/leaflet-geoman-free": "^2.11.4", + "leaflet": "^1.7.1", "react": "^17.0.2", "react-dom": "^17.0.2", + "react-hot-toast": "^2.2.0", + "react-leaflet": "^3.2.5", "react-router-dom": "6", "socket.io-client": "^4.4.1" } |