chore(astro): add support for MDX, Svelte, and Tailwind CSS

This commit is contained in:
Stefan Imhoff
2023-02-12 12:19:01 +01:00
parent 3a1d463208
commit 99a3bdab56
6 changed files with 1645 additions and 100 deletions

View File

@@ -10,6 +10,11 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.10"
"@astrojs/mdx": "^0.16.0",
"@astrojs/svelte": "^2.0.1",
"@astrojs/tailwind": "^3.0.1",
"astro": "^2.0.10",
"svelte": "^3.54.0",
"tailwindcss": "^3.0.24"
}
}