diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-06-24 15:03:47 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-06-24 15:03:47 +0200 |
| commit | 98203907c2a0d7ab5c7111e6e659b7f0179ccadf (patch) | |
| tree | bb3fcbcd9d7d5b4d0930cc44f3602d6236cc1903 /package.json | |
| parent | 894e67863dbb89a4819e825fcdf7117021082b2a (diff) | |
Fix build
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" - } + ] } |
