-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.33 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.33 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
{
"name": "darc",
"private": true,
"version": "0.0.9",
"type": "module",
"scripts": {
"dev": "vite",
"dev:agent": "pnpm exec wrangler dev --port 8787",
"build": "vite build",
"build:swbn": "vite build && node ./build-swbn.js",
"preview": "vite preview",
"bump-version": "node ./bump_version.js"
},
"engines": {
"node": ">=23.0.0"
},
"packageManager": "pnpm@10.13.1",
"dependencies": {
"@ai-sdk/anthropic": "2.0.8",
"@ai-sdk/ui-utils": "1.2.11",
"@cloudflare/vite-plugin": "1.7.4",
"@elevenlabs/client": "^0.5.0",
"@excalidraw/excalidraw": "0.18.0",
"@sveltejs/vite-plugin-svelte": "5.1.0",
"@tailwindcss/vite": "4.1.10",
"@threlte/core": "8.0.4",
"@threlte/extras": "9.2.1",
"@xyflow/svelte": "^1.5.0",
"ai": "5.0.26",
"arktype": "2.1.20",
"comlink": "^4.4.2",
"events": "3.3.0",
"pouchdb-adapter-indexeddb": "^9.0.0",
"pouchdb-browser": "9.0.0",
"pouchdb-find": "9.0.0",
"puppeteer": "24.23.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"rollup": "^4.28.0",
"rollup-plugin-webbundle": "0.2.0",
"streaming-markdown": "^0.2.15",
"svelte": "5.46.0",
"tailwindcss": "4.1.10",
"three": "0.177.0",
"vite": "6.4.1",
"vite-plugin-html-inject": "1.1.2",
"wbn-sign": "0.2.1",
"wrangler": "4.32.0"
}
}