-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 912 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 912 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
{
"name": "chelsea-church-website",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "Chelsea Community Church website — Astro (static) + Sanity (CMS) + Church Center embeds. Hosted free on Cloudflare Pages.",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"fields": "node scripts/pco-fields.mjs",
"dev:fn": "astro build && wrangler pages dev dist --compatibility-date=2024-11-01 --port 8788"
},
"dependencies": {
"@astrojs/sitemap": "^3.7.3",
"@portabletext/to-html": "^2.0.13",
"@sanity/client": "^6.22.5",
"@sanity/image-url": "^1.1.0",
"astro": "^5.0.0",
"fast-xml-parser": "^5.9.3"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"playwright": "^1.61.1",
"typescript": "^5.6.3",
"wrangler": "^4.107.0"
}
}