-
Notifications
You must be signed in to change notification settings - Fork 144
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 994 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 994 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
38
39
40
{
"name": "agents-ui",
"private": true,
"type": "module",
"bin": {
"agents-ui": "./bin/start.mjs"
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --port 3030",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.2.76",
"@modelcontextprotocol/sdk": "^1.29.0",
"@nuxt/ui": "^3",
"@vue-flow/controls": "^1.1",
"@vue-flow/core": "^1.41",
"@vue-flow/minimap": "^1.5",
"@xterm/addon-fit": "^0.11.0",
"@xterm/addon-search": "^0.16.0",
"@xterm/addon-web-links": "^0.12.0",
"@xterm/xterm": "^6.0.0",
"chokidar": "^5.0.0",
"marked": "^17.0.4",
"node-pty": "^1.1.0",
"nuxt": "^3.16",
"shiki": "^4.0.2",
"ws": "^8.20.0",
"yaml": "^2.6"
},
"devDependencies": {
"@iconify-json/lucide": "^1.2.95",
"@types/ws": "^8.18.1",
"typescript": "^5.7"
}
}