-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
40 lines (40 loc) · 1.09 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
{
"name": "hexo-site",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "hexo generate",
"clean": "hexo clean",
"deploy": "hexo deploy",
"server": "hexo server"
},
"hexo": {
"version": "4.2.0"
},
"dependencies": {
"hexo": "^4.0.0",
"hexo-generator-archive": "^1.0.0",
"hexo-generator-category": "^1.0.0",
"hexo-generator-index": "^1.0.0",
"hexo-generator-tag": "^1.0.0",
"hexo-renderer-ejs": "^1.0.0",
"hexo-renderer-marked": "^2.0.0",
"hexo-renderer-stylus": "^1.1.0",
"hexo-server": "^1.0.0"
},
"devDependencies": {
"express": "^4.17.1"
},
"description": "1. 本地需要安装 `nodejs` ,[下载地址](https://nodejs.org/en/) \r 1. 进入工程目录,执行 `npm install` 完成依赖安装",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/HaruhiFanClub/resource-site.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/HaruhiFanClub/resource-site/issues"
},
"homepage": "https://github.com/HaruhiFanClub/resource-site#readme"
}