Add commands mdx component; continue work on coreboot post

This commit is contained in:
2025-04-22 12:20:19 -07:00
parent d44988b39c
commit ce812e8466
7 changed files with 343 additions and 39 deletions

View File

@@ -29,11 +29,13 @@
"marked": "^15.0.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.5.0",
"react-responsive": "^10.0.1",
"reading-time": "^1.5.0",
"rehype-pretty-code": "^0.14.1",
"rehype-slug": "^6.0.0",
"schema-dts": "^1.1.5",
"typewriter-effect": "^2.21.0"
"typewriter-effect": "^2.21.0",
"unist-util-visit": "^5.0.0"
}
}