-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 964 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 964 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": "bestjichang-blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build && npm run check-seo",
"preview": "astro preview",
"astro": "astro",
"check-seo": "node scripts/check-seo.js",
"indexnow": "node scripts/indexnow.js"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/mdx": "3.1.5",
"@astrojs/rss": "4.0.7",
"@astrojs/sitemap": "^3.2.0",
"@astrojs/tailwind": "5.1.0",
"@types/dompurify": "^3.0.5",
"@types/marked": "^5.0.2",
"astro": "4.14.2",
"dompurify": "^3.4.14",
"extract-zip": "^2.0.1",
"iconv-lite": "^0.7.3",
"marked": "^18.0.10",
"reading-time": "^1.5.0",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
},
"devDependencies": {
"@astrojs/cloudflare": "^11.0.0",
"@cloudflare/workers-types": "^5.20260823.1",
"wrangler": "^4.125.0"
}
}