feat: implement project fetching and markdown rendering for enhanced project display

This commit is contained in:
2025-02-04 01:37:58 +01:00
parent e7735e8521
commit f1112becd9
15 changed files with 2045 additions and 92 deletions

View File

@@ -13,7 +13,11 @@
"next": "15.1.3",
"prisma": "^6.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
"react-dom": "^19.0.0",
"react-markdown": "^9.0.3",
"gray-matter": "^4.0.3",
"remark-gfm": "^4.0.0",
"rehype-raw": "^7.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",