project forms

This commit is contained in:
2025-07-03 04:10:38 +02:00
parent 3195aaae81
commit b58024b66a
8 changed files with 982 additions and 763 deletions

View File

@@ -18,13 +18,13 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@clerk/nextjs": "^6.21.0",
"@clerk/nextjs": "^6.23.2",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@gsap/react": "^2.1.2",
"@hookform/resolvers": "^5.0.1",
"@neondatabase/serverless": "^1.0.0",
"@hookform/resolvers": "^5.1.1",
"@neondatabase/serverless": "^1.0.1",
"@radix-ui/react-accordion": "^1.2.11",
"@radix-ui/react-alert-dialog": "^1.1.14",
"@radix-ui/react-aspect-ratio": "^1.1.7",
@@ -52,11 +52,12 @@
"@radix-ui/react-toggle-group": "^1.1.10",
"@radix-ui/react-tooltip": "^1.2.7",
"@t3-oss/env-nextjs": "^0.12.0",
"@tanstack/react-query": "^5.80.6",
"@trpc/client": "^11.3.1",
"@trpc/next": "^11.3.1",
"@trpc/react-query": "^11.3.1",
"@trpc/server": "^11.3.1",
"@tanstack/react-query": "^5.81.5",
"@tanstack/react-query-next-experimental": "^5.81.5",
"@trpc/client": "^11.4.3",
"@trpc/next": "^11.4.3",
"@trpc/react-query": "^11.4.3",
"@trpc/server": "^11.4.3",
"@uiw/react-md-editor": "^4.0.7",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
@@ -76,28 +77,29 @@
"react": "^19.1.0",
"react-day-picker": "8.10.1",
"react-dom": "^19.1.0",
"react-hook-form": "^7.57.0",
"react-hook-form": "^7.59.0",
"react-markdown": "^10.1.0",
"react-resizable-panels": "^3.0.2",
"recharts": "^2.15.3",
"react-resizable-panels": "^3.0.3",
"recharts": "^2.15.4",
"rehype-highlight": "^7.0.2",
"rehype-raw": "^7.0.0",
"server-only": "^0.0.1",
"sonner": "^2.0.5",
"tailwind-merge": "^3.3.0",
"tailwindcss-motion": "^1.1.0",
"tailwind-merge": "^3.3.1",
"tailwindcss-motion": "^1.1.1",
"type-fest": "^4.41.0",
"vaul": "^1.1.2",
"zod": "^3.25.53"
"zod": "^3.25.70"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@tailwindcss/postcss": "^4.1.8",
"@types/node": "^20.17.58",
"@types/react": "^19.1.6",
"@tailwindcss/postcss": "^4.1.11",
"@types/node": "^20.19.4",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"drizzle-kit": "^0.30.6",
"postcss": "^8.5.4",
"tailwindcss": "^4.1.8",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.11",
"tw-animate-css": "^1.3.4",
"typescript": "^5.8.3"
},