update hugo config services and added theme-update script

This commit is contained in:
somrat sorkar
2024-01-08 11:42:36 +06:00
parent aa00fbb343
commit c0d75b264b
12 changed files with 54 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "hugoplate",
"description": "hugo tailwindcss boilerplate",
"version": "1.10.3",
"version": "1.11.0",
"license": "MIT",
"author": "zeon.studio",
"scripts": {
@@ -22,12 +22,12 @@
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"postcss": "^8.4.33",
"postcss-cli": "^11.0.0",
"prettier": "^3.1.1",
"prettier-plugin-go-template": "0.0.15",
"prettier-plugin-tailwindcss": "^0.5.10",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwind-bootstrap-grid": "^5.1.0",
"tailwindcss": "^3.4.0"
"tailwindcss": "^3.4.1"
}
}