-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
125 lines (125 loc) · 3.86 KB
/
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
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
123
124
125
{
"name": "neko-astro-blog",
"type": "module",
"version": "2.14.8",
"private": true,
"engines": {
"node": ">=20"
},
"scripts": {
"new": "node cli/write.js",
"neo": "node cli/neodb.js",
"hydrate": "node cli/hydrate.js",
"dev": "astro dev",
"dm": "export NODE_OPTIONS=--max_old_space_size=4096 && astro dev",
"di": "node --inspect cli/inspect.js",
"start": "astro dev",
"s": "astro dev",
"build": "astro build && node cli/atom.js",
"b": "astro build && node cli/atom.js",
"bf": "astro build -- --force && node cli/atom.js",
"bfv": "astro build -- --force --verbose && node cli/atom.js",
"preview": "astro preview",
"v": "astro preview",
"bump": "npm-check-updates -u",
"astro": "astro",
"a": "astro"
},
"dependencies": {
"98.css": "^0.1.20",
"@astrojs/markdown-remark": "6.0.1",
"@astrojs/mdx": "4.0.3",
"@astrojs/prism": "3.2.0",
"@astrojs/react": "^4.1.2",
"@astrojs/rss": "^4.0.10",
"@astrojs/sitemap": "^3.2.1",
"@builder.io/qwik": "^1.12.0",
"@flla/qwik-lottie": "^0.2.0",
"@fontsource/ibm-plex-mono": "^5.1.1",
"@fontsource/ibm-plex-sans": "^5.1.1",
"@fontsource/ibm-plex-sans-kr": "^5.1.1",
"@fontsource/noto-sans-mongolian": "^5.1.2",
"@ibm/plex-sans-sc": "^1.1.0",
"@iconify-json/clarity": "^1.2.2",
"@iconify-json/codicon": "^1.2.8",
"@iconify-json/entypo-social": "^1.2.2",
"@iconify-json/fluent": "^1.2.11",
"@iconify-json/gravity-ui": "^1.2.4",
"@iconify-json/ic": "^1.2.2",
"@iconify-json/icon-park": "^1.2.2",
"@iconify-json/logos": "^1.2.4",
"@iconify-json/material-symbols": "^1.2.12",
"@iconify-json/mdi": "^1.2.2",
"@iconify-json/ph": "^1.2.2",
"@iconify-json/pixelarticons": "^1.2.2",
"@iconify-json/ri": "^1.2.5",
"@iconify-json/simple-icons": "^1.2.17",
"@iconify-json/tabler": "^1.2.13",
"@moonbit/moonpad": "^0.0.9",
"@myriaddreamin/rehype-typst": "0.5.4",
"@myriaddreamin/typst-ts-node-compiler": "0.5.4",
"@myriaddreamin/typst.ts": "^0.5.4",
"@qwikdev/astro": "^0.7.4",
"@shikijs/twoslash": "^1.24.4",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"astro": "5.1.1",
"astro-icon": "1.1.5",
"astro-remote": "^0.3.3",
"astro-typst": "0.7.0-beta.1",
"bilibili-bv-av-convert": "^1.0.0",
"canvas": "^3.0.0",
"cheerio": "1.0.0",
"cross-blob": "^3.0.2",
"gridsome-remark-figure-caption": "^1.2.2",
"hastscript": "^9.0.0",
"iso-639-1": "^3.1.3",
"jsdom": "^25.0.1",
"jszip": "^3.10.1",
"less": "^4.2.1",
"logical-astro-tweet": "^0.0.5",
"markdown-it": "^14.1.0",
"opencc-js": "^1.0.5",
"opensheetmusicdisplay": "^1.8.9",
"prismjs": "^1.29.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"recursive-readdir-files": "^2.3.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-katex": "^7.0.1",
"rehype-mathjax": "^6.0.0",
"rehype-remnote": "0.2.4",
"rehype-stringify": "^10.0.1",
"remark-directive": "^3.0.0",
"remark-math": "^6.0.0",
"remark-ruby": "^0.4.0",
"remark-samp-kbd": "^0.1.2",
"sharp": "^0.33.5",
"spoiled": "^0.3.3",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"xp.css": "^0.2.6",
"yaml": "^2.6.1"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/hast": "^3.0.4",
"@types/jsdom": "^21.1.7",
"@types/markdown-it": "^14.1.2",
"@types/mdast": "^4.0.4",
"@types/node": "^22.10.2",
"@unocss/preset-icons": "^0.65.3",
"@unocss/transformer-directives": "^0.65.3",
"npm-check-updates": "^17.1.13",
"rehype-pretty-code": "^0.14.0",
"rehype-twemoji": "^0.0.6",
"rollup": "^4.29.1",
"sass": "^1.83.0",
"shiki": "^1.24.4",
"twoslash": "^0.2.12",
"typescript": "^5.7.2",
"unocss": "^0.65.3",
"vite": "^6.0.6"
}
}