aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorNathan Wang2020-06-17 15:18:07 -0700
committerNathan Wang2020-06-17 15:18:07 -0700
commit76f66a88cc85435bc3ca5f22531fbaf201426ce0 (patch)
tree7242d8a677dcbea2620221c63688f14b06dc491f /package.json
parent124d11134b877c9e140938015571dc7e4d80ae24 (diff)
migrate to gatsby mdx
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index f73f3d7..e9b2d12 100644
--- a/package.json
+++ b/package.json
@@ -5,11 +5,14 @@
"version": "0.1.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
+ "@mdx-js/mdx": "^1.6.5",
+ "@mdx-js/react": "^1.6.5",
"@tailwindcss/ui": "^0.3.0",
"esm": "^3.2.25",
"gatsby": "^2.22.15",
"gatsby-image": "^2.4.5",
"gatsby-plugin-manifest": "^2.4.9",
+ "gatsby-plugin-mdx": "^1.2.15",
"gatsby-plugin-offline": "^3.2.7",
"gatsby-plugin-postcss": "^2.3.3",
"gatsby-plugin-react-helmet": "^3.3.2",