-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.22 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
{
"name": "ask-box",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@ai-sdk/openai": "^3.0.79",
"@ai-sdk/react": "^3.0.219",
"@shadcn/react": "^0.2.0",
"@upstash/qstash": "^2.7.0",
"@upstash/redis": "^1.34.0",
"@upstash/vector": "^1.2.0",
"ai": "^6.0.217",
"box-typescript-sdk-gen": "^1.19.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"geist": "^1.7.2",
"jigsawstack": "^0.2.9",
"lucide-react": "^1.22.0",
"motion": "^12.42.2",
"next": "^15.1.0",
"openai": "^4.77.0",
"radix-ui": "^1.6.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"shadcn": "^4.12.0",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0",
"zod": "^3.24.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.2",
"@types/node": "^22.10.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.0",
"tailwindcss": "^4.3.2",
"typescript": "^5.7.0",
"vitest": "^2.1.0"
}
}