mirror of
https://github.com/imfing/hextra.git
synced 2025-06-19 04:04:55 -04:00
16 lines
677 B
JSON
16 lines
677 B
JSON
{
|
|
"scripts": {
|
|
"dev:theme": "hugo server --logLevel=debug --config=hugo.yaml,../dev.toml --environment=theme --source=exampleSite --themesDir=../.. -D --port 1313",
|
|
"dev": "hugo server --source=exampleSite --themesDir=../.. --disableFastRender -D --port 1313",
|
|
"build:css": "npx postcss --config postcss.config.mjs --env production assets/css/styles.css -o assets/css/compiled/main.css",
|
|
"build": "hugo --gc --minify --themesDir=../.. --source=exampleSite"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.8",
|
|
"postcss-cli": "^11.0.1",
|
|
"prettier": "^3.5.3",
|
|
"prettier-plugin-go-template": "^0.0.15",
|
|
"tailwindcss": "^4.1.8"
|
|
}
|
|
}
|