-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.35 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.35 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
{
"name": "pilot",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/anthropic": "^2.0.53",
"@ai-sdk/groq": "^2.0.32",
"@ai-sdk/openai": "^2.0.75",
"@ai-sdk/openai-compatible": "^1.0.28",
"@ai-sdk/react": "^2.0.105",
"@ai-sdk/vercel": "^1.0.29",
"@morphllm/morphsdk": "^0.2.53",
"ai": "^5.0.105",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cpu-features": "^0.0.10",
"dockerode": "^4.0.9",
"lucide-react": "^0.539.0",
"marked": "^16.4.2",
"motion": "^12.23.25",
"next": "15.4.8",
"openai": "^6.9.1",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.4.0",
"tar-stream": "^3.1.7",
"zod": "^4.1.13"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.3",
"@tailwindcss/postcss": "^4.1.17",
"@types/dockerode": "^3.3.47",
"@types/node": "^20.19.25",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/tar-stream": "^3.1.4",
"eslint": "^9.39.1",
"eslint-config-next": "15.4.6",
"raw-loader": "^4.0.2",
"tailwindcss": "^4.1.17",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
}
}