Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/alanorth/hugo-theme-bootstrap4-blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2c58958860a3f9ec27eab0da539fd884636a5d63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "name": "hugo-theme-bootstrap4-blog",
  "version": "1.3.2",
  "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 static/css/style.css.tmp && cleancss --level 1 static/css/style.css.tmp -o static/css/style.css",
    "build:ltrcss": "rtlcss -s static/css/style.css.tmp static/css/style.rtl.css.tmp && cleancss --level 1 static/css/style.rtl.css.tmp -o static/css/style.rtl.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:generatesri": "node build/sri.js > data/sri.toml",
    "build": "npm run build:css && npm run build:ltrcss && npm run build:fonts && npm run build:cookieconsent && npm run build:generatesri && npm run clean",
    "clean": "rm static/css/style.css.tmp static/css/style.rtl.css.tmp"
  },
  "keywords": "hugo",
  "author": "Alan Orth",
  "license": "CC-BY-3.0",
  "devDependencies": {
    "bootstrap": "~4.3.1",
    "clean-css-cli": "^4.3.0",
    "cookieconsent": "3.0.4",
    "font-awesome": "^4.7.0",
    "node-sass": "^4.13.0",
    "rtlcss": "^2.4.1"
  }
}