mirror of
https://github.com/tiennm99/hugo-blox-builder.git
synced 2026-09-17 08:21:16 +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
34 lines
858 B
JSON
34 lines
858 B
JSON
{
|
|
"name": "blox-tailwind",
|
|
"description": "Hugo Blox Tailwind UI",
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@10.14.0",
|
|
"dependencies": {
|
|
"tailwindcss": "^4.1.12",
|
|
"@tailwindcss/cli": "^4.1.12",
|
|
"@tailwindcss/typography": "^0.5.10",
|
|
"alpinejs": "^3.13.10",
|
|
"katex": "^0.16.9",
|
|
"markmap-autoloader": "^0.15.4",
|
|
"mermaid": "^10.6.0",
|
|
"plotly.js": "^2.27.0",
|
|
"vite": "^7.1.2",
|
|
"vite-plugin-static-copy": "^3.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.1.12"
|
|
},
|
|
"homepage": "https://hugoblox.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/HugoBlox/hugo-blox-builder.git"
|
|
},
|
|
"scripts": {
|
|
"dev": "hugo server --disableFastRender",
|
|
"build": "hugo --minify",
|
|
"assets:dist": "vite build"
|
|
},
|
|
"browserslist": "last 2 versions"
|
|
}
|