feat: add blog detail content component with markdown parsing, syntax highlighting, and reading progress tracking

This commit is contained in:
Poyraz Avsever
2026-04-24 11:20:35 +03:00
parent d15e2d4828
commit a646b35a33
3 changed files with 19 additions and 7 deletions
+1 -1
View File
@@ -17,7 +17,6 @@
},
"dependencies": {
"@iconify/react": "^6.0.2",
"@types/react-syntax-highlighter": "^15.5.13",
"framer-motion": "^12.38.0",
"gray-matter": "^4.0.3",
"mermaid": "^11.13.0",
@@ -36,6 +35,7 @@
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-syntax-highlighter": "^15.5.13",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"medium-to-markdown": "^0.0.3",