This repository has been archived by the owner on Jun 7, 2019. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.62 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
{
"name": "kakises-blog",
"description": "A blog engine made in Hexo",
"version": "3.0.0",
"maintainers": [
{
"name": "Kakise",
"email": "mail@kakise.me",
"web": "https://kakise.me"
}
],
"demos": [
"https://kakise.me"
],
"bugs": {
"web": "https://github.com/Kakise/Blog/issues"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/Kakise/Blog.git"
}
],
"licenses": [
{
"name": "GPL-3.0",
"url": "https://raw.githubusercontent.com/Kakise/Blog/master/LICENSE"
}
],
"homepage": "https://kakise.me",
"private": true,
"hexo": {
"version": "3.8.0"
},
"scripts": {
"build": "hexo clean && hexo generate",
"develop": "hexo serve --port 8000"
},
"dependencies": {
"hexo": "^3.8.0",
"hexo-asset-pipeline": "^1.8.0",
"hexo-autonofollow": "^1.0.1",
"hexo-critical-css": "^1.0.6",
"hexo-excerpt": "^1.1.4",
"hexo-generator-archive": "^0.1.4",
"hexo-generator-category": "^0.1.3",
"hexo-generator-feed": "^1.2.2",
"hexo-generator-index": "^0.2.0",
"hexo-generator-sitemap": "^1.2.0",
"hexo-generator-tag": "^0.2.0",
"hexo-lazyload-image": "^1.0.2",
"hexo-pwa": "git+https://github.com/Kakise/hexo-pwa.git",
"hexo-reading-time": "^1.0.3",
"hexo-renderer-ejs": "^0.3.0",
"hexo-renderer-markdown-it-plus": "^1.0.4",
"hexo-renderer-sass": "^0.3.2",
"hexo-renderer-stylus": "^0.3.1",
"hexo-server": "^0.2.2",
"imagemin": "^6.1.0",
"imagemin-jpegtran": "^6.0.0",
"imagemin-pngquant": "^7.0.0",
"js-yaml": "^3.13.1",
"purify-css": "^1.2.5"
}
}