-
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.64 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.64 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": "hexo-site",
"version": "0.0.0",
"private": true,
"hexo": {
"version": "6.3.0"
},
"dependencies": {
"hexo": "^6.3.0",
"hexo-abbrlink": "^2.2.1",
"hexo-all-minifier": "^0.5.7",
"hexo-butterfly-artitalk": "^1.0.5",
"hexo-butterfly-hpptalk": "^1.0.4",
"hexo-deployer-git": "^4.0.0",
"hexo-douban": "^2.3.6",
"hexo-generator-archive": "^2.0.0",
"hexo-generator-baidu-sitemap": "^0.1.9",
"hexo-generator-category": "^2.0.0",
"hexo-generator-index": "^3.0.0",
"hexo-generator-searchdb": "^1.4.1",
"hexo-generator-sitemap": "^3.0.1",
"hexo-generator-tag": "^2.0.0",
"hexo-offline": "^3.0.0",
"hexo-pdf": "^1.1.1",
"hexo-renderer-ejs": "^2.0.0",
"hexo-renderer-marked": "^6.0.0",
"hexo-renderer-pug": "^3.0.0",
"hexo-renderer-stylus": "^2.1.0",
"hexo-server": "^3.0.0",
"hexo-tag-aplayer": "^3.0.4",
"hexo-theme-butterfly": "^5.2.2",
"hexo-theme-landscape": "^1.0.0",
"hexo-theme-next": "^8.19.1",
"hexo-wordcount": "^6.0.1"
},
"devDependencies": {
"hexo-util": "^3.1.0",
"node-cli": "^0.2.5"
},
"scripts": {
"build": "hexo generate",
"clean": "hexo clean",
"deploy": "hexo deploy",
"server": "hexo server",
"debug-deploy": "node ./node_modules/hexo-cli/bin/hexo deploy --debug",
"push": "hexo clean && hexo g && hexo douban && gulp && hexo deploy",
"show": "hexo clean && hexo g && hexo s",
"update": "git init && git add . && git commit -m 'backup' && git push origin main",
"kk": "hexo clean && hexo g && hexo deploy",
"en": "hexo clean && hexo g && hexo g --config config-en.yml -f && hexo s"
}
}