Files
2025-12-12 22:46:28 -08:00

56 lines
1.4 KiB
JSON

{
"name": "test",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port 3001",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@ai-sdk/gateway": "^1.0.17",
"@ai-sdk/react": "^2.0.32",
"@hookform/resolvers": "^5.2.1",
"@radix-ui/react-use-controllable-state": "^1.2.2",
"ai": "^5.0.52",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.6.0",
"input-otp": "^1.4.2",
"lucide-react": "^0.542.0",
"next": "16.0.10",
"next-themes": "^0.4.6",
"radix-ui": "latest",
"react": "19.2.3",
"react-day-picker": "^9.9.0",
"react-dom": "19.2.3",
"react-hook-form": "^7.62.0",
"react-markdown": "^10.1.0",
"react-resizable-panels": "^3.0.5",
"recharts": "2.15.4",
"rehype-harden": "^1.1.6",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
"remark-cjk-friendly": "^1.2.3",
"remark-cjk-friendly-gfm-strikethrough": "^1.2.3",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"sonner": "^2.0.7",
"streamdown": "workspace:*",
"tailwind-merge": "^3.3.1",
"vaul": "^1.1.2",
"zod": "^4.1.5"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^24",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4",
"tw-animate-css": "^1.3.8",
"typescript": "^5"
}
}