mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-14 08:17:05 +01:00
33 lines
1.4 KiB
JSON
33 lines
1.4 KiB
JSON
{
|
|
"name": "hugo-theme-bootstrap4-blog",
|
|
"version": "1.5.0",
|
|
"description": "A Bootstrap v4 theme for the Hugo static site generator.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/alanorth/hugo-theme-bootstrap4-blog.git"
|
|
},
|
|
"scripts": {
|
|
"build:css": "node-sass --output-style expanded --precision 6 source/scss/style.scss assets/css/style.css.tmp && cleancss --level 1 assets/css/style.css.tmp -o assets/css/style.css",
|
|
"build:rtlcss": "rtlcss -s assets/css/style.css.tmp assets/css/style.rtl.css.tmp && cleancss --level 1 assets/css/style.rtl.css.tmp -o assets/css/style.rtl.css",
|
|
"build:cookieconsent": "cp node_modules/@chiiya/haven/dist/haven.umd.min.js assets/js",
|
|
"build:js": "webpack",
|
|
"build": "npm run build:css && npm run build:rtlcss && npm run build:js && npm run build:cookieconsent && npm run clean",
|
|
"clean": "rm assets/css/style.css.tmp assets/css/style.rtl.css.tmp"
|
|
},
|
|
"keywords": "hugo",
|
|
"author": "Alan Orth",
|
|
"license": "CC-BY-3.0",
|
|
"devDependencies": {
|
|
"@chiiya/haven": "^0.6.0",
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.32",
|
|
"@fortawesome/free-brands-svg-icons": "^5.15.1",
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.1",
|
|
"bootstrap": "^4.5.3",
|
|
"clean-css-cli": "^4.3.0",
|
|
"node-sass": "^4.14.1",
|
|
"rtlcss": "^2.6.1",
|
|
"webpack": "^4.44.2",
|
|
"webpack-cli": "^3.3.12"
|
|
}
|
|
}
|