-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
40 lines (40 loc) · 1.07 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
35
36
37
38
39
40
{
"author": {
"name": "Yunpeng Niu",
"email": "[email protected]",
"url": "https://yunpengn.github.io/"
},
"dependencies": {
"hexo": "^5.4.0",
"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-sitemap": "^2.1.0",
"hexo-generator-tag": "^1.0.0",
"hexo-renderer-marked": "^4.0.0",
"hexo-renderer-stylus": "^2.0.1",
"hexo-server": "^2.0.0"
},
"devDependencies": {
"hexo-all-minifier": "^0.5.7",
"hexo-cli": "^4.2.0",
"hexo-deployer-git": "^3.0.0"
},
"hexo": {
"version": "5.4.0"
},
"homepage": "https://github.com/yunpengn/blog",
"license": "CC-BY-ND-4.0",
"name": "yunpeng-blog",
"private": true,
"repository": {
"type": "git",
"url": "[email protected]:yunpengn/blog.git"
},
"scripts": {
"deploy": "./node_modules/hexo-cli/bin/hexo clean && ./node_modules/hexo-cli/bin/hexo deploy --generate",
"start": "./node_modules/hexo-cli/bin/hexo server"
},
"version": "0.1.8"
}