-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.59 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.59 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
{
"name": "t3-clone",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/anthropic": "^1.2.12",
"@ai-sdk/cerebras": "^0.2.14",
"@ai-sdk/deepseek": "^0.2.14",
"@ai-sdk/google": "^1.2.19",
"@ai-sdk/mistral": "^1.2.8",
"@ai-sdk/openai": "^1.3.22",
"@ai-sdk/react": "^1.2.12",
"@ai-sdk/xai": "^1.2.16",
"@supabase/auth-helpers-nextjs": "^0.10.0",
"@supabase/auth-helpers-react": "^0.5.0",
"@supabase/auth-ui-react": "^0.4.7",
"@supabase/auth-ui-shared": "^0.1.8",
"@supabase/ssr": "^0.6.1",
"@supabase/supabase-js": "^2.50.0",
"@tailwindcss/postcss": "^4.1.8",
"@types/node": "^22.15.30",
"@types/react": "^19.1.6",
"@types/react-dom": "^19.1.6",
"ai": "^4.3.16",
"autoprefixer": "^10.4.21",
"date-fns": "^4.1.0",
"eslint": "^9.28.0",
"eslint-config-next": "^15.3.3",
"geist": "^1.4.2",
"jspdf": "^3.0.1",
"lucide-react": "^0.513.0",
"math-js": "^1.0.1",
"mathjs": "^14.5.2",
"next": "15.3.8",
"postcss": "^8.5.4",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^15.6.1",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"tailwindcss": "^4.1.8",
"typescript": "^5.3.0",
"zod": "^3.25.56"
},
"devDependencies": {
"@types/react-syntax-highlighter": "^15.5.13"
},
"overrides": {
"react": "^19.1.0",
"react-dom": "^19.1.0"
}
}