22 lines
1.2 KiB
JSON
22 lines
1.2 KiB
JSON
{
|
|
"name": "editor-hugo",
|
|
"version": "1.1.2",
|
|
"license": "UNLICENSED",
|
|
"author": "gethugothemes",
|
|
"scripts": {
|
|
"dev": "hugo server",
|
|
"build": "hugo --gc --minify --templateMetrics --templateMetricsHints --buildDrafts --buildExpired --buildFuture --forceSyncStatic",
|
|
"preview": "hugo server --disableFastRender --navigateToChanged --templateMetrics --templateMetricsHints --buildDrafts --buildExpired --buildFuture --watch --forceSyncStatic -e production --minify",
|
|
"dev:example": "cd exampleSite; hugo server --themesDir ../..",
|
|
"build:example": "cd exampleSite; hugo --themesDir ../.. --gc --minify --templateMetrics --templateMetricsHints --buildDrafts --buildExpired --buildFuture --forceSyncStatic",
|
|
"preview:example": "cd exampleSite; hugo server --themesDir ../.. --disableFastRender --navigateToChanged --templateMetrics --templateMetricsHints --buildDrafts --buildExpired --buildFuture --watch --forceSyncStatic -e production --minify",
|
|
"project-setup": "node ./scripts/projectSetup.js",
|
|
"theme-setup": "node ./scripts/themeSetup.js",
|
|
"format": "prettier -w ."
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^2.8.7",
|
|
"prettier-plugin-go-template": "0.0.13"
|
|
}
|
|
}
|