configuration added for mdx

This commit is contained in:
Mikayla Dobson
2023-05-29 11:27:37 -05:00
parent 0b9e479d11
commit 0aa315c2ae
8 changed files with 63 additions and 4389 deletions

View File

@@ -9,6 +9,9 @@
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.4.4",
"@types/node": "20.2.5",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
@@ -19,6 +22,7 @@
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"remark-prism": "^1.3.6",
"tailwindcss": "3.3.2",
"typescript": "5.0.4"
}