Merge branch 'main' into typed-safe-env

This commit is contained in:
Abhishek
2025-06-11 10:44:32 +05:30
101 changed files with 2213 additions and 543 deletions

View File

@@ -14,6 +14,7 @@
"@hookform/resolvers": "^5.0.1",
"@number-flow/react": "^0.5.9",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-collapsible": "^1.1.11",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
@@ -25,6 +26,7 @@
"@radix-ui/react-tooltip": "^1.2.7",
"@t3-oss/env-core": "^0.13.7",
"@tanstack/react-query": "^5.79.0",
"axios": "^1.9.0",
"better-auth": "^1.2.8",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
@@ -34,10 +36,13 @@
"next-themes": "^0.4.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.57.0",
"resend": "^4.5.2",
"react-dropzone": "^14.3.8",
"sonner": "^2.0.4",
"tailwind-merge": "^3.3.0",
"zod": "^3.25.56"
"zod": "^3.25.56",
"@vercel/analytics": "^1.5.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
@@ -49,6 +54,8 @@
"eslint-config-next": "15.2.4",
"tailwindcss": "^4.1.8",
"tw-animate-css": "^1.3.2",
"@repo/auth": "workspace:*",
"@repo/db": "workspace:*",
"typescript": "^5"
}
}