hello worlds
This commit is contained in:
21
package.json
Normal file
21
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user