remark plugins and width
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Rei
2023-02-06 17:10:36 +01:00
parent 839defdd06
commit 50358c43b9
9 changed files with 393 additions and 18 deletions

View File

@@ -9,6 +9,8 @@
"lint": "next lint"
},
"dependencies": {
"@agentofuser/remark-oembed": "^1.0.4",
"@mavrin/remark-typograf": "^2.2.0",
"@tailwindcss/typography": "^0.5.8",
"@types/node": "18.11.11",
"@types/react": "18.0.26",
@@ -22,9 +24,12 @@
"react-icons": "^4.7.1",
"react-markdown": "^8.0.4",
"react-syntax-highlighter": "^15.5.0",
"rehype-raw": "^6.1.1",
"rehype-sanitize": "^5.0.1",
"remark": "^14.0.2",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.1",
"remark-smartypants": "^2.0.0",
"typescript": "4.9.3"
},
"devDependencies": {