-
Notifications
You must be signed in to change notification settings - Fork 378
/
package.json
19 lines (19 loc) · 1.25 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "kross-hugo",
"version": "1.0.0",
"license": "UNLICENSED",
"author": "gethugothemes",
"scripts": {
"dev": "cd exampleSite; hugo server || hugo server --themesDir ../..",
"test": "cd exampleSite; hugo server --disableFastRender --navigateToChanged --templateMetrics --templateMetricsHints --verbose --verboseLog --buildDrafts --buildExpired --buildFuture --watch --forceSyncStatic -e production --minify || hugo server --themesDir ../.. --disableFastRender --navigateToChanged --templateMetrics --templateMetricsHints --verbose --verboseLog --buildDrafts --buildExpired --buildFuture --watch --forceSyncStatic -e production --minify",
"build": "cd exampleSite; hugo --gc --minify --templateMetrics --templateMetricsHints --verbose --verboseLog --buildDrafts --buildExpired --buildFuture --forceSyncStatic || 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.20",
"postcss-cli": "^10.1.0",
"prettier": "^2.8.1",
"prettier-plugin-go-template": "0.0.13"
}
}