the horrors
This commit is contained in:
parent
0d9be3d002
commit
4245370f61
48 changed files with 2513 additions and 265 deletions
|
@ -6,9 +6,14 @@
|
|||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
"astro": "astro",
|
||||
"test": "ava"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^5.4.3"
|
||||
"@tailwindcss/vite": "^4.0.13",
|
||||
"astro": "^5.4.3",
|
||||
"ava": "^6.2.0",
|
||||
"luxon": "^3.5.0",
|
||||
"tailwindcss": "^4.0.13"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue