-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.96 KB
/
package.json
File metadata and controls
94 lines (94 loc) · 2.96 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
89
90
91
92
93
94
{
"dependencies": {
"@ai-sdk/anthropic": "^3.0.66",
"@ai-sdk/google": "^3.0.58",
"@ai-sdk/mcp": "^1.0.32",
"@ai-sdk/openai": "^3.0.50",
"@ai-sdk/openai-compatible": "^2.0.38",
"@ai-sdk/react": "^3.0.148",
"@chat-adapter/gchat": "^4.23.0",
"@chat-adapter/slack": "^4.23.0",
"@chat-adapter/state-redis": "^4.23.0",
"@chat-adapter/teams": "^4.23.0",
"@chat-adapter/telegram": "^4.23.0",
"@codemirror/lang-json": "6.0.2",
"@codemirror/language": "6.10.8",
"@codemirror/lint": "6.8.4",
"@codemirror/state": "6.5.1",
"@codemirror/view": "6.36.2",
"@neondatabase/serverless": "^1.0.2",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"@upstash/redis": "^1.36.3",
"@vercel/analytics": "^2.0.1",
"@vercel/blob": "^2.3.3",
"@vercel/sandbox": "^1.9.2",
"@vercel/speed-insights": "^2.0.0",
"@workflow/ai": "^4.1.0-beta.60",
"ai": "^6.0.146",
"chat": "^4.23.0",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"drizzle-orm": "^0.45.2",
"fast-deep-equal": "^3.1.3",
"framer-motion": "^11.3.19",
"gray-matter": "^4.0.3",
"isomorphic-git": "^1.37.4",
"lucide-react": "^0.446.0",
"next": "15.5.9",
"next-themes": "^0.4.6",
"ofetch": "^1.5.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^9.0.1",
"remark-gfm": "^4.0.1",
"sonner": "^1.7.4",
"tailwind-merge": "^2.6.1",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^3.1.1",
"workflow": "^4.2.0-beta.67",
"zod": "^4.3.6"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "^22.19.15",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"drizzle-kit": "^0.31.10",
"postcss": "^8.5.8",
"shadcn": "^4.0.8",
"tailwindcss": "^3.4.19",
"typescript": "^5.9.3",
"vercel": "latest"
},
"license": "MIT",
"name": "clawless",
"packageManager": "bun@1.3.11",
"private": true,
"scripts": {
"build": "next build",
"check": "tsc --noEmit && bun biome check . --write",
"db:ensure-vector": "bun run scripts/ensure-vector-extension.ts",
"db:generate": "drizzle-kit generate",
"db:push": "drizzle-kit push",
"db:studio": "drizzle-kit studio",
"deploy": "vercel --prod",
"dev": "next dev",
"format": "biome format . --write",
"lint:fix": "biome lint . --write --unsafe",
"postbuild": "bun run scripts/vercel-postbuild.ts",
"publish": "bun run check && bun run build && git push",
"start": "next start",
"workflow:inspect": "workflow inspect runs --web"
},
"version": "0.1.0"
}