feat: Implement initial authentication pages and a MapLibre GL map component with TanStack Router setup.

This commit is contained in:
2026-03-09 19:04:28 +01:00
parent c04f805936
commit bd8bb70b88
9 changed files with 5146 additions and 3131 deletions

View File

@@ -26,6 +26,7 @@
"@tanstack/react-start": "^1.166.1",
"@tanstack/router-plugin": "^1.164.0",
"lucide-react": "^0.577.0",
"maplibre-gl": "^5.19.0",
"nitro": "^3.0.1-alpha.2",
"react": "^19.2.4",
"react-dom": "^19.2.4",
@@ -34,11 +35,12 @@
},
"devDependencies": {
"@biomejs/biome": "^2.4.5",
"@inlang/cli": "^3.0.0",
"@inlang/paraglide-js": "^2.13.1",
"@tanstack/devtools-vite": "^0.5.3",
"@tanstack/react-devtools": "^0.9.9",
"@tanstack/react-router-devtools": "^1.163.3",
"@tanstack/react-query-devtools": "^5.91.3",
"@tanstack/react-router-devtools": "^1.163.3",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^22.10.2",
@@ -49,7 +51,6 @@
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-tsconfig-paths": "^6.1.1",
"vitest": "^3.2.4",
"@inlang/cli": "^3.0.0"
"vitest": "^3.2.4"
}
}