hello worlds

This commit is contained in:
Holden
2026-06-26 18:11:52 -05:00
commit e208f1ad5a
61 changed files with 15566 additions and 0 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "tenwholeyears-web",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"resize:image": "powershell -ExecutionPolicy Bypass -File ./tools/resize-images.ps1",
"generate-types": "wrangler types"
},
"dependencies": {
"@astrojs/cloudflare": "^14.0.1",
"astro": "^7.0.3",
"wrangler": "^4.105.0"
}
}