migrate tutorial

This commit is contained in:
Felix Roos 2022-05-14 21:28:10 +02:00
parent 92c17d6376
commit 42d3510c74
9 changed files with 3078 additions and 8 deletions

View file

@ -22,6 +22,8 @@
"react-dom": "^17.0.2"
},
"devDependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@tailwindcss/typography": "^0.5.2",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.2",
@ -29,6 +31,7 @@
"autoprefixer": "^10.4.7",
"postcss": "^8.4.13",
"tailwindcss": "^3.0.24",
"vite": "^2.9.9"
"vite": "^2.9.9",
"vite-plugin-mdx": "^3.5.10"
}
}