{
  "name": "@commonhorizoncommun/design-system",
  "version": "0.6.5",
  "description": "Design system for Common Horizon / Horizon commun.",
  "scripts": {
    "build": "run-s clean eleventy",
    "check-imports": "node bin/check-imports.js",
    "clean": "rimraf dist",
    "dev": "eleventy --serve --quiet",
    "eleventy": "eleventy",
    "dist": "run-s check-imports build",
    "lint": "run-s lint:*",
    "lint:css": "stylelint \"**/*.css\"",
    "lint:js": "eslint \"**/*.js\"",
    "lint:markdown": "markdownlint-cli2 \"**/*.md\"",
    "prepare": "husky install",
    "prepublishOnly": "npm run dist",
    "start": "run-s clean dev"
  },
  "keywords": [
    "atomic design",
    "design tokens",
    "design system",
    "eleventy"
  ],
  "author": "Ned Zimmerman <ned@bight.dev>",
  "license": "MIT",
  "dependencies": {
    "@11ty/eleventy": "2.0.1",
    "@11ty/eleventy-plugin-syntaxhighlight": "5.0.0",
    "html-prettify": "1.0.7",
    "require-glob": "4.1.0"
  },
  "devDependencies": {
    "@commitlint/cli": "18.6.0",
    "@commitlint/config-conventional": "18.6.0",
    "browserslist": "4.23.0",
    "chalk": "4.1.2",
    "eslint": "8.57.0",
    "eslint-plugin-unicorn": "51.0.1",
    "husky": "8.0.3",
    "lightningcss": "1.24.1",
    "lint-staged": "15.2.2",
    "markdownlint-cli2": "0.12.1",
    "markdownlint-config-fluid": "0.1.5",
    "npm-run-all": "4.1.5",
    "prettier": "3.2.5",
    "progress": "2.0.3",
    "rimraf": "5.0.5",
    "stylelint": "16.6.1",
    "stylelint-config-recommended": "14.0.0"
  },
  "lint-staged": {
    "*.css": [
      "stylelint --fix",
      "prettier --write"
    ],
    "*.js": [
      "eslint --fix",
      "prettier --write"
    ],
    "*.md": [
      "markdownlint-cli2 --fix",
      "prettier --write"
    ]
  }
}
