-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1006 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1006 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
40
41
42
{
"name": "media-morph-ai",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@clerk/nextjs": "^6.38.0",
"@prisma/adapter-pg": "^7.4.1",
"@prisma/client": "^7.4.1",
"@tailwindcss/postcss": "^4.3.0",
"@types/node": "^25.9.1",
"@types/react": "^19.2.15",
"@types/react-dom": "^19.2.3",
"axios": "^1.13.5",
"cloudinary": "^2.9.0",
"daisyui": "^5.5.20",
"dayjs": "^1.11.19",
"dotenv": "^17.3.1",
"filesize": "^11.0.13",
"lucide-react": "^0.575.0",
"next": "16.1.6",
"next-cloudinary": "^6.17.5",
"pg": "^8.18.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"sonner": "^2.0.7",
"tailwindcss": "^4.3.0",
"typescript": "^6.0.3"
},
"devDependencies": {
"@types/pg": "^8.16.0",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"prisma": "^7.4.1"
},
"browserslist": "> 1%"
}