{
  "name": "baldeweg_ui",
  "version": "5.2.2",
  "description": "baldeweg_ui is a CSS framework.",
  "repository": {
    "type": "git",
    "url": "git@gitlab.com:a.baldeweg/ui.git"
  },
  "author": "André Baldeweg <kontakt@andrebaldeweg.de>",
  "license": "MIT",
  "scripts": {
    "watch": "yarn run clean:public && npm-run-all -p -c watch:*",
    "build": "npm-run-all -s clean:dist build:* lint:*",
    "clean:dist": "rimraf dist/",
    "clean:public": "rimraf public/",
    "doc": "metalsmith -c config/metalsmith.json",
    "watch:pre-build": "node-sass --output-style expanded --source-map true src/sass/style.scss public/css/style.css",
    "watch:sass": "node-sass --output-style expanded --source-map true src/sass/style.scss public/css/style.css --watch",
    "watch:html": "nodemon --watch src/html/ --ext html --exec \"yarn run doc\"",
    "watch:reload": "browser-sync start --server public/ --files \"public/\"",
    "watch:holderjs": "shx mkdir -p public/script && shx cp node_modules/holderjs/holder.js public/script/holder.js",
    "build:sass": "node-sass --output-style compressed --source-map true src/sass/style.scss dist/style.min.css",
    "lint:html": "htmlhint public/*.html",
    "lint:sass": "stylelint \"src/sass/*.scss\" -s scss"
  },
  "dependencies": {},
  "devDependencies": {
    "browser-sync": "^2.26",
    "holderjs": "^2.9",
    "htmlhint": "^0.11",
    "jstransformer-handlebars": "^1.1",
    "metalsmith": "^2.3",
    "metalsmith-layouts": "^2.3",
    "metalsmith-markdown": "^1.3",
    "node-sass": "^4.13",
    "nodemon": "^2.0",
    "npm-run-all": "^4.1",
    "rimraf": "^3.0",
    "shx": "^0.3",
    "stylelint": "^13.0"
  },
  "engines": {
    "node": ">=12.0"
  }
}
