feat: use mdx-bundler

This commit is contained in:
Timothy Lin
2021-06-26 18:46:45 +08:00
parent 0f844ff636
commit 553722750e
9 changed files with 1197 additions and 781 deletions
+4 -3
View File
@@ -18,19 +18,20 @@
"autoprefixer": "^10.2.5",
"gray-matter": "^4.0.2",
"image-size": "1.0.0",
"mdx-bundler": "^4.1.0",
"next": "11.0.1",
"next-mdx-remote": "^3.0.1",
"next-themes": "^0.0.14",
"postcss": "^8.3.5",
"preact": "^10.5.13",
"react": "17.0.2",
"react-dom": "17.0.2",
"reading-time": "1.3.0",
"rehype-katex": "^4.0.0",
"rehype-katex": "^5.0.0",
"remark-autolink-headings": "6.0.1",
"remark-code-titles": "0.1.2",
"remark-footnotes": "^3.0.0",
"remark-math": "^3.0.1",
"remark-gfm": "^1.0.0",
"remark-math": "^4.0.0",
"remark-slug": "6.0.0",
"tailwindcss": "^2.2.2"
},