forked from LyraVoid/Mizuki
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 3.95 KB
/
package.json
File metadata and controls
122 lines (122 loc) · 3.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "mizuki",
"type": "module",
"version": "9.0",
"scripts": {
"sync-content": "node scripts/sync-content.js",
"init-content": "node scripts/init-content-repo.js",
"predev": "node scripts/sync-content.js || true",
"prebuild": "node scripts/sync-content.js || true",
"dev": "astro dev",
"start": "astro dev",
"check": "astro check",
"update-anime": "node scripts/update-anime.mjs",
"update-bangumi": "node scripts/update-bangumi.mjs",
"update-bilibili": "node scripts/update-bilibili.mjs",
"build": "node scripts/update-anime.mjs && astro build && pagefind --site dist && node scripts/compress-fonts.js",
"submit": "node scripts/indexnow-submit.js",
"preview": "astro preview",
"astro": "astro",
"type-check": "tsc --noEmit --isolatedDeclarations",
"new-post": "node scripts/new-post.js",
"format": "prettier --write ./src",
"lint": "eslint ./src --fix",
"preinstall": "npx only-allow pnpm",
"compress-fonts": "node scripts/compress-fonts.js",
"test-font-compression": "node scripts/test-font-compression.js",
"lhci": "lhci",
"lighthouse": "lighthouse",
"performance:baseline": "node scripts/performance-baseline.js",
"performance:check": "node scripts/performance-check.js"
},
"dependencies": {
"@astrojs/check": "^0.9.8",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"@astrojs/svelte": "8.0.4",
"@expressive-code/core": "^0.41.7",
"@expressive-code/plugin-collapsible-sections": "^0.41.7",
"@expressive-code/plugin-line-numbers": "^0.41.7",
"@fancyapps/ui": "^6.1.13",
"@fontsource-variable/jetbrains-mono": "^5.2.8",
"@fontsource/roboto": "^5.2.10",
"@iconify/svelte": "^5.2.1",
"@swup/astro": "^1.8.0",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.2",
"astro": "6.1.2",
"astro-expressive-code": "^0.41.7",
"astro-icon": "^1.1.5",
"axios": "^1.14.0",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.20",
"hastscript": "^9.0.1",
"katex": "^0.16.44",
"markdown-it": "^14.1.1",
"marked": "^16.4.2",
"node-html-parser": "^7.1.0",
"oddmisc": "^1.1.5",
"overlayscrollbars": "^2.14.0",
"pagefind": "^1.4.0",
"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": "^3.0.1",
"remark-directive-rehype": "^0.4.2",
"remark-math": "^6.0.0",
"remark-sectionize": "^2.1.0",
"sanitize-html": "^2.17.2",
"satori": "^0.19.3",
"sharp": "^0.34.5",
"stylus": "^0.64.0",
"svelte": "^5.55.1",
"tailwindcss": "^4.2.2",
"typescript": "^5.9.3",
"unist-util-visit": "^5.1.0"
},
"devDependencies": {
"@astrojs/ts-plugin": "^1.10.7",
"@eslint/js": "^10.0.1",
"@iconify-json/fa6-brands": "^1.2.6",
"@iconify-json/fa6-solid": "^1.2.4",
"@iconify-json/fa7-brands": "^1.2.2",
"@iconify-json/fa7-regular": "^1.2.3",
"@iconify-json/fa7-solid": "^1.2.4",
"@iconify-json/material-symbols": "^1.2.64",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/simple-icons": "^1.2.76",
"@lhci/cli": "^0.15.1",
"@rollup/plugin-yaml": "^4.1.2",
"@types/hast": "^3.0.4",
"@types/markdown-it": "^14.1.2",
"@types/mdast": "^4.0.4",
"@types/qrcode": "^1.5.6",
"@types/sanitize-html": "^2.16.1",
"astro-eslint-parser": "^1.4.0",
"eslint": "^10.1.0",
"eslint-plugin-astro": "^1.6.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-svelte": "^3.16.0",
"fontmin": "^1.1.1",
"glob": "^13.0.6",
"globals": "^17.4.0",
"postcss-import": "^16.1.1",
"postcss-nesting": "^13.0.2",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-svelte": "^3.5.1",
"svelte-eslint-parser": "^1.6.0",
"typescript-eslint": "^8.58.0"
},
"packageManager": "pnpm@10.22.0",
"pnpm": {
"overrides": {
"@emmetio/css-parser": "https://codeload.github.com/ramya-rao-a/css-parser/tar.gz/370c480ac103bd17c7bcfb34bf5d577dc40d3660"
}
}
}