-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 935 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 935 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
{
"name": "tldraw-sync-cloudflare",
"private": true,
"version": "0.0.0",
"author": { "name": "tldraw GB Ltd.", "email": "hello@tldraw.com" },
"homepage": "https://tldraw.dev",
"license": "MIT",
"type": "module",
"scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview" },
"dependencies": {
"@tldraw/sync": "^4.5.10",
"@tldraw/sync-core": "^4.5.10",
"@tldraw/tlschema": "^4.5.10",
"cloudflare-workers-unfurl": "^0.0.8",
"itty-router": "^5.0.18",
"lodash.throttle": "^4.1.1",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-router-dom": "^6.28.2",
"tldraw": "^4.5.10"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.13.2",
"@types/lodash.throttle": "^4.1.9",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react-swc": "^3.10.2",
"concurrently": "^9.1.2",
"typescript": "^5.8.3",
"vite": "^7.0.1",
"wrangler": "^4.67.0"
}
}