-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.72 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.72 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "cloudflare-agent-starter",
"version": "1.0.0",
"description": "",
"type": "module",
"private": true,
"scripts": {
"start": "vite dev",
"deploy": "vite build && wrangler deploy",
"test": "vitest",
"types": "wrangler types env.d.ts --include-runtime false",
"format": "prettier --write .",
"check": "prettier . --check && biome lint && tsc"
},
"keywords": [
"cloudflare",
"ai",
"agents"
],
"author": "",
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "^2.2.5",
"@cloudflare/vite-plugin": "1.13.12",
"@cloudflare/vitest-pool-workers": "^0.9.12",
"@cloudflare/workers-types": "^4.20251008.0",
"@tailwindcss/vite": "^4.1.14",
"@types/node": "^24.7.1",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.1",
"@vitejs/plugin-react": "^5.0.4",
"prettier": "^3.6.2",
"tailwindcss": "^4.1.14",
"typescript": "^5.9.3",
"vite": "^7.1.9",
"vitest": "3.2.4",
"wrangler": "^4.42.2"
},
"dependencies": {
"@ai-sdk/openai": "^2.0.48",
"@ai-sdk/openai-compatible": "^1.0.22",
"@ai-sdk/react": "^2.0.68",
"@ai-sdk/ui-utils": "^1.2.11",
"@atxp/client": "^0.7.4",
"@phosphor-icons/react": "^2.1.10",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.6",
"agents": "^0.1.6",
"ai": "5.0.30",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"marked": "^16.4.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.3.1",
"workers-ai-provider": "^2.0.0",
"zod": "^3.25.76"
}
}