-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathpackage.json
33 lines (33 loc) · 885 Bytes
/
package.json
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
{
"name": "@node-minify/docs",
"type": "module",
"version": "10.0.0-next.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro build && wrangler pages dev",
"astro": "astro",
"deploy": "astro build && wrangler pages deploy",
"cf-typegen": "wrangler types",
"format:check": "biome check .",
"lint": "biome lint .",
"format": "biome check --write ."
},
"dependencies": {
"@astrojs/cloudflare": "^11.2.0",
"@astrojs/partytown": "2.1.2",
"@astrojs/preact": "^3.5.3",
"@astrolib/analytics": "0.6.1",
"@types/node": "^22.9.0",
"astro": "^4.16.10",
"preact": "^10.24.3"
},
"devDependencies": {
"@astrojs/ts-plugin": "1.10.4",
"@cloudflare/workers-types": "^4.20241106.0",
"html-escaper": "^3.0.3",
"wrangler": "^3.86.0"
}
}