feat: Establish core application structure with user authentication, routing, and Supabase integration.

This commit is contained in:
2026-03-05 19:42:56 +01:00
parent 841f43285e
commit 289941b7d7
12 changed files with 3084 additions and 336 deletions

View File

@@ -13,8 +13,8 @@
"check": "biome check"
},
"dependencies": {
"@heroui/react": "3.0.0-beta.7",
"@heroui/styles": "3.0.0-beta.7",
"@heroui/react": "3.0.0-beta.8",
"@heroui/styles": "3.0.0-beta.8",
"@sentry/tanstackstart-react": "^10.34.0",
"@supabase/ssr": "^0.8.0",
"@supabase/supabase-js": "^2.98.0",
@@ -34,9 +34,11 @@
"nitro": "npm:nitro-nightly@latest",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.0.2",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.3.6"
"tw-animate-css": "^1.3.6",
"zod": "^4.3.6"
},
"devDependencies": {
"@biomejs/biome": "2.4.4",
@@ -54,4 +56,4 @@
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.0.5"
}
}
}