This commit is contained in:
Ivy Turner 2025-04-27 20:37:04 +01:00
parent e3cb07dea8
commit 030aa87fc5
No known key found for this signature in database
25 changed files with 399 additions and 140 deletions

View file

@ -11,7 +11,7 @@
},
"dependencies": {
"@tailwindcss/vite": "^4.0.13",
"astro": "^5.4.3",
"astro": "^5.7.5",
"astro-pagefind": "^1.8.3",
"ava": "^6.2.0",
"clsx": "^2.1.1",
@ -20,6 +20,7 @@
},
"devDependencies": {
"@flydotio/dockerfile": "^0.7.10",
"@tailwindcss/typography": "^0.5.16"
"@tailwindcss/typography": "^0.5.16",
"@types/luxon": "^3.6.2"
}
}