-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.87 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "md-chat",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "ultracite format"
},
"dependencies": {
"@ai-sdk/anthropic": "^2.0.1",
"@ai-sdk/google": "^1.2.22",
"@ai-sdk/groq": "^2.0.4",
"@ai-sdk/openai": "^1.3.24",
"@ai-sdk/react": "^2.0.9",
"@ai-sdk/ui-utils": "^1.2.11",
"@ai-sdk/xai": "^1.2.18",
"@aws-sdk/client-s3": "^3.826.0",
"@biomejs/biome": "2.0.6",
"@logto/next": "^4.2.4",
"@openrouter/ai-sdk-provider": "^0.7.2",
"@prisma/client": "^6.10.0",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"ai": "^4.3.19",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"daisyui": "^5.0.43",
"lucide-react": "^0.513.0",
"motion": "^12.16.0",
"next": "^15.3.4",
"ollama-ai-provider": "^1.2.0",
"prisma": "^6.10.0",
"radix-ui": "^1.4.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^15.6.1",
"redis": "^5.5.6",
"remark-gfm": "^4.0.1",
"resumable-stream": "^2.2.0",
"sonner": "^2.0.5",
"tailwind-merge": "^3.3.0",
"tailwind-variants": "^1.0.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.8",
"@types/node": "^22.15.30",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-syntax-highlighter": "^15.5.13",
"tailwindcss": "^4.1.8",
"tw-animate-css": "^1.3.4",
"typescript": "^5",
"ultracite": "5.0.32"
},
"nextBundleAnalysis": {
"budget": null,
"budgetPercentIncreaseRed": 20,
"minimumChangeThreshold": 0,
"showDetails": true
}
}