feat: integrate Cloudinary image upload, Instagram Feed, and fix Next.js warnings

This commit is contained in:
2026-06-09 21:28:45 +03:00
parent 2b3392dcb1
commit a4ad9344a0
52 changed files with 4300 additions and 263 deletions
+11
View File
@@ -9,22 +9,33 @@
"lint": "eslint"
},
"dependencies": {
"@prisma/adapter-pg": "^7.8.0",
"@prisma/client": "^7.8.0",
"bcryptjs": "^3.0.3",
"cloudinary": "^2.10.0",
"clsx": "^2.1.1",
"framer-motion": "^12.40.0",
"jose": "^6.2.3",
"lucide-react": "^1.17.0",
"next": "16.2.7",
"next-cloudinary": "^6.17.5",
"next-intl": "^4.13.0",
"pg": "^8.21.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"tailwind-merge": "^3.6.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20",
"@types/pg": "^8.20.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"dotenv": "^17.4.2",
"eslint": "^9",
"eslint-config-next": "16.2.7",
"prisma": "^7.8.0",
"tailwindcss": "^4",
"typescript": "^5"
}