-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.09 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
{
"name": "hexo-site",
"version": "0.1.0",
"description": "Hexo blog",
"keywords": [
"hexo",
"blog",
"less is more"
],
"repository": {
"type": "git",
"url": "[email protected]:erguotou520/HexoBlog.git"
},
"author": "erguotou",
"license": "MIT",
"private": true,
"hexo": {
"version": "5.4.2"
},
"scripts": {},
"devDependencies": {
"babel-plugin-inferno": "^6.3.0",
"bulma-stylus": "0.8.0",
"hexo": "^5.4.0",
"hexo-component-inferno": "^0.13.0",
"hexo-deployer-git": "^3.0.0",
"hexo-generator-archive": "^1.0.0",
"hexo-generator-category": "^1.0.0",
"hexo-generator-index": "^2.0.0",
"hexo-generator-json-content": "^4.2.3",
"hexo-generator-tag": "^1.0.0",
"hexo-log": "^2.0.0",
"hexo-pagination": "^2.0.0",
"hexo-renderer-ejs": "^1.0.0",
"hexo-renderer-inferno": "^0.1.3",
"hexo-renderer-markdown-it": "^5.0.0",
"hexo-renderer-stylus": "^2.0.1",
"hexo-server": "^2.0.0",
"hexo-util": "^2.5.0",
"inferno": "^7.4.10",
"inferno-create-element": "^7.4.10",
"markdown-it-emoji": "^2.0.0"
}
}