chore(preact): add Preact to Astro

This commit is contained in:
Stefan Imhoff
2023-04-02 15:51:09 +02:00
parent a297452050
commit 9b784ae818
4 changed files with 142 additions and 9 deletions

View File

@@ -13,12 +13,14 @@
},
"dependencies": {
"@astrojs/mdx": "^0.16.0",
"@astrojs/preact": "^2.1.0",
"@astrojs/svelte": "^2.0.1",
"@astrojs/tailwind": "^3.0.1",
"astro": "^2.0.10",
"astro-icon": "^0.8.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"preact": "^10.6.5",
"svelte": "^3.54.0",
"tailwindcss": "^3.0.24"
},