Files
dasharo-website/package.json
2022-12-08 11:56:08 +06:00

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"
}
}