-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.47 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.47 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
{
"name": "shaonianche.github.io",
"version": "0.0.0",
"homepage": "https://blog.duanfei.org/",
"description": "This is DuanFei's website.",
"author": "DuanFei<duanfei.job@gmail.com>",
"private": true,
"repository": "git+https://github.com/shaonianche/shaonianche.github.io.git",
"scripts": {
"dev": "saber",
"build": "saber build"
},
"dependencies": {
"bulma": "^0.9.4",
"disqusjs": "1.3.0",
"markdown-it-abbr": "2.0.0",
"markdown-it-attrs": "4.3.1",
"markdown-it-cjk-breaks": "1.1.3",
"markdown-it-figure-gallery": "0.2.0",
"markdown-it-footnote": "4.0.0",
"prismjs": "1.30.0",
"@alterjs/saber": "^0.14.1",
"saber-plugin-adobe-font": "0.3.0",
"saber-plugin-baidu-analytics": "0.1.0",
"@alterjs/saber-plugin-feed": "^0.13.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",
"@alterjs/saber-plugin-prismjs": "^0.13.0",
"@alterjs/saber-plugin-query-posts": "^0.13.0",
"saber-plugin-sitemap": "0.4.1",
"sass": "1.90.0",
"sass-loader": "10.1.0",
"sharp": "^0.32.6",
"tinytime": "0.2.6",
"tua-body-scroll-lock": "^1.2.1"
},
"devDependencies": {
"@antfu/eslint-config": "^3.14.0",
"@vue/compiler-sfc": "^3.5.13",
"eslint": "^9.33.0",
"typescript": "^5.7.3"
},
"workspaces": [
"packages/*"
],
"volta": {
"node": "20.19.2",
"yarn": "1.22.22"
}
}