-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
42 lines (42 loc) · 1.03 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
{
"name": "Onboard-SDK-Doc",
"version": "0.0.0",
"private": true,
"hexo": {
"version": "3.0.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": {
"ali-oss": "^4.4.4",
"co": "^4.6.0",
"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",
"hexo": "3.0.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",
"markdown-it": "^7.0.0",
"marky-mark": "^1.2.1",
"mime": "^1.3.4",
"node-fetch": "^1.6.0",
"request": "^2.73.0",
"run-sequence": "^1.1.5",
"through2": "^2.0.1"
}
}