|
21 | 21 | "typecheck": "tsc --noEmit" |
22 | 22 | }, |
23 | 23 | "dependencies": { |
| 24 | + "@ai-sdk/google": "^1.2.19", |
| 25 | + "@ai-sdk/openai": "^1.3.22", |
| 26 | + "@ai-sdk/react": "^1.2.12", |
24 | 27 | "@auth/prisma-adapter": "^2.7.2", |
| 28 | + "@phosphor-icons/react": "^2.1.10", |
25 | 29 | "@prisma/client": "^6.5.0", |
| 30 | + "@radix-ui/react-avatar": "^1.1.10", |
| 31 | + "@radix-ui/react-collapsible": "^1.1.11", |
| 32 | + "@radix-ui/react-dialog": "^1.1.14", |
| 33 | + "@radix-ui/react-dropdown-menu": "^2.1.15", |
| 34 | + "@radix-ui/react-select": "^2.2.5", |
| 35 | + "@radix-ui/react-separator": "^1.1.7", |
| 36 | + "@radix-ui/react-slot": "^1.2.3", |
| 37 | + "@radix-ui/react-tooltip": "^1.2.7", |
26 | 38 | "@t3-oss/env-nextjs": "^0.12.0", |
27 | 39 | "@tanstack/react-query": "^5.69.0", |
28 | 40 | "@trpc/client": "^11.0.0", |
29 | 41 | "@trpc/react-query": "^11.0.0", |
30 | 42 | "@trpc/server": "^11.0.0", |
| 43 | + "@types/react-syntax-highlighter": "^15.5.13", |
| 44 | + "ai": "^4.3.16", |
| 45 | + "axios": "^1.9.0", |
| 46 | + "class-variance-authority": "^0.7.1", |
| 47 | + "clsx": "^2.1.1", |
| 48 | + "framer-motion": "^12.16.0", |
| 49 | + "lucide-react": "^0.514.0", |
31 | 50 | "next": "^15.2.3", |
32 | 51 | "next-auth": "5.0.0-beta.25", |
| 52 | + "openai": "^5.1.1", |
33 | 53 | "react": "^19.0.0", |
34 | 54 | "react-dom": "^19.0.0", |
| 55 | + "react-hook-form": "^7.57.0", |
| 56 | + "react-markdown": "^10.1.0", |
| 57 | + "react-syntax-highlighter": "^15.6.1", |
| 58 | + "remark-gfm": "^4.0.1", |
35 | 59 | "server-only": "^0.0.1", |
| 60 | + "sonner": "^2.0.5", |
36 | 61 | "superjson": "^2.2.1", |
| 62 | + "tailwind-merge": "^3.3.1", |
37 | 63 | "zod": "^3.24.2" |
38 | 64 | }, |
39 | 65 | "devDependencies": { |
|
49 | 75 | "prettier-plugin-tailwindcss": "^0.6.11", |
50 | 76 | "prisma": "^6.5.0", |
51 | 77 | "tailwindcss": "^4.0.15", |
| 78 | + "tw-animate-css": "^1.3.4", |
52 | 79 | "typescript": "^5.8.2", |
53 | 80 | "typescript-eslint": "^8.27.0" |
54 | 81 | }, |
|
0 commit comments