-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
30 lines (30 loc) · 849 Bytes
/
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
{
"name": "hexo-site",
"version": "0.0.0",
"private": true,
"hexo": {
"version": "3.9.0"
},
"dependencies": {
"eslint": "^5.15.0",
"hexo": "^3.9.0",
"hexo-cli": "^3.1.0",
"hexo-deployer-git": "^1.0.0",
"hexo-deployer-heroku": "^0.1.2",
"hexo-generator-archive": "^0.1.5",
"hexo-generator-baidu-sitemap": "^0.1.6",
"hexo-generator-category": "^0.1.3",
"hexo-generator-feed": "^1.2.2",
"hexo-generator-index": "^0.2.1",
"hexo-generator-sitemap": "^1.2.0",
"hexo-generator-tag": "^0.2.0",
"hexo-helper-live2d": "^3.1.1",
"hexo-inject": "^1.0.0",
"hexo-renderer-kramed": "^0.1.4",
"hexo-renderer-stylus": "^0.3.3",
"hexo-server": "^0.2.0",
"hexo-symbols-count-time": "^0.6.3",
"live2d-widget-model-haru": "^1.0.5",
"live2d-widget-model-z16": "^1.0.5"
}
}