-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.95 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.95 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "dusklight",
"type": "module",
"version": "1.0.0",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"sync-content": "node scripts/sync-content.js",
"init-content": "cp .env.example .env && echo '请编辑 .env 文件配置 CONTENT_REPO_URL'",
"predev": "node scripts/sync-content.js || true",
"prebuild": "node scripts/sync-content.js || true",
"update-anime": "node scripts/update-anime.mjs",
"dev": "astro dev",
"build": "node scripts/update-anime.mjs && astro build && pagefind --site dist --force-language zh-cn",
"preview": "astro preview",
"postbuild": "node scripts/obfuscate-anti-mirror.js",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^7.0.5",
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.3",
"@astrojs/svelte": "^9.0.1",
"@expressive-code/core": "^0.44.1",
"@expressive-code/plugin-collapsible-sections": "^0.44.1",
"@expressive-code/plugin-line-numbers": "^0.44.1",
"@iconify-json/fa7-brands": "^1.2.4",
"@iconify-json/fa7-regular": "^1.2.3",
"@iconify-json/fa7-solid": "^1.2.5",
"@iconify-json/simple-icons": "^1.2.93",
"@iconify/tailwind4": "^1.2.3",
"@tailwindcss/vite": "^4.3.3",
"astro": "^7.2.0",
"astro-expressive-code": "^0.44.1",
"astro-icon": "^1.1.5",
"hast-util-select": "^6.0.4",
"hast-util-to-html": "^9.0.5",
"hastscript": "^9.0.1",
"katex": "^0.18.4",
"pagefind": "^1.5.2",
"qrcode": "^1.5.4",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-components": "^0.3.0",
"rehype-external-links": "^3.0.0",
"rehype-katex": "^7.0.1",
"rehype-slug": "^6.0.0",
"remark-directive": "^4.0.0",
"remark-math": "^6.0.0",
"remark-sectionize": "^2.1.0",
"sharp": "^0.35.0",
"svelte": "^5.56.9",
"tailwindcss": "^4.3.3",
"unist-util-visit": "^5.1.0"
},
"devDependencies": {
"@types/qrcode": "^1.5.6",
"pangu": "^9.1.0"
}
}