-
Notifications
You must be signed in to change notification settings - Fork 596
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.11 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
{
"name": "@cloudflare/agents-dynamic-tools-example",
"description": "Dynamic client-defined tools — the SDK/platform pattern where tools are registered at runtime by the embedding application",
"private": true,
"type": "module",
"version": "0.0.0",
"scripts": {
"start": "vite dev",
"deploy": "vite build && wrangler deploy",
"types": "wrangler types env.d.ts --include-runtime false"
},
"dependencies": {
"@cloudflare/ai-chat": "*",
"@cloudflare/kumo": "^2.5.2",
"@phosphor-icons/react": "^2.1.10",
"@streamdown/code": "^1.1.1",
"agents": "*",
"ai": "^6.0.202",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"streamdown": "^2.5.0",
"workers-ai-provider": "^3.2.0"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.40.2",
"@cloudflare/workers-types": "^4.20260612.1",
"@tailwindcss/vite": "^4",
"@types/node": "^25.9.3",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.2",
"tailwindcss": "^4.3.0",
"typescript": "^6.0.3",
"vite": "^8.0.16",
"wrangler": "^4.100.0"
}
}