{
  "name": "sassdoc-theme-herman",
  "title": "Herman",
  "description": "An Odd SassDoc theme.",
  "version": "6.0.2",
  "homepage": "https://www.oddbird.net/herman/",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/oddbird/sassdoc-theme-herman.git"
  },
  "bugs": {
    "url": "https://github.com/oddbird/sassdoc-theme-herman/issues"
  },
  "keywords": [
    "sassdoc-theme"
  ],
  "main": "./index.js",
  "exports": {
    "sass": "./scss/_utilities.scss",
    "default": "./index.js"
  },
  "files": [
    "index.js",
    "dist/",
    "!dist/webpack/app_styles.min.js",
    "!dist/webpack/iframe_styles.min.js",
    "!dist/webpack/styleguide_json*",
    "lib/",
    "templates/",
    "scss/utilities/",
    "scss/_utilities.scss",
    "CHANGELOG.md"
  ],
  "engines": {
    "node": ">=18.17"
  },
  "scripts": {
    "build": "run-s build:sprites build:webpack",
    "serve": "run-s build:sprites serve:webpack",
    "lint": "run-p lint:js lint:sass prettier:other",
    "test": "run-s test:sass test:js",
    "serve:webpack": "webpack serve",
    "build:webpack": "webpack",
    "build:sprites": "node scripts/compile-sprites.js",
    "prettier:js": "prettier --write \"**/*.js\"",
    "prettier:other": "prettier --write \"**/*.{json,yml}\"",
    "eslint": "yarn lint:js:ci --fix",
    "lint:js": "run-s prettier:js eslint",
    "lint:js:ci": "eslint \"*.js\" \"**/*.js\"",
    "lint:sass": "yarn lint:sass:ci --fix",
    "lint:sass:ci": "stylelint \"**/*.scss\"",
    "lint:ci": "run-p lint:js:ci lint:sass:ci",
    "test:js": "run-s test:js:client test:js:src",
    "test:js:client": "jest",
    "test:js:src": "nyc mocha -t 5000 -R dot test/js",
    "test:js:client:ci": "jest --ci --runInBand --reporters=default --reporters=jest-junit",
    "test:js:src:ci": "nyc mocha -t 5000 -R dot -R mocha-junit-reporter test/js",
    "test:js:watch": "yarn test:js:client --watchAll",
    "test:sass": "mocha -R dot test/sass/test_sass.js",
    "prepack": "yarn build"
  },
  "dependencies": {
    "cheerio": "^1.0.0",
    "colorjs.io": "^0.5.2",
    "css-tree": "^3.0.1",
    "gulp-rename": "^2.0.0",
    "gulp-svg-symbols": "^3.2.3",
    "html": "^1.0.0",
    "lunr": "^2.3.9",
    "markdown-it": "^14.1.0",
    "markdown-it-anchor": "^9.2.0",
    "nunjucks": "^3.2.4",
    "readable-stream": "^4.5.2",
    "sassdoc-extras": "^3.0.0",
    "strip-indent": "^3.0.0",
    "typogr": "^0.6.8",
    "unixify": "^1.0.0",
    "vinyl-fs": "^4.0.0"
  },
  "peerDependencies": {
    "sassdoc": "^2.5.0"
  },
  "devDependencies": {
    "@babel/core": "^7.26.0",
    "@babel/eslint-parser": "^7.25.9",
    "@babel/preset-env": "^7.26.0",
    "@eslint/js": "^9.14.0",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/jest-dom": "^6.6.3",
    "accoutrement": "^4.0.5",
    "autoprefixer": "^10.4.20",
    "babel-jest": "^29.7.0",
    "babel-loader": "^9.2.1",
    "chalk": "^4.1.2",
    "core-js": "^3.39.0",
    "css-loader": "^7.1.2",
    "css-minimizer-webpack-plugin": "^7.0.0",
    "cssremedy": "^0.1.0-beta.2",
    "del": "^6.1.1",
    "eslint": "^9.14.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-import-resolver-node": "^0.3.9",
    "eslint-import-resolver-webpack": "^0.13.9",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-jest": "^28.9.0",
    "eslint-plugin-jest-dom": "^5.4.0",
    "eslint-plugin-simple-import-sort": "^12.1.1",
    "globals": "^15.12.0",
    "highlight.js": "^11.10.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "jest-junit": "^16.0.0",
    "jinja-loader": "^0.0.8",
    "jquery": "^3.7.1",
    "jquery-deparam": "^0.5.3",
    "js-yaml": "^4.1.0",
    "json-loader": "^0.5.7",
    "lodash": "^4.17.21",
    "mark.js": "^8.11.1",
    "matchmedia-polyfill": "^0.3.2",
    "mini-css-extract-plugin": "^2.9.2",
    "mocha": "^10.8.2",
    "mocha-junit-reporter": "^2.2.1",
    "npm-run-all": "^4.1.5",
    "nyc": "^17.1.0",
    "postcss": "^8.4.47",
    "postcss-loader": "^8.1.1",
    "prettier": "^3.3.3",
    "sass": "^1.80.6",
    "sass-embedded": "^1.80.6",
    "sass-loader": "^16.0.3",
    "sass-true": "^8.1.0",
    "sassdoc": "^2.7.4",
    "sinon": "^19.0.2",
    "srcdoc-polyfill": "^1.0.0",
    "stylelint": "^16.10.0",
    "stylelint-config-standard-scss": "^13.1.0",
    "svgo": "^3.3.2",
    "webpack": "^5.96.1",
    "webpack-cli": "^5.1.4",
    "webpack-dev-server": "^5.1.0"
  },
  "resolutions": {
    "cdocparser": "^0.15.0"
  },
  "packageManager": "yarn@4.5.1"
}
