forked from assistant-ui/assistant-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.63 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.63 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "@assistant-ui/docs",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "pnpm build:docs && next build",
"build:docs": "tsx ./scripts/generate-docs.mts",
"dev": "next dev",
"start": "next start",
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"@ai-sdk/openai": "^2.0.88",
"@ai-sdk/react": "^2.0.118",
"@assistant-ui/react": "workspace:*",
"@assistant-ui/react-ai-sdk": "workspace:*",
"@assistant-ui/react-data-stream": "workspace:*",
"@assistant-ui/react-devtools": "workspace:*",
"@assistant-ui/react-langgraph": "workspace:*",
"@assistant-ui/react-markdown": "workspace:*",
"@assistant-ui/react-syntax-highlighter": "workspace:*",
"@assistant-ui/styles": "workspace:*",
"@langchain/langgraph-sdk": "^1.3.1",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tooltip": "^1.2.8",
"@radix-ui/themes": "^3.2.1",
"@shikijs/transformers": "^3.20.0",
"@theguild/remark-mermaid": "^0.3.0",
"@upstash/ratelimit": "^2.0.7",
"@vercel/kv": "^3.0.0",
"ai": "^5.0.116",
"assistant-stream": "workspace:*",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"fumadocs-core": "16.3.1",
"fumadocs-mdx": "14.2.1",
"fumadocs-twoslash": "^3.1.10",
"fumadocs-ui": "16.3.1",
"geist": "^1.5.1",
"lucide-react": "^0.562.0",
"next": "16.2.6",
"openai": "^6.15.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-resizable-panels": "^4.0.13",
"react-shiki": "^0.9.1",
"react-syntax-highlighter": "^16.1.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-mdx": "^3.1.1",
"safe-content-frame": "workspace:*",
"tailwind-merge": "^3.4.0",
"tw-shimmer": "workspace:*",
"zod": "^4.2.1",
"zustand": "^5.0.9"
},
"devDependencies": {
"@assistant-ui/shadcn-registry": "workspace:*",
"@assistant-ui/x-buildutils": "workspace:*",
"@tailwindcss/postcss": "^4.1.18",
"@types/mdx": "^2.0.13",
"@types/node": "^25.0.3",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/react-syntax-highlighter": "^15.5.13",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"ts-morph": "^27.0.2",
"tsx": "^4.21.0",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
}
}