|
1 | 1 | { |
2 | | - "name": "md-chat", |
3 | | - "version": "0.1.0", |
4 | | - "private": true, |
5 | | - "scripts": { |
6 | | - "dev": "next dev --turbopack", |
7 | | - "build": "next build", |
8 | | - "start": "next start", |
9 | | - "lint": "next lint", |
10 | | - "format": "biome format --write ." |
11 | | - }, |
12 | | - "dependencies": { |
13 | | - "@ai-sdk/anthropic": "^1.2.12", |
14 | | - "@ai-sdk/google": "^1.2.19", |
15 | | - "@ai-sdk/groq": "^1.2.9", |
16 | | - "@ai-sdk/openai": "^1.3.22", |
17 | | - "@ai-sdk/react": "^1.2.12", |
18 | | - "@ai-sdk/ui-utils": "^1.2.11", |
19 | | - "@ai-sdk/xai": "^1.2.16", |
20 | | - "@aws-sdk/client-s3": "^3.826.0", |
21 | | - "@biomejs/biome": "^1.9.4", |
22 | | - "@logto/next": "^4.2.4", |
23 | | - "@openrouter/ai-sdk-provider": "^0.7.2", |
24 | | - "@prisma/client": "^6.10.0", |
25 | | - "@radix-ui/react-avatar": "^1.1.10", |
26 | | - "@radix-ui/react-label": "^2.1.7", |
27 | | - "@radix-ui/react-separator": "^1.1.7", |
28 | | - "@radix-ui/react-slot": "^1.2.3", |
29 | | - "ai": "^4.3.16", |
30 | | - "class-variance-authority": "^0.7.1", |
31 | | - "clsx": "^2.1.1", |
32 | | - "daisyui": "^5.0.43", |
33 | | - "lucide-react": "^0.513.0", |
34 | | - "motion": "^12.16.0", |
35 | | - "next": "^15.3.4", |
36 | | - "ollama-ai-provider": "^1.2.0", |
37 | | - "prisma": "^6.10.0", |
38 | | - "radix-ui": "^1.4.2", |
39 | | - "react": "^19.1.0", |
40 | | - "react-dom": "^19.1.0", |
41 | | - "react-icons": "^5.5.0", |
42 | | - "react-markdown": "^10.1.0", |
43 | | - "react-syntax-highlighter": "^15.6.1", |
44 | | - "redis": "^5.5.6", |
45 | | - "remark-gfm": "^4.0.1", |
46 | | - "resumable-stream": "^2.2.0", |
47 | | - "sonner": "^2.0.5", |
48 | | - "tailwind-merge": "^3.3.0", |
49 | | - "tailwind-variants": "^1.0.0", |
50 | | - "zod": "^3.25.56" |
51 | | - }, |
52 | | - "devDependencies": { |
53 | | - "@tailwindcss/postcss": "^4.1.8", |
54 | | - "@types/node": "^22.15.30", |
55 | | - "@types/react": "^19", |
56 | | - "@types/react-dom": "^19", |
57 | | - "@types/react-syntax-highlighter": "^15.5.13", |
58 | | - "tailwindcss": "^4.1.8", |
59 | | - "tw-animate-css": "^1.3.4", |
60 | | - "typescript": "^5" |
61 | | - } |
| 2 | + "name": "md-chat", |
| 3 | + "version": "0.1.0", |
| 4 | + "private": true, |
| 5 | + "scripts": { |
| 6 | + "dev": "next dev --turbopack", |
| 7 | + "build": "next build", |
| 8 | + "start": "next start", |
| 9 | + "lint": "next lint", |
| 10 | + "format": "ultracite format" |
| 11 | + }, |
| 12 | + "dependencies": { |
| 13 | + "@ai-sdk/anthropic": "^1.2.12", |
| 14 | + "@ai-sdk/google": "^1.2.19", |
| 15 | + "@ai-sdk/groq": "^1.2.9", |
| 16 | + "@ai-sdk/openai": "^1.3.22", |
| 17 | + "@ai-sdk/react": "^1.2.12", |
| 18 | + "@ai-sdk/ui-utils": "^1.2.11", |
| 19 | + "@ai-sdk/xai": "^1.2.16", |
| 20 | + "@aws-sdk/client-s3": "^3.826.0", |
| 21 | + "@biomejs/biome": "2.0.6", |
| 22 | + "@logto/next": "^4.2.4", |
| 23 | + "@openrouter/ai-sdk-provider": "^0.7.2", |
| 24 | + "@prisma/client": "^6.10.0", |
| 25 | + "@radix-ui/react-avatar": "^1.1.10", |
| 26 | + "@radix-ui/react-label": "^2.1.7", |
| 27 | + "@radix-ui/react-separator": "^1.1.7", |
| 28 | + "@radix-ui/react-slot": "^1.2.3", |
| 29 | + "ai": "^4.3.16", |
| 30 | + "class-variance-authority": "^0.7.1", |
| 31 | + "clsx": "^2.1.1", |
| 32 | + "daisyui": "^5.0.43", |
| 33 | + "lucide-react": "^0.513.0", |
| 34 | + "motion": "^12.16.0", |
| 35 | + "next": "^15.3.4", |
| 36 | + "ollama-ai-provider": "^1.2.0", |
| 37 | + "prisma": "^6.10.0", |
| 38 | + "radix-ui": "^1.4.2", |
| 39 | + "react": "^19.1.0", |
| 40 | + "react-dom": "^19.1.0", |
| 41 | + "react-icons": "^5.5.0", |
| 42 | + "react-markdown": "^10.1.0", |
| 43 | + "react-syntax-highlighter": "^15.6.1", |
| 44 | + "redis": "^5.5.6", |
| 45 | + "remark-gfm": "^4.0.1", |
| 46 | + "resumable-stream": "^2.2.0", |
| 47 | + "sonner": "^2.0.5", |
| 48 | + "tailwind-merge": "^3.3.0", |
| 49 | + "tailwind-variants": "^1.0.0", |
| 50 | + "zod": "^3.25.56" |
| 51 | + }, |
| 52 | + "devDependencies": { |
| 53 | + "@tailwindcss/postcss": "^4.1.8", |
| 54 | + "@types/node": "^22.15.30", |
| 55 | + "@types/react": "^19", |
| 56 | + "@types/react-dom": "^19", |
| 57 | + "@types/react-syntax-highlighter": "^15.5.13", |
| 58 | + "tailwindcss": "^4.1.8", |
| 59 | + "tw-animate-css": "^1.3.4", |
| 60 | + "typescript": "^5", |
| 61 | + "ultracite": "5.0.32" |
| 62 | + } |
62 | 63 | } |
0 commit comments