forked from Merit-Systems/echo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.49 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.49 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
{
"name": "assistant-ui-echo-template",
"version": "0.0.0",
"type": "module",
"dependencies": {
"@merit-systems/echo-next-sdk": "latest",
"@ai-sdk/openai": "2.0.16",
"@ai-sdk/react": "2.0.17",
"@assistant-ui/react": "^0.11.3",
"@assistant-ui/react-ai-sdk": "^1.1.0",
"@assistant-ui/react-markdown": "^0.11.0",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tooltip": "^1.2.8",
"@tailwindcss/postcss": "^4.1.12",
"ai": "5.0.19",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.539.0",
"next": "15.5.9",
"openai": "^4.77.0",
"postcss": "^8.5.6",
"react": "19.1.1",
"react-dom": "19.1.1",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.12",
"zod": "^4.0.17"
},
"devDependencies": {
"@types/node": "^24.3.0",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"eslint": "^9",
"eslint-config-next": "15.5.9",
"tw-animate-css": "^1.3.6",
"typescript": "^5.9.2"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "npm dedupe || true"
},
"overrides": {
"ai": "5.0.19",
"@ai-sdk/react": "2.0.17",
"@ai-sdk/openai": "2.0.16",
"@merit-systems/echo-react-sdk": {
"ai": "5.0.19",
"@ai-sdk/react": "2.0.17"
},
"@merit-systems/echo-next-sdk": {
"ai": "5.0.19",
"@ai-sdk/openai": "2.0.16"
}
}
}