-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
43 lines (43 loc) · 1.06 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
{
"name": "Mobile-SDK-Doc",
"version": "0.0.0",
"private": true,
"hexo": {
"version": "3.2.0"
},
"scripts": {
"hexo": "rm db.json; node ./node_modules/hexo/bin/hexo generate",
"gulp": "node ./node_modules/gulp/bin/gulp.js",
"search": "node ./search.js"
},
"dependencies": {
"co": "^4.6.0",
"hexo": "~3.2.0",
"hexo-renderer-markdown-it": "^3.4.1",
"hexo-renderer-sass": "^0.2.0",
"hexo-renderer-scss": "^1.2.0",
"hexo-server": "^0.2.0",
"html-to-text": "^2.1.3",
"jade": "^1.11.0",
"js-yaml": "^3.6.1",
"node-fetch": "^1.6.0",
"requestify": "^0.1.17",
"whatwg-fetch": "^1.0.0",
"ali-oss": "^4.4.4",
"del": "^2.2.1",
"glob": "^7.0.5",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-filter": "^4.0.0",
"gulp-replace": "^0.5.4",
"gulp-rev": "^7.0.0",
"gulp-rev-replace": "^0.4.3",
"gulp-useref": "^3.0.8",
"gulp-util": "^3.0.7",
"markdown-it": "^7.0.0",
"marky-mark": "^1.2.1",
"mime": "^1.3.4",
"run-sequence": "^1.1.5",
"through2": "^2.0.1"
}
}