Install MDX packages

Following: 77b5f79a4d/packages/next-mdx/readme.md
This commit is contained in:
Marcus Blättermann 2022-11-10 00:19:59 +01:00
parent 0bd9be16fa
commit f00c4f7e19
No known key found for this signature in database
GPG Key ID: A1E1F04008AC450D
2 changed files with 3749 additions and 0 deletions

3746
website/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,6 +9,9 @@
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "^2.1.5",
"@mdx-js/react": "^2.1.5",
"@next/mdx": "^13.0.2",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",