summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2021-12-24 15:38:37 +0100
committerArmand Philippot <git@armandphilippot.com>2021-12-24 15:38:37 +0100
commitef7912256cb4765d553b002c24b9752c2d5096ac (patch)
tree59b574dbda693dc5f1b2605272a6eff3b23802f2 /package.json
parentfe5d74a864ddd1429b0753a3984c45b2392176d2 (diff)
parent0bb6411ee9fce02c2e5680f2be5740a1bbb508ad (diff)
feat: use mdx for pages
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json
index 573521e..d32e63c 100644
--- a/package.json
+++ b/package.json
@@ -31,6 +31,10 @@
},
"dependencies": {
"@lingui/react": "^3.13.0",
+ "@mdx-js/loader": "^2.0.0-rc.2",
+ "@mdx-js/react": "^2.0.0-rc.2",
+ "@next/mdx": "^12.0.7",
+ "@types/mdx": "^2.0.1",
"graphql": "^16.1.0",
"graphql-request": "^3.7.0",
"modern-normalize": "^1.1.0",