This commit is contained in:
2026-06-08 20:49:48 -04:00
commit 9dbc5c3375
14 changed files with 1821 additions and 0 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "website",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@tailwindcss/vite": "^4.3.0",
"astro": "^6.4.4",
"tailwindcss": "^4.3.0"
},
"devDependencies": {
"daisyui": "^5.5.23"
}
}