-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.93 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": "hexo-multi-language",
"private": true,
"version": "1.0.0",
"description": "Hexo multi language project",
"main": "index.js",
"scripts": {
"build": "hexo generate",
"clean": "hexo clean",
"test": "yarn run clean && yarn run build",
"serve": "yarn run clean && hexo server",
"deploy": "yarn run build && hexo deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dimaslanjaka/hexo-multi-language.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/dimaslanjaka/hexo-multi-language/issues"
},
"hexo": {
"version": "7.0.0-rc2"
},
"homepage": "https://github.com/dimaslanjaka/hexo-multi-language#readme",
"dependencies": {
"hexo": "^7.0.0-rc2",
"hexo-clean-css": "^2.0.0",
"hexo-deployer-git": "^4.0.0",
"hexo-filter-nofollow": "^2.0.2",
"hexo-fs": "^4.1.1",
"hexo-generator-archive": "^2.0.0",
"hexo-generator-category": "^2.0.0",
"hexo-generator-feed": "^3.0.0",
"hexo-generator-i18n": "^0.0.10",
"hexo-generator-index": "^3.0.0",
"hexo-generator-sitemap": "^3.0.1",
"hexo-generator-tag": "^2.0.0",
"hexo-renderer-marked": "^6.0.0",
"hexo-renderer-pug": "^3.0.0",
"hexo-renderer-stylus": "^3.0.0",
"hexo-renderers": "^2.0.1",
"hexo-server": "^3.0.0",
"hexo-shortcodes": "^1.2.3",
"hexo-uglify": "^2.0.0",
"lunr": "2.3.9",
"sbg-utility": "^1.1.2",
"sharp": "^0.32.0"
},
"optionalDependencies": {
"hexo-log": "^4.0.1",
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/lodash": "^4"
},
"resolutions": {
"sbg-utility": "https://github.com/dimaslanjaka/static-blog-generator/raw/b9d2e7bfa/packages/sbg-utility/release/sbg-utility.tgz",
"hexo-renderers": "https://github.com/dimaslanjaka/hexo-renderers.git#pre-release",
"hexo-shortcodes": "https://github.com/dimaslanjaka/hexo-shortcodes.git#pre-release"
}
}