Uploading template.
This commit is contained in:
committed by
GitHub
parent
da7e5d9d15
commit
88679cf3a1
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"name": "me",
|
||||
"description": "Build a personal website, blog, or portfolio with Astro.",
|
||||
"cloudflare": {
|
||||
"label": "Astro Framework Starter",
|
||||
"products": [
|
||||
"Workers"
|
||||
],
|
||||
"categories": [],
|
||||
"icon_urls": [
|
||||
"https://imagedelivery.net/wSMYJvS3Xw-n339CbDyDIA/5ca0ca32-e897-4699-d4c1-6b680512f000/public"
|
||||
],
|
||||
"preview_image_url": "https://imagedelivery.net/wSMYJvS3Xw-n339CbDyDIA/33bbbf02-eda2-4d3f-b244-c27a280f3900/public",
|
||||
"dash": true
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/cloudflare": "12.4.0",
|
||||
"@astrojs/mdx": "4.2.3",
|
||||
"@astrojs/rss": "4.0.11",
|
||||
"@astrojs/sitemap": "3.3.0",
|
||||
"astro": "5.6.0",
|
||||
"typescript": "5.8.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"wrangler": "4.7.0"
|
||||
},
|
||||
"scripts": {
|
||||
"astro": "astro",
|
||||
"build": "astro build",
|
||||
"check": "astro build && tsc && wrangler deploy --dry-run",
|
||||
"deploy": "astro build && wrangler deploy",
|
||||
"dev": "astro dev",
|
||||
"preview": "astro build && wrangler dev",
|
||||
"types": "wrangler types"
|
||||
},
|
||||
"type": "module"
|
||||
}
|
||||
Reference in New Issue
Block a user