-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 739 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 739 Bytes
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
{
"name": "hexo-site",
"version": "0.0.0",
"private": true,
"hexo": {
"version": "3.1.1"
},
"dependencies": {
"hexo": "^3.1.0",
"hexo-deployer-git": "0.0.4",
"hexo-generator-archive": "^0.1.2",
"hexo-generator-category": "^0.1.2",
"hexo-generator-feed": "~1.0.2",
"hexo-generator-index": "^0.1.2",
"hexo-generator-sitemap": "~1.0.1",
"hexo-generator-tag": "^0.1.1",
"hexo-github": "~1.0.1",
"hexo-renderer-ejs": "^0.1.0",
"hexo-renderer-markdown-it": "~3.3.1",
"hexo-renderer-stylus": "^0.2.0",
"hexo-ruby-character": "^1.0.6",
"hexo-filter-indicate-the-source": "1.0.2",
"hexo-server": "^0.1.2"
},
"devDependencies": {
"hexo-browsersync": "^0.2.0"
}
}