forked from cloudflare/agents
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.07 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.07 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
{
"author": "",
"description": "A resumable real-time AI streaming chat with automatic reconnection and history replay using Durable Objects",
"license": "ISC",
"name": "@cloudflare/agents-resumable-stream-chat",
"private": true,
"scripts": {
"deploy": "vite build && wrangler deploy",
"types": "wrangler types env.d.ts --include-runtime false",
"start": "vite dev"
},
"type": "module",
"version": "0.0.0",
"dependencies": {
"@cloudflare/ai-chat": "*",
"@cloudflare/kumo": "^1.19.0",
"@phosphor-icons/react": "^2.1.10",
"agents": "*",
"ai": "^6.0.168",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"workers-ai-provider": "^3.1.11"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.33.0",
"@cloudflare/workers-types": "^4.20260420.1",
"@tailwindcss/vite": "^4",
"@types/node": "^25.6.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"tailwindcss": "^4.2.2",
"typescript": "^6.0.3",
"vite": "^8.0.9",
"wrangler": "^4.84.0"
}
}