mirror of
https://github.com/tiennm99/hugo-blox-builder.git
synced 2026-09-15 04:20:59 +00:00
See Tailwind v4 breaking changes: https://tailwindcss.com/docs/upgrade-guide See Hugo's new integration with Tailwind v4: https://gohugo.io/functions/css/tailwindcss/ Close #3211
17 lines
437 B
JSON
17 lines
437 B
JSON
{
|
|
"name": "hugo-blox-documentation-starter",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"packageManager": "pnpm@10.14.0",
|
|
"description": "Documentation starter template for Hugo Blox with Tailwind CSS v4",
|
|
"scripts": {
|
|
"dev": "hugo server --disableFastRender",
|
|
"build": "hugo --minify"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/cli": "^4.1.12",
|
|
"@tailwindcss/typography": "^0.5.10",
|
|
"tailwindcss": "^4.1.12"
|
|
}
|
|
}
|