generated from mmdjiji/hexo-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 898 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
31
32
33
{
"name": "hexo-template",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "npx hexo generate",
"clean": "npx hexo clean",
"deploy": "npx hexo deploy",
"server": "npx hexo server",
"bangumis:update": "npx hexo bangumis -u",
"bangumis:delete": "npx hexo bangumis -d"
},
"hexo": {
"version": "6.2.0"
},
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"hexo": "^6.0.0",
"hexo-bangumis": "^1.0.6",
"hexo-deployer-git": "^3.0.0",
"hexo-friends": "^1.0.1",
"hexo-generator-archive": "^1.0.0",
"hexo-generator-category": "^1.0.0",
"hexo-generator-feed": "^3.0.0",
"hexo-generator-index": "^2.0.0",
"hexo-generator-tag": "^1.0.0",
"hexo-renderer-ejs": "^2.0.0",
"hexo-renderer-marked": "^5.0.0",
"hexo-renderer-stylus": "^2.0.0",
"hexo-server": "^3.0.0",
"hexo-theme-landscape": "^0.0.3"
}
}