-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.27 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
{
"name": "commit-voice",
"version": "1.0.0",
"private": true,
"engines": {
"node": "24.x"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"eve:dev": "eve dev",
"eve:build": "eve build",
"eve:start": "eve start",
"deploy": "vercel deploy"
},
"dependencies": {
"@neondatabase/serverless": "^0.10.0",
"@openrouter/ai-sdk-provider": "^6.0.0-alpha.1",
"@radix-ui/react-dialog": "^1.1.17",
"@radix-ui/react-slot": "^1.3.0",
"@radix-ui/react-switch": "^1.3.1",
"@radix-ui/react-tabs": "^1.1.15",
"@radix-ui/react-toast": "^1.2.17",
"@vercel/connect": "^0.2.6",
"ai": "^7.0.0-beta.178",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"eve": "^0.18.2",
"framer-motion": "^12.40.0",
"lucide-react": "^1.21.0",
"next": "^14.2.0",
"next-themes": "^0.4.6",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"tailwind-merge": "^3.6.0",
"twitter-api-v2": "^1.19.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@types/node": "^22.0.0",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.5.0",
"postcss": "^8.5.15",
"tailwindcss": "^3.4.19",
"typescript": "^5.5.0"
}
}