forked from xkcoding/MyBlog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.02 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
{
"name": "xkcoding-blog",
"version": "0.0.0",
"private": true,
"hexo": {
"version": "3.9.0"
},
"dependencies": {
"bunyan": "^1.8.10",
"dtrace": "0.0.0",
"gulp": "3.9.1",
"gulp-htmlclean": "^2.7.22",
"gulp-htmlmin": "^5.0.1",
"gulp-minify-css": "^1.2.4",
"gulp-uglify": "^3.0.1",
"hexo": "^3.9.0",
"hexo-algolia": "^1.1.0",
"hexo-cli": "^1.0.3",
"hexo-deployer-git": "~0.1.0",
"hexo-generator-archive": "^0.1.4",
"hexo-generator-category": "^0.1.3",
"hexo-generator-feed": "^1.1.0",
"hexo-generator-index": "^0.2.0",
"hexo-generator-searchdb": "^1.0.7",
"hexo-generator-tag": "^0.2.0",
"hexo-git-backup": "~0.1.2",
"hexo-leancloud-counter-security": "^1.5.0",
"hexo-pdf": "^1.1.1",
"hexo-related-popular-posts": "^3.0.3",
"hexo-renderer-ejs": "^0.1.1",
"hexo-renderer-marked": "^0.2.9",
"hexo-renderer-stylus": "^0.3.0",
"hexo-server": "^0.1.3",
"hexo-symbols-count-time": "^0.4.4",
"hexo-wordcount": "^3.0.2"
}
}