Implement News System with Admin UI and Homepage Integration

This commit is contained in:
Hördle Bot
2025-11-25 11:52:52 +01:00
parent 3e647cd44b
commit 0e313db2e3
9 changed files with 1834 additions and 5 deletions

View File

@@ -15,7 +15,8 @@
"next": "16.0.3",
"prisma": "^6.19.0",
"react": "19.2.0",
"react-dom": "19.2.0"
"react-dom": "19.2.0",
"react-markdown": "^10.1.0"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",