Code styles always worked, just weren't styled lol

This commit is contained in:
Timothy Pidashev
2024-06-10 18:50:12 -07:00
parent aaf29f45a0
commit c3bc253182
4 changed files with 280 additions and 8 deletions

View File

@@ -19,9 +19,15 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"rehype": "^13.0.1",
"rehype-highlight": "^7.0.0",
"rehype-raw": "^7.0.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"typewriter-effect": "^2.21.0"
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"typewriter-effect": "^2.21.0",
"unified": "^11.0.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",