-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
46 lines (46 loc) · 1.19 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
{
"name": "website",
"version": "0.0.0",
"homepage": "https://chawyehsu.com",
"description": "This is Chawye Hsu's website",
"author": "Chawye Hsu <[email protected]>",
"private": true,
"scripts": {
"dev": "saber",
"build": "saber build"
},
"dependencies": {
"@alterjs/saber": "^0.12.2",
"@alterjs/saber-plugin-feed": "^0.12.2",
"@alterjs/saber-plugin-query-posts": "^0.12.2",
"disqusjs": "1.3.0",
"markdown-it-abbr": "2.0.0",
"markdown-it-attrs": "4.2.0",
"markdown-it-cjk-breaks": "1.1.3",
"markdown-it-figure-gallery": "0.2.0",
"markdown-it-footnote": "4.0.0",
"saber-plugin-adobe-font": "0.3.0",
"saber-plugin-baidu-analytics": "0.1.0",
"saber-plugin-ga-lite": "0.4.0",
"saber-plugin-google-adsense": "0.3.0",
"saber-plugin-image-photoswipe": "0.1.0",
"saber-plugin-jsdelivr-cdn": "0.1.0",
"saber-plugin-sitemap": "0.5.0",
"sharp": "^0.30.7",
"tinytime": "0.2.6",
"tua-body-scroll-lock": "1.5.1"
},
"workspaces": [
"packages/*"
],
"engines": {
"node": ">=16"
},
"volta": {
"node": "16.20.2",
"yarn": "1.22.22"
},
"devDependencies": {
"@vue/runtime-dom": "^3.4.27"
}
}