-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.08 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
{
"name": "kernel-nextjs-template",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "eslint .",
"start": "next start",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@ai-sdk/openai": "^4.0.65",
"@ai-sdk/react": "^4.0.100",
"@onkernel/sdk": "0.100.0",
"@radix-ui/react-collapsible": "^1.1.20",
"@radix-ui/react-slot": "^1.3.3",
"@vercel/analytics": "^2.0.1",
"ai": "^7.0.97",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^1.44.0",
"next": "^16.3.4",
"react": "^19.3.0",
"react-dom": "^19.3.0",
"shiki": "^4.4.3",
"tailwind-merge": "^3.6.0",
"zod": "^4.6.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.3",
"@types/node": "^24.10.1",
"@types/react": "^19.3.0",
"@types/react-dom": "^19.3.0",
"eslint": "^9.37.0",
"eslint-config-next": "^16.3.4",
"lightningcss": "^1.33.0",
"postcss": "^8.5.28",
"tailwindcss": "^4.3.3",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
}
}