-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 2.57 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
{
"name": "gmagon-official-website",
"version": "1.0.0",
"private": true,
"hexo": {
"version": "3.4.0"
},
"scripts": {
"debug": "npm run rfg && hexo clean && hexo server",
"build": "npm run rfg && hexo clean && hexo generate && gulp",
"index": "git pull && npm run rfg && export HEXO_ALGOLIA_INDEXING_KEY=ede94096e56eee547284bc9562eb740e && hexo algolia",
"rfg": "gulp --gulpfile ./gulp-sync.js set:gmagon.com",
"sync:com": "npm run build && gulp --gulpfile ./gulp-sync.js sync:gmagon.com",
"sync:cn": "gulp --gulpfile ./gulp-sync.js set:gmagon.cn && npm run build && gulp --gulpfile ./gulp-sync.js sync:gmagon.cn",
"sync:co": "gulp --gulpfile ./gulp-sync.js set:gmagon.co && npm run build && gulp --gulpfile ./gulp-sync.js sync:gmagon.co",
"sync:org": "gulp --gulpfile ./gulp-sync.js set:gmagon.org && npm run build && gulp --gulpfile ./gulp-sync.js sync:gmagon.org",
"sync:net": "gulp --gulpfile ./gulp-sync.js set:gmagon.net && npm run build && gulp --gulpfile ./gulp-sync.js sync:gmagon.net",
"test:yaml": "gulp --gulpfile ./gulp-sync.js modify:_config.yml",
"sync": "npm run sync:com",
"publish": "npm run rfg && gulp --gulpfile ./gulp-sync.js sync:src.gmagon.com && npm run sync",
"publish:others": "npm run sync:cn && npm run sync:co && npm run sync:org && npm run sync:net",
"publish:all": "npm run publish:others && npm run publish",
"deploy0": "hexo deploy"
},
"dependencies": {
"algoliasearch": "^3.24.3",
"cheerio": "^0.20.0",
"hexo": "^3.3.9",
"hexo-algolia-gmagon": "git+https://github.com/LabsRS-Ref/hexo-algolia-gmagon.git",
"hexo-deployer-git": "^0.1.0",
"hexo-generator-archive": "^0.1.4",
"hexo-generator-feed": "^1.2.2",
"hexo-generator-sitemap": "^1.2.0",
"hexo-renderer-ejs": "^0.3.1",
"hexo-renderer-jade": "^0.3.0",
"hexo-renderer-marked": "^0.3.0",
"hexo-renderer-stylus": "^0.3.3",
"hexo-server": "^0.2.1",
"hexo-tag-echarts": "^1.0.0",
"js-yaml": "^3.9.1",
"lodash": "^4.17.4",
"lunr": "^0.6.0"
},
"devDependencies": {
"cssnano": "^3.10.0",
"gulp": "^3.9.1",
"gulp-file-sync": "^1.0.8",
"gulp-git": "^2.4.1",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.3.0",
"gulp-load-plugins": "^1.5.0",
"gulp-postcss": "^6.4.0",
"gulp-responsive": "^2.7.1",
"gulp-rev": "^6.0.1",
"gulp-rev-collector": "^1.2.2",
"gulp-rev-replace": "^0.4.3",
"gulp-sequence": "^0.4.6",
"gulp-uglify": "^1.5.4",
"gulp-unique-files": "^0.1.2",
"gulp-useref": "^2.1.0",
"gulp-util": "^3.0.8",
"js-yaml": "^3.9.1"
}
}