-
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.77 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.77 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": "wc26bot",
"version": "0.0.0",
"type": "module",
"imports": {
"#*": "./agent/*",
"#evals/*": "./evals/*"
},
"scripts": {
"build": "next build",
"build:eve": "eve build",
"dev": "next dev",
"dev:eve": "eve dev",
"migrate:storage": "tsc -p tsconfig.scripts.json && node --env-file-if-exists=.env.local .script-dist/scripts/migrate-wc26-storage.js",
"start": "next start",
"start:eve": "eve start",
"test:unit": "tsc -p tsconfig.test.json && node --test '.test-dist/test/**/*.test.js'",
"typecheck": "tsc --noEmit -p tsconfig.json"
},
"dependencies": {
"@chat-adapter/x": "^4.34.0",
"@radix-ui/react-use-controllable-state": "1.2.2",
"@resvg/resvg-js": "^2.6.2",
"@shadcn/react": "^0.2.0",
"@shikijs/core": "4.1.0",
"@shikijs/engine-javascript": "4.1.0",
"@shikijs/engine-oniguruma": "4.1.0",
"@streamdown/cjk": "1.0.3",
"@streamdown/code": "1.1.1",
"@streamdown/math": "1.0.2",
"@streamdown/mermaid": "1.0.2",
"@tailwindcss/postcss": "4.3.0",
"@vercel/blob": "^2.5.0",
"@vercel/connect": "0.2.2",
"ai": "^7.0.0",
"chat": "^4.34.0",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"cmdk": "1.1.1",
"eve": "^0.22.6",
"lucide-react": "1.16.0",
"motion": "12.40.0",
"nanoid": "5.1.11",
"next": "^16.1.0",
"radix-ui": "1.4.3",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"satori": "^0.26.0",
"shiki": "4.1.0",
"streamdown": "^2.0.0",
"tailwind-merge": "3.6.0",
"tailwindcss": "4.3.0",
"use-stick-to-bottom": "1.1.4",
"zod": "4.4.3"
},
"devDependencies": {
"@types/node": "24.x",
"@types/react": "^19",
"@types/react-dom": "^19",
"microsandbox": "^0.6.6",
"typescript": "6.0.3"
}
}