-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.43 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.43 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
{
"name": "vhastro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"newpost": "node ./script/newpost.js",
"offdev": "astro preferences disable devToolbar",
"ondev": "astro preferences enable devToolbar"
},
"dependencies": {
"@astrojs/mdx": "^4.3.1",
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.4.1",
"@swup/astro": "^1.6.0",
"aplayer": "^1.10.1",
"artalk": "^2.9.1",
"astro": "^5.12.0",
"axios": "^1.11.0",
"intersection-observer": "^0.12.2",
"katex": "^0.16.22",
"lxgw-wenkai-screen-webfont": "^1.7.0",
"overlayscrollbars": "^2.11.4",
"pnpm": "^10.15.0",
"spark-md5": "^3.0.2",
"vanilla-lazyload": "^19.1.3",
"vh-plugin": "^1.2.2"
},
"devDependencies": {
"@playform/compress": "^0.1.9",
"@types/dplayer": "^1.25.5",
"@types/nprogress": "^0.2.3",
"@waline/client": "^3.6.0",
"cheerio": "^1.1.0",
"dayjs": "^1.11.13",
"less": "^4.4.0",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.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",
"typescript": "^5.8.3",
"unist-util-visit": "^5.0.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"sharp",
"swup"
]
}
}