-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.05 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "astro-blog-starter-template2",
"description": "Build a personal website, blog, or portfolio with Astro.",
"private": true,
"cloudflare": {
"label": "Astro Framework Starter",
"products": [
"Workers"
],
"categories": [],
"preview_icon_url": "https://imagedelivery.net/wSMYJvS3Xw-n339CbDyDIA/394ca3c9-d351-4036-035a-9f6dfa26dd00/public",
"preview_image_url": "https://imagedelivery.net/wSMYJvS3Xw-n339CbDyDIA/f40a6577-eed5-4f3e-cef4-b5ef0a1be100/preview",
"publish": true
},
"dependencies": {
"@astrojs/cloudflare": "12.6.0",
"@astrojs/mdx": "4.3.0",
"@astrojs/rss": "4.0.11",
"@astrojs/sitemap": "3.4.1",
"astro": "5.10.1",
"typescript": "5.8.3"
},
"devDependencies": {
"wrangler": "4.21.x"
},
"scripts": {
"astro": "astro",
"build": "astro build",
"cf-typegen": "wrangler types",
"check": "astro build && tsc && wrangler deploy --dry-run",
"deploy": "wrangler deploy",
"dev": "astro dev",
"preview": "astro build && wrangler dev"
},
"type": "module"
}