-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.65 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.65 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
{
"name": "gost-ai",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"install": "prisma generate"
},
"dependencies": {
"@ai-sdk/google": "^4.0.17",
"@clerk/nextjs": "^7.5.16",
"@clerk/ui": "^1.25.3",
"@liveblocks/client": "^3.22.0",
"@liveblocks/node": "3.22.0",
"@liveblocks/react": "^3.22.0",
"@liveblocks/react-flow": "^3.22.0",
"@liveblocks/react-ui": "^3.22.0",
"@prisma/adapter-pg": "^7.8.0",
"@prisma/client": "^7.8.0",
"@prisma/extension-accelerate": "^3.0.1",
"@radix-ui/react-dialog": "^1.1.19",
"@radix-ui/react-scroll-area": "^1.2.14",
"@radix-ui/react-slot": "^1.3.0",
"@radix-ui/react-tabs": "^1.1.17",
"@trigger.dev/react-hooks": "^4.5.4",
"@trigger.dev/sdk": "^4.5.4",
"@vercel/blob": "^2.6.1",
"@xyflow/react": "^12.11.2",
"ai": "^7.0.30",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^17.4.2",
"lucide-react": "^1.24.0",
"next": "16.2.10",
"pg": "^8.22.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-markdown": "^10.1.0",
"tailwind-merge": "^3.6.0",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.4.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@trigger.dev/build": "^4.5.4",
"@types/node": "^20",
"@types/pg": "^8.20.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.10",
"prisma": "^7.8.0",
"tailwindcss": "^4",
"tsx": "^4.23.1",
"typescript": "^5"
}
}