-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.21 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.21 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
{
"name": "hexo-site",
"version": "0.0.0",
"private": true,
"scripts": {
"g": "npx hexo clean && npx hexo g",
"b": "npx hexo clean && npx hexo g && gulp",
"d": "npx hexo deploy",
"s": "npx hexo server -p 80",
"c": "aicommit2",
"p": "git push -u origin main"
},
"hexo": {
"version": "7.1.1"
},
"dependencies": {
"@aptuitiv/gulp-clean-css": "^4.4.3",
"del": "^6.1.1",
"fs-extra": "^11.2.0",
"gulp": "^5.0.0",
"gulp-html-minifier-terser": "^7.1.0",
"gulp-imagemin": "^6.2.0",
"gulp-rev-all": "^3.0.0",
"gulp-uglify-es": "^3.0.0",
"hexo": "^7.0.0",
"hexo-blog-encrypt": "^3.1.9",
"hexo-butterfly-wowjs": "^1.0.5",
"hexo-deployer-rsync": "^3.0.0",
"hexo-generator-archive": "^2.0.0",
"hexo-generator-category": "^2.0.0",
"hexo-generator-feed": "^3.0.0",
"hexo-generator-index": "^3.0.0",
"hexo-generator-sitemap": "^3.0.1",
"hexo-generator-tag": "^2.0.0",
"hexo-renderer-kramed": "^0.1.4",
"hexo-renderer-pug": "^3.0.0",
"hexo-renderer-stylus": "^3.0.1",
"hexo-server": "^3.0.0",
"hexo-theme-landscape": "^1.0.0",
"hexo-wordcount": "^6.0.1",
"moment": "^2.30.1",
"social-share.js": "^1.0.16"
}
}