forked from gizwits-docs/gizwits-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 852 Bytes
/
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
{
"name": "Gizwits-documentaion",
"version": "0.0.0",
"private": true,
"hexo": {
"version": "3.3.8"
},
"scripts": {
"build": "gulp before && hexo g && gulp && gulp after && gulp search",
"deploy": "hexo deploy"
},
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"gulp": "^3.9.1",
"gulp-cssnano": "^2.1.2",
"gulp-uglify": "^2.0.0",
"hexo": "^3.2.0",
"hexo-deployer-git": "^0.2.0",
"hexo-generator-archive": "^0.1.4",
"hexo-generator-category": "^0.1.3",
"hexo-generator-index": "^0.2.0",
"hexo-generator-search": "^2.1.1",
"hexo-generator-tag": "^0.2.0",
"hexo-renderer-marked": "^0.3.0",
"hexo-renderer-sass": "^0.2.0",
"hexo-server": "^0.2.0",
"marked": "^0.3.6",
"md5": "^2.2.1",
"moment": "^2.16.0",
"node-sass": "^4.5.3",
"shelljs": "^0.7.4"
}
}