This commit is contained in:
badblocks 2026-07-10 00:21:45 -07:00
parent 6e7977997e
commit 28e583f612
Signed by: badblocks
SSH key fingerprint: SHA256:hEcM6BP4hKm9F7WsomNuXSBpPn2BSDnFzPSl3y1NerQ
22 changed files with 299 additions and 239 deletions

View file

@ -14,34 +14,29 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/alpinejs": "^0.4.9",
"@astrojs/check": "^0.9.6",
"@astrojs/db": "^0.18.3",
"@astrojs/node": "^9.5.4",
"@astrojs/partytown": "^2.1.4",
"@astrojs/sitemap": "^3.7.0",
"@astrojs/ts-plugin": "^1.10.6",
"@astrojs/alpinejs": "^1.0.0",
"@astrojs/check": "^0.9.9",
"@astrojs/db": "^0.21.3",
"@astrojs/node": "^11.0.2",
"@astrojs/sitemap": "^3.7.3",
"@astrojs/ts-plugin": "^1.10.10",
"@cap.js/server": "^4.0.5",
"@cap.js/widget": "^0.1.35",
"@nurodev/astro-bun": "^2.1.2",
"@cap.js/widget": "^0.1.56",
"@types/alpinejs": "^3.13.11",
"alpinejs": "^3.15.8",
"alpinejs": "^3.15.12",
"android-sms-gateway": "^3.0.0",
"astro": "^5.18.0",
"astro-htmx": "^1.0.6",
"htmx.org": "^2.0.8",
"astro": "^7.0.7",
"iconify-icon": "^3.0.2",
"ofetch": "^1.5.1",
"otplib": "^12.0.1",
"typescript": "^5.9.3",
"undici": "^7.22.0",
"validator": "^13.15.26"
"otplib": "12.0.1",
"typescript": "^6.0.3",
"validator": "^13.15.35"
},
"devDependencies": {
"@types/bun": "^1.3.9",
"@types/bun": "^1.3.14",
"@types/validator": "^13.15.10",
"doiuse": "^6.0.6",
"prettier": "^3.8.1",
"prettier": "^3.9.5",
"prettier-plugin-astro": "^0.14.1"
}
}