-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.35 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": "michaelcheng_blog",
"version": "1.0.0",
"private": true,
"hexo": {
"version": "6.3.0"
},
"scripts": {
"postinstall": "patch-package",
"start": "hexo server",
"start:local": "hexo clean && hexo generate && http-server -p 4000 ./public",
"clean": "hexo clean",
"build": "hexo clean && hexo generate",
"tiny": "node ./tinyPng.mjs"
},
"dependencies": {
"hexo": "^6.3.0",
"hexo-admonition": "^1.1.2",
"hexo-deployer-git": "^4.0.0",
"hexo-deployer-rsync": "^2.0.0",
"hexo-generator-archive": "^2.0.0",
"hexo-generator-category": "^2.0.0",
"hexo-generator-feed": "^3.0.0",
"hexo-generator-index-pin-top": "^0.2.2",
"hexo-generator-search": "^2.4.3",
"hexo-generator-tag": "^2.0.0",
"hexo-lazyload-image": "^1.0.13",
"hexo-migrator-rss": "^1.1.0",
"hexo-prism-plugin": "^2.3.0",
"hexo-renderer-ejs": "^2.0.0",
"hexo-renderer-marked": "^6.0.0",
"hexo-renderer-stylus": "^2.1.0",
"hexo-server": "^3.0.0",
"hexo-tag-echarts3": "^1.1.2",
"simple-git-commit": "0.0.2"
},
"devDependencies": {
"cz-conventional-changelog": "^3.1.0",
"imagemin": "^8.0.1",
"imagemin-jpegtran": "^7.0.0",
"imagemin-pngquant": "^9.0.2",
"patch-package": "^6.5.1"
},
"config": {
"commitizen": {
"path": "./node_modules/simple-git-commit"
}
}
}