Got the homepage sorted

This commit is contained in:
2025-05-17 22:42:48 -06:00
parent b1cd87f20b
commit d86ae2f16b
49 changed files with 5226 additions and 1878 deletions

27
package.json Normal file
View File

@ -0,0 +1,27 @@
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^9.2.1",
"@astrojs/preact": "^4.0.11",
"@preact/signals": "^2.0.4",
"@tailwindcss/vite": "^4.1.7",
"astro": "^5.7.13",
"astro-icon": "^1.1.5",
"lucide-preact": "^0.511.0",
"preact": "^10.26.6",
"tailwindcss": "^4.1.7"
},
"devDependencies": {
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/simple-icons": "^1.2.34",
"daisyui": "^5.0.35"
}
}