-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.43 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.43 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
{
"name": "cf-ai-temporal-flux",
"version": "0.0.0",
"private": true,
"type": "module",
"packageManager": "pnpm@10.28.2",
"engines": {
"node": ">=20.0.0",
"pnpm": ">=10.0.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"worker:dev": "wrangler dev",
"deploy": "wrangler deploy",
"cf-typegen": "wrangler types --env-interface Env",
"lint": "biome lint .",
"format": "biome format . --write",
"check": "biome check . && tsc --noEmit",
"clean": "rm -rf node_modules dist .wrangler"
},
"dependencies": {
"@ai-sdk/react": "^3.0.51",
"@cloudflare/ai-chat": "^0.0.4",
"@phosphor-icons/react": "^2.1.10",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"agents": "^0.3.3",
"ai": "^6.0.49",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"marked": "^17.0.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.4.0",
"workers-ai-provider": "^3.0.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "^2.3.10",
"@cloudflare/vite-plugin": "1.19.0",
"@cloudflare/workers-types": "^4.20251231.0",
"@tailwindcss/vite": "^4.1.18",
"@types/node": "^25.0.10",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3",
"vite": "^7.3.0",
"vitest": "^4.0.18",
"wrangler": "^4.60.0"
}
}