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
45 lines (45 loc) · 1.21 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.21 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
{
"name": "@cloudflare/agents-playground",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"start": "vite dev",
"deploy": "vite build && wrangler deploy",
"types": "wrangler types env.d.ts --include-runtime false"
},
"dependencies": {
"@cloudflare/ai-chat": "*",
"@cloudflare/codemode": "*",
"@cloudflare/kumo": "^1.19.0",
"@cloudflare/voice": "*",
"@modelcontextprotocol/sdk": "1.29.0",
"@phosphor-icons/react": "^2.1.10",
"@streamdown/code": "^1.1.1",
"agents": "*",
"ai": "^6.0.168",
"cronstrue": "^3.14.0",
"nanoid": "^5.1.9",
"postal-mime": "^2.7.4",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-router-dom": "^7.14.1",
"shiki": "^4.0.2",
"streamdown": "^2.5.0",
"workers-ai-provider": "^3.1.11",
"zod": "^4.3.6"
},
"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"
}
}