feat: remove README and cursor rules, update dependencies, and implement authentication middleware

This commit is contained in:
2026-05-23 14:30:25 +02:00
parent 5b02cff4b9
commit b35da71363
11 changed files with 190 additions and 334 deletions

View File

@@ -14,45 +14,45 @@
"machine-translate": "inlang machine translate --project project.inlang"
},
"dependencies": {
"@heroui/react": "^3.0.0-rc.1",
"@heroui/styles": "^3.0.0-rc.1",
"@heroui/react": "^3.0.5",
"@heroui/styles": "^3.0.5",
"@sentry/tanstackstart-react": "^10.45.0",
"@supabase/ssr": "^0.9.0",
"@supabase/supabase-js": "^2.99.3",
"@tailwindcss/vite": "^4.2.2",
"@tanstack/react-query": "^5.91.2",
"@tanstack/react-router": "^1.167.5",
"@tanstack/react-router-ssr-query": "^1.166.9",
"@tanstack/react-start": "^1.166.17",
"@tanstack/router-plugin": "^1.166.14",
"@supabase/ssr": "^0.10.3",
"@supabase/supabase-js": "^2.106.1",
"@tailwindcss/vite": "^4.3.0",
"@tanstack/react-query": "^5.100.11",
"@tanstack/react-router": "^1.170.7",
"@tanstack/react-router-ssr-query": "^1.167.0",
"@tanstack/react-start": "^1.168.10",
"@tanstack/router-plugin": "^1.168.10",
"clsx": "^2.1.1",
"lucide-react": "^0.577.0",
"maplibre-gl": "^5.20.2",
"nitro": "^3.0.1-alpha.2",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.2",
"lucide-react": "^1.16.0",
"maplibre-gl": "^5.24.0",
"nitro": "^3.0.260522-beta",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.0",
"tw-animate-css": "^1.4.0",
"zod": "^4.3.6"
"zod": "^4.4.3"
},
"devDependencies": {
"@biomejs/biome": "^2.4.8",
"@inlang/paraglide-js": "^2.15.0",
"@tanstack/devtools-vite": "^0.6.0",
"@tanstack/react-devtools": "^0.10.0",
"@tanstack/react-query-devtools": "^5.91.3",
"@tanstack/react-router-devtools": "^1.166.9",
"@biomejs/biome": "^2.4.15",
"@inlang/paraglide-js": "^2.18.1",
"@tanstack/devtools-vite": "^0.7.0",
"@tanstack/react-devtools": "^0.10.5",
"@tanstack/react-query-devtools": "^5.100.11",
"@tanstack/react-router-devtools": "^1.167.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^22.19.15",
"@types/react": "^19.2.14",
"@types/node": "^22.19.19",
"@types/react": "^19.2.15",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"jsdom": "^29.0.0",
"typescript": "^5.9.3",
"vite": "^8.0.1",
"@vitejs/plugin-react": "^6.0.2",
"jsdom": "^29.1.1",
"typescript": "^6.0.3",
"vite": "^8.0.14",
"vite-tsconfig-paths": "^6.1.1",
"vitest": "^4.1.0"
"vitest": "^4.1.7"
}
}