-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.44 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
{
"name": "hexo-site",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "npx hexo generate --debug",
"clean": "npx hexo clean --debug && rm -rf _imgcode_tempout/*",
"deploy": "npx hexo deploy --debug",
"check-links": "npx hexo check-links --debug",
"server": "npx hexo server --debug",
"prepare": "husky"
},
"hexo": {
"version": "7.2.0"
},
"dependencies": {
"hexo": "^7.3.0",
"hexo-bin-pagination": "^0.0.3",
"hexo-deployer-git": "^4.0.0",
"hexo-filter-nofollow": "^2.0.2",
"hexo-generator-archive": "^2.0.0",
"hexo-generator-category": "^2.0.0",
"hexo-generator-feed": "^3.0.0",
"hexo-generator-index": "^4.0.0",
"hexo-generator-random": "^1.0.2",
"hexo-generator-searchdb": "^1.4.1",
"hexo-generator-sitemap": "^3.0.1",
"hexo-generator-tag": "^2.0.0",
"hexo-next-coauthor": "github:theme-next/hexo-next-coauthor",
"hexo-next-giscus": "^1.3.0",
"hexo-pangu": "^0.2.3",
"hexo-renderer-pandoc": "^0.4.0",
"hexo-renderer-stylus": "^3.0.1",
"hexo-server": "^3.0.0",
"hexo-tag-asciinema": "^0.0.3",
"hexo-tag-icodeweb": "^1.1.1",
"hexo-tag-mmedia": "^1.2.1",
"hexo-theme-next": "^8.22.0",
"hexo-word-counter": "^0.2.0"
},
"devDependencies": {
"@prettier/plugin-xml": "^3.4.1",
"husky": "^9.1.7",
"prettier": "^3.5.2",
"prettier-plugin-java": "^2.6.7",
"svgo": "^3.3.2"
},
"packageManager": "[email protected]"
}