-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.35 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.35 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
{
"name": "tifa-blog",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "hexo generate --debug",
"clean": "hexo clean --debug && rm -rf _imgcode_tempout/*",
"deploy": "hexo deploy --debug",
"check-links": "hexo check-links --debug",
"server": "hexo server --debug",
"prepare": "husky"
},
"dependencies": {
"hexo": "^8.1.2",
"hexo-bin-pagination": "^0.0.4",
"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": "^4.0.0",
"hexo-generator-index": "^4.0.0",
"hexo-generator-random": "^1.0.2",
"hexo-generator-searchdb": "^1.5.0",
"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.6.0",
"hexo-renderer-pandoc": "^0.5.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.29.0",
"hexo-word-counter": "^0.2.2"
},
"devDependencies": {
"husky": "^9.1.7",
"oxfmt": "^0.65.0",
"svgo": "^4.1.0"
},
"packageManager": "yarn@1.22.22",
"hexo": {
"version": "8.1.1"
}
}