You've already forked dasharo-website
mirror of
https://github.com/Dasharo/dasharo-website.git
synced 2026-03-06 14:53:28 -08:00
18 lines
1.1 KiB
JSON
18 lines
1.1 KiB
JSON
{
|
|
"name": "gethugothemes-boilerplate",
|
|
"version": "2.0.0",
|
|
"license": "UNLICENSED",
|
|
"author": "gethugothemes",
|
|
"scripts": {
|
|
"dev": "cd exampleSite; hugo server || hugo server --themesDir ../..",
|
|
"test": "cd exampleSite; hugo server --themesDir ../.. --disableFastRender --navigateToChanged --templateMetrics --templateMetricsHints --verbose --verboseLog --buildDrafts --buildExpired --buildFuture --watch --forceSyncStatic -e production --minify|| hugo server --disableFastRender --navigateToChanged --templateMetrics --templateMetricsHints --verbose --verboseLog --buildDrafts --buildExpired --buildFuture --watch --forceSyncStatic -e production --minify",
|
|
"build": "cd exampleSite; hugo || hugo --themesDir ../.. --gc --minify --templateMetrics --templateMetricsHints --verbose --verboseLog --buildDrafts --buildExpired --buildFuture --forceSyncStatic",
|
|
"update": "hugo mod clean && hugo mod get -u ./... && hugo mod tidy"
|
|
},
|
|
"devDependencies": {
|
|
"@fullhuman/postcss-purgecss": "^5.0.0",
|
|
"postcss": "^8.4.19",
|
|
"postcss-cli": "^10.1.0"
|
|
}
|
|
}
|