mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-17 17:57:04 +01:00
Alan Orth
62f650a1eb
Alpha v6 just came out and breaks everything, so let's just peg the exact version we want for now.
27 lines
1.0 KiB
JSON
27 lines
1.0 KiB
JSON
{
|
|
"name": "hugo-theme-bootstrap4-blog",
|
|
"version": "0.0.1",
|
|
"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 compressed source/scss/style.scss static/css/style.css.tmp && cssnano static/css/style.css.tmp static/css/style.css",
|
|
"build:fonts": "cp node_modules/font-awesome/fonts/* static/fonts",
|
|
"build:cookieconsent": "cp node_modules/cookieconsent/build/cookieconsent.min.css static/css && cp node_modules/cookieconsent/build/cookieconsent.min.js static/js",
|
|
"build": "npm run build:css && npm run build:fonts && npm run build:cookieconsent && npm run clean",
|
|
"clean": "rm static/css/style.css.tmp"
|
|
},
|
|
"keywords": "hugo",
|
|
"author": "Alan Orth",
|
|
"license": "GPL-3.0",
|
|
"devDependencies": {
|
|
"bootstrap": "4.0.0-alpha.5",
|
|
"cookieconsent": "^3.0.4",
|
|
"cssnano-cli": "^1.0.5",
|
|
"font-awesome": "^4.7.0",
|
|
"node-sass": "latest"
|
|
}
|
|
}
|