chore: add dependencies for ai sdk, better auth, resend email, and more

This commit is contained in:
javayhu 2025-02-21 23:46:52 +08:00
parent 603bf4e9ce
commit 399365be41
2 changed files with 822 additions and 7 deletions

View File

@ -9,6 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/openai": "^1.1.13",
"@hookform/resolvers": "^4.1.0",
"@radix-ui/react-accordion": "^1.2.3",
"@radix-ui/react-avatar": "^1.1.3",
@ -23,7 +24,10 @@
"@radix-ui/react-tabs": "^1.1.3",
"@radix-ui/react-toast": "^1.2.6",
"@radix-ui/react-tooltip": "^1.1.8",
"@stripe/stripe-js": "^5.6.0",
"@types/canvas-confetti": "^1.9.0",
"ai": "^4.1.45",
"better-auth": "^1.1.19",
"canvas-confetti": "^1.9.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
@ -31,6 +35,8 @@
"lucide-react": "^0.475.0",
"motion": "^12.4.3",
"next": "15.1.7",
"next-plausible": "^3.12.4",
"next-safe-action": "^7.10.4",
"next-themes": "^0.4.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
@ -40,8 +46,10 @@
"rehype-slug": "^6.0.0",
"remark-code-import": "^1.2.0",
"remark-gfm": "^4.0.1",
"resend": "^4.1.2",
"shiki": "^2.4.2",
"sonner": "^2.0.0",
"stripe": "^17.6.0",
"tailwind-merge": "^3.0.1",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.2"

821
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff