-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 843 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 843 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
29
{
"name": "hexo-site",
"version": "0.0.0",
"private": true,
"hexo": {
"version": "3.9.0"
},
"dependencies": {
"hexo": "^3.8.0",
"hexo-generator-archive": "^0.1.5",
"hexo-generator-category": "^0.1.3",
"hexo-generator-index": "^0.2.1",
"hexo-generator-tag": "^0.2.0",
"hexo-renderer-ejs": "^0.3.1",
"hexo-renderer-jade": "^0.4.1",
"hexo-renderer-markdown-it": "^3.4.1",
"hexo-renderer-stylus": "^0.3.3",
"hexo-server": "^0.3.3",
"hexo-toc": "^1.1.0",
"markdown-it-footnote": "^3.0.1"
},
"devDependencies": {
"hexo-cli": "^1.1.0",
"hexo-deployer-git": "^1.0.0"
},
"scripts": {
"publish-sandbox": "hexo generate && touch public/.nojekyll && git add public/ && git commit -m \"Deploy to branch gh-pages\" && git subtree push --prefix public origin gh-pages"
}
}