-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
39 lines (39 loc) · 940 Bytes
/
package.json
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
{
"name": "ai-sdk-preview-roundtrips",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/openai": "^1.0.10",
"@vercel/analytics": "^1.4.1",
"@vercel/kv": "^3.0.0",
"ai": "^4.0.21",
"d3-scale": "^4.0.2",
"date-fns": "^4.1.0",
"framer-motion": "^11.15.0",
"next": "15.1.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^9.0.1",
"react-use": "^17.6.0",
"remark-gfm": "^4.0.0",
"sonner": "^1.7.1",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/d3-scale": "^4.0.8",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"eslint": "^9.17.0",
"eslint-config-next": "15.1.2",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
}
}