-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.55 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.55 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "godgpt",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@ai-sdk/google": "^1.2.19",
"@ai-sdk/openai": "^1.3.22",
"@ai-sdk/react": "^1.2.12",
"@hookform/resolvers": "^5.0.1",
"@million/lint": "^1.0.14",
"@opennextjs/cloudflare": "^1.2.1",
"@openrouter/ai-sdk-provider": "^0.4.6",
"@prisma/client": "^6.9.0",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-toast": "^1.2.14",
"@radix-ui/react-tooltip": "^1.2.7",
"@tanstack/react-virtual": "^3.13.10",
"@types/lodash": "^4.17.17",
"ai": "^4.3.16",
"bcryptjs": "^3.0.2",
"better-auth": "^1.2.9",
"class-variance-authority": "^0.7.1",
"cloudinary": "^2.6.1",
"clsx": "^2.1.1",
"dexie": "^4.0.11",
"dexie-react-hooks": "^1.1.7",
"fast-deep-equal": "^3.1.3",
"katex": "^0.16.22",
"lodash": "^4.17.21",
"lucide-react": "^0.510.0",
"marked": "^15.0.12",
"next": "15.3.2",
"next-themes": "^0.4.6",
"prisma": "^6.9.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-hook-form": "^7.57.0",
"react-markdown": "^10.1.0",
"react-router": "^7.6.2",
"react-router-dom": "^7.6.2",
"react-shiki": "^0.6.0",
"react-syntax-highlighter": "^15.6.1",
"react-window": "^1.8.11",
"react-window-infinite-loader": "^1.0.10",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"sonner": "^2.0.5",
"swr": "^2.3.3",
"tailwind-merge": "^3.3.0",
"tailwind-scrollbar": "^4.0.2",
"upload-js": "^2.24.3",
"usehooks-ts": "^3.1.1",
"uuid": "^11.1.0",
"zod": "^3.25.56",
"zustand": "^5.0.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4.1.8",
"@tailwindcss/typography": "^0.5.16",
"@types/bcryptjs": "^3.0.0",
"@types/katex": "^0.16.7",
"@types/node": "^20.19.0",
"@types/react": "^19.1.6",
"@types/react-dom": "^19.1.6",
"@types/react-syntax-highlighter": "^15.5.13",
"eslint": "^9.28.0",
"eslint-config-next": "15.3.2",
"tailwindcss": "^4.1.8",
"tw-animate-css": "^1.3.4",
"typescript": "^5.8.3",
"wrangler": "^4.19.1"
}
}