-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 998 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 998 Bytes
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
{
"name": "tldraw-ai-example",
"version": "0.0.0",
"private": true,
"homepage": "https://tldraw.dev",
"license": "MIT",
"author": {
"name": "tldraw GB Ltd.",
"email": "hello@tldraw.com"
},
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"preview": "vite preview"
},
"peerDependencies": {
"tldraw": "^3.0.0"
},
"dependencies": {
"@cloudflare/vite-plugin": "^1.1.0",
"@google/generative-ai": "^0.24.1",
"@tldraw/ai": "latest",
"@tldraw/tlschema": "latest",
"@worker-tools/json-stream": "^0.1.0-pre.12",
"best-effort-json-parser": "^1.1.3",
"itty-router": "^5.0.18",
"openai": "^4.96.0",
"openai-partial-stream": "^0.3.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tldraw": "latest",
"wrangler": "^4.13.2",
"zod": "^3.24.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250503.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react-swc": "^3.9.0",
"vite": "^6.3.4"
}
}