-
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) · 916 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 916 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
39
{
"name": "cloudinary-saas",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^6.9.5",
"@prisma/client": "^6.1.0",
"axios": "^1.7.9",
"cloudinary": "^2.5.1",
"dayjs": "^1.11.13",
"filesize": "^10.1.6",
"lucide-react": "^0.468.0",
"next": "15.1.1",
"next-cloudinary": "^6.16.0",
"react": "^19",
"react-dom": "^19"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/react": "^19",
"@types/react-dom": "^19",
"daisyui": "^4.12.22",
"eslint": "^9.17.0",
"eslint-config-next": "^15.1.1",
"glob": "^11.0.0",
"postcss": "^8",
"prisma": "^6.1.0",
"rimraf": "^6.0.1",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
}
}