- Upgraded @tailwindcss/postcss, prettier, and tailwindcss to version 4.1.18 and 3.8.0 respectively. - Updated @jridgewell/gen-mapping and other related packages to their latest versions. - Removed deprecated entries and ensured consistency across package versions.
16 lines
661 B
JSON
16 lines
661 B
JSON
{
|
|
"scripts": {
|
|
"dev:theme": "hugo server --logLevel=debug --config=hugo.yaml,../dev.toml --environment=theme --source=docs --themesDir=../.. -D -F --port 1313",
|
|
"dev": "hugo server --source=docs --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=docs"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.18",
|
|
"postcss-cli": "^11.0.1",
|
|
"prettier": "^3.8.0",
|
|
"prettier-plugin-go-template": "^0.0.15",
|
|
"tailwindcss": "^4.1.18"
|
|
}
|
|
}
|