-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
30 lines (30 loc) · 903 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
{
"author": "Razon Yang <[email protected]>",
"bugs": {
"url": "https://github.com/hbstack/site/issues"
},
"devDependencies": {
"decap-server": "^3.0.1",
"glob": "^10.3.10",
"prettier": "^3.0.0",
"prettier-plugin-go-template": "^0.0.15"
},
"homepage": "https://github.com/hbstack/site",
"license": "MIT",
"name": "HB Site",
"repository": {
"type": "git",
"url": "git+https://github.com/hbstack/site.git"
},
"scripts": {
"dev": "hugo server -p 7070 --gc --buildDrafts --enableGitInfo",
"prod": "hugo server -e production --minify --gc --enableGitInfo -b http://localhost:7075 -p 7075",
"build": "hugo --gc --minify --enableGitInfo",
"update": "hugo mod get -u && hugo mod tidy",
"translate": "node ./scripts/translate.js",
"decap-server": "npx decap-server"
},
"dependencies": {
"@hbstack/node-packages": "^0.1.3"
}
}