-
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) · 1005 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1005 Bytes
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": "eonet",
"description": "Build a personal website, blog, or portfolio with Astro.",
"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.12",
"@astrojs/mdx": "^4.3.13",
"@astrojs/rss": "^4.0.15",
"@astrojs/sitemap": "^3.7.0",
"astro": "^5.17.1",
"typescript": "5.9.3"
},
"devDependencies": {
"wrangler": "^4.63.0"
},
"private": true,
"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"
}