-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.05 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
{
"name": "assistantui-examples",
"version": "0.1.0",
"description": "开源框架@assistant-ui/react代码练习",
"scripts": {
"postinstall": "oipage-cli disk -d ./.next",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"repository": "https://github.com/rapid-start/AssistantUI-examples",
"keywords": [
"Next.js"
],
"author": {
"name": "zxl20070701",
"url": "https://github.com/zxl20070701"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/rapid-start/AssistantUI-examples/issues"
},
"homepage": "https://github.com/rapid-start/AssistantUI-examples",
"dependencies": {
"@assistant-ui/react": "^0.14.15",
"@oipage/cli": "^0.2.1",
"assistant-stream": "^0.3.24",
"next": "16.2.6",
"react": "19.2.4",
"react-dom": "19.2.4",
"zod": "^4.4.3"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.6",
"typescript": "^5"
}
}