-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathexample.package.json
More file actions
37 lines (37 loc) · 880 Bytes
/
example.package.json
File metadata and controls
37 lines (37 loc) · 880 Bytes
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
{
"name": "zeroclaw-vercel",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -H 0.0.0.0 -p ${PORT:-3000}",
"lint": "next lint",
"typecheck": "tsc --noEmit",
"workflow:web": "npx workflow web"
},
"dependencies": {
"@ai-sdk/openai": "1.3.6",
"@composio/core": "0.3.18",
"@composio/vercel": "0.3.18",
"@upstash/redis": "1.30.0",
"ai": "4.1.28",
"next": "15.2.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"ssh2": "1.15.0",
"workflow": "0.2.6",
"xstate": "5.30.0",
"zod": "3.23.8"
},
"devDependencies": {
"@types/node": "20.12.7",
"@types/react": "19.0.3",
"@types/ssh2": "1.15.5",
"eslint": "9.2.0",
"eslint-config-next": "15.2.3",
"just-bash": "0.5.1",
"typescript": "5.4.5"
}
}