2023-05-25 10:41:54 +00:00
|
|
|
{
|
|
|
|
"name": "hugoplate",
|
|
|
|
"description": "hugo tailwindcss boilerplate",
|
2023-06-06 07:06:43 +00:00
|
|
|
"version": "1.1.1",
|
2023-05-25 10:41:54 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"author": "zeon.studio",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "cd exampleSite; hugo server 2> /dev/null || hugo server --themesDir ../..",
|
|
|
|
"test": "cd exampleSite; hugo server --disableFastRender --navigateToChanged --templateMetrics --templateMetricsHints --verbose --verboseLog --buildDrafts --buildExpired --buildFuture --watch --forceSyncStatic -e production --minify 2> /dev/null || hugo server --themesDir ../.. --disableFastRender --navigateToChanged --templateMetrics --templateMetricsHints --verbose --verboseLog --buildDrafts --buildExpired --buildFuture --watch --forceSyncStatic -e production --minify",
|
|
|
|
"build": "cd exampleSite; hugo --gc --minify --templateMetrics --templateMetricsHints --verbose --verboseLog --buildDrafts --buildExpired --buildFuture --forceSyncStatic 2> /dev/null || hugo --themesDir ../.. --gc --minify --templateMetrics --templateMetricsHints --verbose --verboseLog --buildDrafts --buildExpired --buildFuture --forceSyncStatic",
|
|
|
|
"update-modules": "hugo mod clean && hugo mod get -u ./... && hugo mod tidy",
|
2023-05-29 10:04:51 +00:00
|
|
|
"format": "prettier -w .",
|
|
|
|
"remove-darkmode": "node ./scripts/removeDarkmode.js && yarn format"
|
2023-05-25 10:41:54 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@fullhuman/postcss-purgecss": "^5.0.0",
|
|
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
|
|
"autoprefixer": "^10.4.14",
|
2023-05-29 09:56:54 +00:00
|
|
|
"postcss": "^8.4.24",
|
2023-05-25 10:41:54 +00:00
|
|
|
"postcss-cli": "^10.1.0",
|
|
|
|
"prettier": "^2.8.8",
|
|
|
|
"prettier-plugin-go-template": "0.0.13",
|
|
|
|
"prettier-plugin-tailwindcss": "^0.3.0",
|
|
|
|
"tailwind-bootstrap-grid": "^5.0.1",
|
|
|
|
"tailwindcss": "^3.3.2",
|
|
|
|
"toml": "^3.0.0"
|
|
|
|
}
|
|
|
|
}
|