PreRelease v1

This commit is contained in:
2026-03-25 13:52:45 +01:00
parent 94b0c68703
commit 6bf998a52a
56 changed files with 11427 additions and 847 deletions

View File

@@ -9,7 +9,11 @@
"lint": "eslint"
},
"dependencies": {
"@clerk/nextjs": "^6.37.4",
"@clerk/themes": "^2.4.53",
"@google/generative-ai": "^0.24.1",
"@hookform/resolvers": "^5.2.2",
"@prisma/client": "^6.19.2",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-aspect-ratio": "^1.1.8",
@@ -37,23 +41,29 @@
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "^1.1.11",
"@radix-ui/react-tooltip": "^1.2.8",
"@uploadthing/react": "^7.3.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"dotenv": "^17.3.1",
"embla-carousel-react": "^8.6.0",
"input-otp": "^1.4.2",
"lucide-react": "^0.564.0",
"motion": "^12.34.0",
"next": "16.1.6",
"next-themes": "^0.4.6",
"prisma": "^6.19.2",
"react": "19.2.3",
"react-day-picker": "^9.13.2",
"react-dom": "19.2.3",
"react-hook-form": "^7.71.1",
"react-resizable-panels": "^4.6.4",
"recharts": "^3.7.0",
"sonner": "^2.0.7",
"svix": "^1.85.0",
"tailwind-merge": "^3.4.0",
"uploadthing": "^7.7.4",
"vaul": "^1.1.2",
"zod": "^4.3.6"
},
@@ -62,8 +72,8 @@
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.24",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"eslint": "^10.0.1",
"eslint-config-next": "^16.1.6",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",