-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 776 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 776 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
{
"scripts": {
"dev": "astro dev --port 4000",
"dev:worker": "wrangler dev",
"build": "astro build",
"preview": "wrangler dev"
},
"devDependencies": {
"@astrojs/cloudflare": "^14.0.1",
"@cloudflare/workers-types": "^4.20260627.1",
"@types/he": "^1.2.3",
"@types/luxon": "^3.7.2",
"@types/node": "^26.0.1",
"astro": "^7.0.3",
"typescript": "^6.0.3"
},
"dependencies": {
"@rowanmanning/feed-parser": "^2.1.3",
"cheerio": "^1.2.0",
"fast-xml-parser": "^5.9.3",
"he": "^1.2.0",
"js-yaml": "^5.2.0",
"liquidjs": "^10.27.1",
"luxon": "^3.7.2",
"wrangler": "^4.105.0",
"xml-formatter": "^3.7.0"
}
}