-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.03 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
{
"name": "commitcar",
"version": "0.1.0",
"private": true,
"description": "Your commits drive a car — a BlindspotLab experiment by @mojeebeth",
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"db:push": "prisma db push",
"db:studio": "prisma studio",
"postinstall": "prisma generate"
},
"dependencies": {
"@prisma/client": "^5.22.0",
"@rainbow-me/rainbowkit": "^2.2.10",
"@resvg/resvg-js": "^2.6.2",
"@supabase/supabase-js": "^2.103.3",
"@tanstack/react-query": "^5.59.0",
"@vercel/og": "^0.6.3",
"next": "^15.1.0",
"prisma": "^5.22.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sharp": "^0.34.5",
"viem": "^2.21.0",
"wagmi": "^2.12.0"
},
"devDependencies": {
"@types/node": "^22.9.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.0"
}
}