-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.3 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.3 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
{
"name": "clinks",
"version": "0.1.2",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@ai-sdk/google": "latest",
"@ai-sdk/groq": "latest",
"@ai-sdk/openai": "latest",
"@google/generative-ai": "latest",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-select": "latest",
"@radix-ui/react-slot": "latest",
"@radix-ui/react-toast": "latest",
"@tambo-ai/react": "latest",
"@xyflow/react": "latest",
"ai": "latest",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"drawflow": "^0.0.60",
"groq-sdk": "latest",
"lucide-react": "^0.454.0",
"next": "15.2.4",
"next-themes": "latest",
"react": "^19",
"react-dom": "^19",
"reactflow": "latest",
"spitch": "latest",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^4.1.9",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "latest",
"zod": "latest"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.9",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^8.0.0",
"eslint-config-next": "^14.0.0",
"postcss": "^8.5",
"typescript": "^5"
}
}