2016-08-28 15:21:39 +02:00
|
|
|
{
|
2016-09-19 09:26:58 +02:00
|
|
|
"name": "hugo-theme-bootstrap4-blog",
|
2016-08-28 15:21:39 +02:00
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "A Bootstrap v4 theme for the Hugo static site generator.",
|
2016-09-13 17:07:35 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-09-19 09:26:58 +02:00
|
|
|
"url": "https://github.com/alanorth/hugo-theme-bootstrap4-blog.git"
|
2016-08-28 19:54:53 +02:00
|
|
|
},
|
2016-08-28 15:21:39 +02:00
|
|
|
"scripts": {
|
2017-02-15 11:38:03 +01:00
|
|
|
"build:css": "node-sass --output-style expanded --precision 6 source/scss/style.scss static/css/style.css.tmp && cleancss --level 1 static/css/style.css.tmp -o static/css/style.css",
|
2016-09-15 15:30:46 +02:00
|
|
|
"build:fonts": "cp node_modules/font-awesome/fonts/* static/fonts",
|
2016-11-13 12:42:22 +01:00
|
|
|
"build:cookieconsent": "cp node_modules/cookieconsent/build/cookieconsent.min.css static/css && cp node_modules/cookieconsent/build/cookieconsent.min.js static/js",
|
2017-01-11 09:32:43 +01:00
|
|
|
"build:generatesri": "node build/sri.js > data/sri.toml",
|
|
|
|
"build": "npm run build:css && npm run build:fonts && npm run build:cookieconsent && npm run build:generatesri && npm run clean",
|
2016-09-26 09:06:47 +02:00
|
|
|
"clean": "rm static/css/style.css.tmp"
|
2016-08-28 15:21:39 +02:00
|
|
|
},
|
|
|
|
"keywords": "hugo",
|
|
|
|
"author": "Alan Orth",
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"devDependencies": {
|
2018-01-27 17:18:21 +01:00
|
|
|
"bootstrap": "4.0.0",
|
2018-01-13 10:29:15 +01:00
|
|
|
"clean-css-cli": "^4.1.10",
|
2017-01-04 12:13:52 +01:00
|
|
|
"cookieconsent": "^3.0.4",
|
2016-11-06 21:54:47 +01:00
|
|
|
"font-awesome": "^4.7.0",
|
2018-01-27 17:19:28 +01:00
|
|
|
"node-sass": "^4.7.2"
|
2016-08-28 15:21:39 +02:00
|
|
|
}
|
|
|
|
}
|