create post completed

This commit is contained in:
libertyoms
2025-04-21 20:59:37 +02:00
parent 629da1b7e7
commit a8c6b5297b
21 changed files with 1973 additions and 37 deletions

View File

@ -9,6 +9,9 @@
"lint": "next lint"
},
"dependencies": {
"@auth/prisma-adapter": "^2.9.0",
"@prisma/client": "^6.6.0",
"minio": "^8.0.5",
"next": "15.3.1",
"next-auth": "^5.0.0-beta.26",
"next-themes": "^0.4.6",
@ -16,7 +19,9 @@
"react-dom": "^19.0.0",
"react-icons": "^5.5.0",
"react-spinners": "^0.16.1",
"react-toggle-dark-mode": "^1.1.1"
"react-toggle-dark-mode": "^1.1.1",
"uuid": "^11.1.0",
"zod": "^3.24.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
@ -26,6 +31,7 @@
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.3.1",
"prisma": "^6.6.0",
"tailwindcss": "^4",
"typescript": "^5"
}