use @next/mdx

This commit is contained in:
Thomas Ruoff
2024-03-13 23:13:21 +01:00
parent 573b06d72d
commit 0486b99b3e
13 changed files with 2927 additions and 903 deletions

View File

@@ -11,7 +11,11 @@
"test": "jest"
},
"dependencies": {
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next-auth/mongodb-adapter": "1.1.3",
"@next/mdx": "^14.1.3",
"@types/mdx": "^2.0.11",
"@vercel/analytics": "^1.0.0",
"autoprefixer": "10.4.18",
"classnames": "2.5.1",
@@ -23,7 +27,6 @@
"next": "^14.0.1",
"next-auth": "4.24.7",
"next-axiom": "^1.1.0",
"next-mdx-remote": "4.4.1",
"nodemailer": "^6.9.1",
"react": "18.2.0",
"react-calendar": "4.8.0",
@@ -50,4 +53,4 @@
"^.+\\.(ts|tsx)$": "ts-jest"
}
}
}
}