hugo-theme-bootstrap5-blog/package.json

30 lines
1.0 KiB
JSON

{
"name": "hugo-theme-bootstrap5-blog",
"version": "0.0.1",
"description": "An elegant and classy Hugo theme based on the Bootstrap v5 blog example.",
"repository": {
"type": "git",
"url": "https://git.sr.ht/~alanorth/hugo-theme-bootstrap5-blog"
},
"scripts": {
"css": "npm-run-all css-compile css-prefix css-minify",
"css-compile": "sass --style expanded --no-source-map --no-error-css source/scss/style.scss assets/css/style.css",
"css-minify": "cleancss -O1 --format breakWith=lf --output assets/css/style.min.css assets/css/style.css",
"css-prefix": "postcss --config build/postcss.config.js --replace assets/css/style.css",
"clean": "rm assets/css/style.css",
"dist": "npm-run-all css clean"
},
"keywords": "hugo",
"author": "Alan Orth",
"license": "CC-BY-3.0",
"devDependencies": {
"autoprefixer": "^10.2.4",
"bootstrap": "^5.0.0-beta2",
"clean-css-cli": "^4.3.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.2.6",
"postcss-cli": "^8.3.1",
"sass": "^1.32.7"
}
}