-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.61 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
{
"name": "vulpix",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"typecheck": "next typegen && tsc --noEmit",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui"
},
"dependencies": {
"@ai-sdk/anthropic": "^4.0.42",
"@ai-sdk/google": "^4.0.51",
"@ai-sdk/openai": "^4.0.47",
"@ai-sdk/openai-compatible": "^3.0.37",
"@ai-sdk/react": "^4.0.82",
"@phosphor-icons/react": "^2.1.10",
"@radix-ui/react-accordion": "^1.2.20",
"@radix-ui/react-navigation-menu": "^1.2.22",
"@serwist/turbopack": "^9.5.12",
"@upstash/redis": "^1.38.3",
"ai": "^7.0.79",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"gsap": "^3.15.0",
"idb": "^8.0.3",
"lucide-react": "^1.34.0",
"motion": "^13.1.1",
"next": "16.3.2",
"next-themes": "^0.4.6",
"radix-ui": "^1.6.7",
"react": "19.2.8",
"react-dom": "19.2.8",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"serwist": "^9.5.12",
"shadcn": "^4.19.0",
"shiki": "^4.4.3",
"sonner": "^2.0.8",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@playwright/test": "^1.62.1",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"esbuild": "^0.28.2",
"eslint": "^9",
"eslint-config-next": "16.3.2",
"playwright": "^1.62.1",
"tailwindcss": "^4",
"typescript": "^5"
},
"engines": {
"node": "22.x"
}
}