Install Tailwind and Preact

This commit is contained in:
Quinn Hegeman
2026-03-07 16:18:49 +01:00
parent 3e03a9ab27
commit 269f5c8eb9
5 changed files with 6751 additions and 6 deletions

View File

@@ -9,6 +9,10 @@
"astro": "astro"
},
"dependencies": {
"astro": "^5.17.1"
"@astrojs/preact": "^4.1.3",
"@tailwindcss/vite": "^4.2.1",
"astro": "^5.17.1",
"preact": "^10.28.4",
"tailwindcss": "^4.2.1"
}
}
}