diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-06-24 13:29:50 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-06-24 13:29:50 +0200 |
| commit | 894e67863dbb89a4819e825fcdf7117021082b2a (patch) | |
| tree | fb544ef7fa99ff86489717e793595f503783bb72 /package.json | |
| parent | 7dd9ea97a2f34a35e80c28d59d046f839eb6c60b (diff) | |
Replace leaflet for maplibre, use react-router in framework mode
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/package.json b/package.json index e78abab..a1f4418 100644 --- a/package.json +++ b/package.json @@ -14,12 +14,18 @@ "license": "BSD-3-Clause", "devDependencies": { "concurrently": "^9.1.2", - "prettier": "^3.5.3" + "prettier": "^3.5.3", + "vite-tsconfig-paths": "^5.1.4" }, "workspaces": [ "src/frontend" ], "dependencies": { - "@fontsource-variable/roboto": "^5.2.6" + "@fontsource-variable/roboto": "^5.2.6", + "@react-router/node": "^7.6.2", + "@react-router/serve": "^7.6.2", + "maplibre-gl": "^5.6.0", + "pmtiles": "^4.3.0", + "react-map-gl": "^8.0.4" } } |
