hugo-theme-bootstrap5-blog/package.json

30 lines
1.1 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://github.com/alanorth/hugo-theme-bootstrap5-blog.git"
},
"scripts": {
"css": "npm-run-all css-compile css-prefix css-minify",
"css-compile": "sass --style expanded --source-map --embed-sources --no-error-css source/scss/style.scss assets/css/style.css",
"css-minify": "cleancss -O1 --format breakWith=lf --source-map --source-map-inline-sources --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 assets/css/style.css.map",
"dist": "npm-run-all css clean"
},
"keywords": "hugo",
"author": "Alan Orth",
"license": "CC-BY-3.0",
"devDependencies": {
"autoprefixer": "^10.0.2",
"bootstrap": "^5.0.0-alpha3",
"clean-css-cli": "^4.3.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.1.6",
"postcss-cli": "^8.2.0",
"sass": "^1.29.0"
}
}