-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.72 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "living-blue-book",
"version": "1.0.0",
"private": true,
"hexo": {
"version": "3.9.0"
},
"scripts": {
"clean": "hexo clean",
"build": "gulp build",
"watch": "gulp run",
"serve": "hexo serve",
"eslint": "eslint .",
"deploy": "hexo deploy"
},
"dependencies": {
"cheerio": "^0.20.0",
"es6-promise": "^4.2.5",
"gulp": "^3.9.1",
"gulp-run-command": "0.0.9",
"hexo": "^3.7.1",
"hexo-deployer-git": "^0.3.1",
"hexo-generator-archive": "^0.1.4",
"hexo-generator-feed": "^1.1.0",
"hexo-generator-i18n": "0.0.7",
"hexo-generator-sitemap": "^1.1.2",
"hexo-inject": "^1.0.0",
"hexo-renderer-ejs": "^0.3.1",
"hexo-renderer-jade": "^0.4.1",
"hexo-renderer-marked": "^0.2.10",
"hexo-renderer-stylus": "^0.3.1",
"hexo-server": "^0.2.0",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.5.1",
"lodash.assign": "^4.2.0",
"lodash.clone": "^4.0.1",
"lodash.foreach": "^4.0.0",
"lodash.isempty": "^4.0.0",
"lodash.isequal": "^4.0.0",
"lunr": "^2.1.2",
"moment": "^2.24.0",
"request": "^2.88.0",
"request-promise": "^4.2.4"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babelify": "^8.0.0",
"browser-sync": "^2.23.7",
"browserify": "^16.2.0",
"del": "^3.0.0",
"eslint": "^4.3.0",
"eslint-config-hexo": "^2.0.0",
"exorcist": "^1.0.1",
"fancy-log": "^1.3.2",
"gulp-clean-css": "^3.10.0",
"gulp-imagemin": "^4.1.0",
"gulp-minify": "^3.1.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.1",
"js-yaml": "^3.12.0",
"qrcode": "^1.3.2",
"rename": "^1.0.4",
"run-sequence": "^2.2.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.0"
}
}