-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
34 lines (34 loc) · 1.12 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
{
"name": "hexo-site",
"version": "0.0.0",
"private": true,
"hexo": {
"version": "3.9.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "hexo server -p 5000",
"build": "node get_data.js && hexo clean && hexo g",
"push": "node get_data.js && hexo clean && hexo g && git add . && git commit -m 'zhaoolee commit' && git push && echo 'open https://zhaoolee.github.io/FrontEndClubIsBook/' ",
"clean": "hexo clean",
"start": "hexo server",
"new": "hexo new post article-$(date '+%Y-%m-%d-%H-%M-%S')"
},
"dependencies": {
"axios": "^0.19.0",
"hexo": "^3.9.0",
"hexo-generator-archive": "^0.1.5",
"hexo-generator-baidu-sitemap": "^0.1.6",
"hexo-generator-category": "^0.1.3",
"hexo-generator-index": "^0.2.1",
"hexo-generator-searchdb": "^1.0.8",
"hexo-generator-sitemap": "^1.2.0",
"hexo-generator-tag": "^0.2.0",
"hexo-generator-topindex": "^0.3.0",
"hexo-renderer-ejs": "^0.3.1",
"hexo-renderer-marked": "^1.0.1",
"hexo-renderer-stylus": "^0.3.3",
"hexo-server": "^0.3.3",
"hexo-symbols-count-time": "^0.6.0"
}
}