feat: added support for markdown pages

This commit is contained in:
2026-01-20 02:31:21 +03:00
parent 700073571e
commit ef877ad303
8 changed files with 1429 additions and 78 deletions

View File

@@ -9,10 +9,14 @@
"lint": "next lint"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.19",
"gray-matter": "^4.0.3",
"next": "15.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.5.0"
"react-icons": "^5.5.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",