-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.3 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.3 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "hexo-site",
"version": "4.0.0",
"private": true,
"scripts": {
"build": "npm run buildzh && gulp && hexo server -p 4000",
"buildzh": "sh ./deploy-zh.sh && node link.js && npm run clean && hexo generate",
"clean": "hexo clean",
"deployzh": "npm run buildzh && hexo swpp && gulp && hexo deploy",
"serverzh": "sh ./deploy-zh.sh && node link.js && npm run clean && hexo generate && hexo swpp && hexo server"
},
"hexo": {
"version": "8.1.0"
},
"dependencies": {
"cheerio": "^1.0.0",
"gulp": "^5.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-html-minifier-terser": "^7.1.0",
"gulp-htmlclean": "^2.7.22",
"gulp-htmlmin": "^5.0.1",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser": "^2.1.0",
"hexo": "^8.0.0",
"hexo-abbrlink": "^2.2.1",
"hexo-algoliasearch": "^1.1.0",
"hexo-blog-encrypt": "^3.1.9",
"hexo-butterfly-clock-anzhiyu": "^1.1.9",
"hexo-butterfly-envelope": "^1.0.15",
"hexo-butterfly-swiper": "^1.0.12",
"hexo-butterfly-tag-plugins-plus": "^1.0.18",
"hexo-butterfly-wowjs": "^1.0.5",
"hexo-deployer-git": "^3.0.0",
"hexo-filter-gitcalendar": "^1.0.11",
"hexo-filter-nofollow": "^2.0.2",
"hexo-generator-archive": "^1.0.0",
"hexo-generator-baidu-sitemap": "^0.1.9",
"hexo-generator-category": "^1.0.0",
"hexo-generator-feed": "^3.0.0",
"hexo-generator-index": "^2.0.0",
"hexo-generator-json-content": "^4.2.3",
"hexo-generator-search": "^2.4.3",
"hexo-generator-sitemap": "^3.0.1",
"hexo-generator-tag": "^1.0.0",
"hexo-history-calendar": "^1.0.3",
"hexo-pdf": "^1.1.1",
"hexo-pro": "^1.2.10",
"hexo-renderer-ejs": "^2.0.0",
"hexo-renderer-kramed": "^0.1.4",
"hexo-renderer-markdown-it": "^6.1.0",
"hexo-renderer-pug": "^3.0.0",
"hexo-renderer-stylus": "^3.0.1",
"hexo-safego": "^2.2.2",
"hexo-server": "^3.0.0",
"hexo-tag-aplayer": "^3.0.4",
"hexo-tag-map": "^1.2.1",
"hexo-theme-volantis": "^5.8.0",
"hexo-wordcount-fomal": "^1.0.0",
"markdown-it-container": "^3.0.0",
"markdown-it-deflist": "^3.0.0",
"markdown-it-emoji": "^2.0.2",
"markdown-it-mark": "^4.0.0",
"meting": "^2.0.1",
"save": "^2.9.0",
"vanilla-lazyload": "^19.1.3",
"winbox": "^0.2.82",
"workbox-build": "^6.6.0",
"yamljs": "^0.3.0"
}
}