-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 1009 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
{
"name": "basic-bootstrap-template",
"version": "1.0.0",
"description": "Basic Bootstrap Template - No Bloat!",
"scripts": {
"dev": "hugo server --gc --disableFastRender ",
"dev:preview": "npm run dev -- --buildDrafts --buildFuture",
"build": "hugo -v --gc --minify --cleanDestinationDir",
"renderToDisk": "hugo server --gc --disableFastRender --renderToDisk --cleanDestinationDir ",
"renderToDisk:preview": "npm run renderToDisk -- --buildDrafts --buildFuture ",
"renderToDisk:production": "npm run renderToDisk -- --minify --environment production",
"npm-check": "npx npm-check -u",
"hugo version": "hugo version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hugo-starters/basic-bootstrap-template.git"
},
"author": "Sean Emerson",
"license": "ISC",
"bugs": {
"url": "https://github.com/hugo-starters/basic-bootstrap-template/issues"
},
"homepage": "https://github.com/hugo-starters/basic-bootstrap-template#readme"
}