update tailwind css

This commit is contained in:
somrat sorkar 2023-11-08 09:41:11 +06:00
parent 84900fb59e
commit eaf27f0ff8

View File

@ -1,16 +1,16 @@
{
"name": "hugoplate",
"description": "hugo tailwindcss boilerplate",
"version": "1.9.1",
"version": "1.9.2",
"license": "MIT",
"author": "zeon.studio",
"scripts": {
"dev": "hugo server",
"build": "hugo --gc --minify --templateMetrics --templateMetricsHints --forceSyncStatic",
"test": "hugo server --disableFastRender --navigateToChanged --templateMetrics --templateMetricsHints --watch --forceSyncStatic -e production --minify",
"preview": "hugo server --disableFastRender --navigateToChanged --templateMetrics --templateMetricsHints --watch --forceSyncStatic -e production --minify",
"dev:example": "cd exampleSite; hugo server",
"build:example": "cd exampleSite; hugo --gc --minify --templateMetrics --templateMetricsHints --forceSyncStatic",
"test:example": "cd exampleSite; hugo server --disableFastRender --navigateToChanged --templateMetrics --templateMetricsHints --watch --forceSyncStatic -e production --minify",
"preview:example": "cd exampleSite; hugo server --disableFastRender --navigateToChanged --templateMetrics --templateMetricsHints --watch --forceSyncStatic -e production --minify",
"update-modules": "node ./scripts/clearModules.js && hugo mod clean --all && hugo mod get -u ./... && hugo mod tidy",
"remove-darkmode": "node ./scripts/removeDarkmode.js && yarn format",
"project-setup": "node ./scripts/projectSetup.js",
@ -28,6 +28,6 @@
"prettier-plugin-go-template": "0.0.15",
"prettier-plugin-tailwindcss": "^0.5.6",
"tailwind-bootstrap-grid": "^5.0.1",
"tailwindcss": "^3.3.3"
"tailwindcss": "^3.3.5"
}
}