-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1007 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
{
"name": "gideon-labs-hugo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "cd hugo && hugo server --disableFastRender --liveReloadPort 443",
"build": "cd hugo && hugo --minify",
"build:local": "rm -rf public && npm run build",
"deploy:staging": "firebase deploy --only hosting:staging",
"deploy:production": "firebase deploy --only hosting:production",
"start:admin": "cd gideon-admin && npm run start",
"build:admin": "cd gideon-admin && npm run build -- --configuration=production",
"deploy:admin": "firebase deploy --only hosting:admin"
},
"repository": {
"type": "git",
"url": "git+https://github.com/markgoho/gideon-labs-hugo.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/markgoho/gideon-labs-hugo/issues"
},
"homepage": "https://github.com/markgoho/gideon-labs-hugo#readme",
"devDependencies": {
"firebase-tools": "^13.10.2",
"typescript": "^5.1.3"
}
}