-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
37 lines (37 loc) · 966 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
34
35
36
37
{
"name": "bililiverecorder-website",
"private": true,
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=20.0.0",
"pnpm": ">=8.0.0"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"scan:bcdn": "tsm ./scripts/dns-scan-bcdn.ts",
"scan:gotcha": "tsm ./scripts/dns-scan-gotcha.ts"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.29.2",
"astro": "^4.16.14",
"astro-compress": "^2.3.5",
"mermaid": "^11.4.0",
"rehype-external-links": "^3.0.0",
"remark-custom-heading-id": "^2.0.0",
"sharp": "^0.33.5",
"starlight-links-validator": "^0.13.2",
"typescript": "^5.7.2"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241112.0",
"@types/jest": "^29.5.14",
"@types/service-worker-mock": "^2.0.4",
"tsm": "^2.3.0"
}
}