You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.0 KiB
29 lines
1.0 KiB
{ |
|
"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.mjanja.ch/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" |
|
} |
|
}
|
|
|