diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/package.json b/package.json index a1f4418..81ba10f 100644 --- a/package.json +++ b/package.json @@ -14,18 +14,9 @@ "license": "BSD-3-Clause", "devDependencies": { "concurrently": "^9.1.2", - "prettier": "^3.5.3", - "vite-tsconfig-paths": "^5.1.4" + "prettier": "^3.5.3" }, "workspaces": [ "src/frontend" - ], - "dependencies": { - "@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" - } + ] } |
