2023-07-19 22:11:34 +01:00
|
|
|
{
|
2023-08-16 21:17:34 +00:00
|
|
|
"scripts": {
|
2025-03-29 12:51:42 +00:00
|
|
|
"dev:theme": "hugo server --logLevel=debug --config=hugo.yaml,../dev.toml --environment=theme --source=exampleSite --themesDir=../.. -D --port 1313",
|
2023-08-16 21:17:34 +00:00
|
|
|
"dev": "hugo server --source=exampleSite --themesDir=../.. --disableFastRender -D --port 1313",
|
2025-03-29 12:51:42 +00:00
|
|
|
"build:css": "npx postcss --config postcss.config.mjs --env production assets/css/styles.css -o assets/css/compiled/main.css",
|
2023-08-16 21:17:34 +00:00
|
|
|
"build": "hugo --gc --minify --themesDir=../.. --source=exampleSite"
|
|
|
|
},
|
2023-07-19 22:11:34 +01:00
|
|
|
"devDependencies": {
|
2025-06-11 00:46:53 +02:00
|
|
|
"@tailwindcss/postcss": "^4.1.8",
|
2025-03-29 12:51:42 +00:00
|
|
|
"postcss-cli": "^11.0.1",
|
|
|
|
"prettier": "^3.5.3",
|
2024-04-17 23:30:01 +02:00
|
|
|
"prettier-plugin-go-template": "^0.0.15",
|
2025-06-11 00:46:53 +02:00
|
|
|
"tailwindcss": "^4.1.8"
|
2023-07-19 22:11:34 +01:00
|
|
|
}
|
|
|
|
}
|