-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 948 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 948 Bytes
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
{
"name": "gocart",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@clerk/nextjs": "^6.36.5",
"@imagekit/nodejs": "^7.2.1",
"@neondatabase/serverless": "^1.0.2",
"@prisma/adapter-neon": "^6.0.0",
"@prisma/client": "^6.0.0",
"@reduxjs/toolkit": "^2.8.2",
"axios": "^1.7.9",
"date-fns": "^4.1.0",
"imagekit": "^6.0.0",
"inngest": "^3.49.1",
"lucide-react": "^0.525.0",
"next": "15.3.6",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-hot-toast": "^2.5.2",
"react-redux": "^9.2.0",
"recharts": "^3.1.2",
"stripe": "^20.3.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/ws": "^8.18.1",
"prisma": "^6.0.0",
"tailwindcss": "^4"
}
}