{
  "name": "@alexlit/config-stylelint",
  "version": "60.12.2",
  "private": false,
  "description": "Stylelint config",
  "keywords": [
    "stylelint",
    "config"
  ],
  "homepage": "https://github.com/alex-lit/lint-kit/tree/master/packages/config-stylelint#readme",
  "bugs": {
    "url": "https://github.com/alex-lit/lint-kit/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alex-lit/lint-kit.git",
    "directory": "packages/config-stylelint"
  },
  "license": "MIT",
  "author": "Alexey Litovchenko",
  "maintainers": [
    "Alexey Litovchenko <alex.lit@outlook.com> (https://github.com/alex-lit)"
  ],
  "type": "module",
  "main": "index.js",
  "files": [
    "README.md",
    "index.js",
    "plugins",
    "vendor"
  ],
  "scripts": {
    "lint": "cd ../../ && ./scripts/lint.stylelint.sh",
    "ou": "../../scripts/ou.sh",
    "release": "../../scripts/release.sh",
    "semver": "../../scripts/semver.sh",
    "up": "../../scripts/up.sh"
  },
  "dependencies": {
    "@double-great/stylelint-a11y": "^3.4.11",
    "@morev/stylelint-plugin": "^0.5.0",
    "postcss": "^8.5.14",
    "postcss-html": "^1.8.1",
    "prettier": "^3.8.3",
    "stylelint": "17.11.0",
    "stylelint-color-format": "file:./vendor/stylelint-color-format",
    "stylelint-config-recommended-vue": "^1.6.1",
    "stylelint-config-standard": "^40.0.0",
    "stylelint-config-standard-scss": "^17.0.0",
    "stylelint-declaration-block-no-ignored-properties": "^3.0.0",
    "stylelint-gamut": "^2.0.0",
    "stylelint-high-performance-animation": "^2.0.0",
    "stylelint-media-use-custom-media": "^4.1.0",
    "stylelint-no-indistinguishable-colors": "^2.3.1",
    "stylelint-no-nested-media": "^0.1.0",
    "stylelint-no-unresolved-module": "^2.5.2",
    "stylelint-no-unsupported-browser-features": "^8.1.1",
    "stylelint-order": "^8.1.1",
    "stylelint-plugin-logical-css": "^2.1.0",
    "stylelint-prettier": "^5.0.3",
    "stylelint-scss": "^7.0.0",
    "stylelint-selector-no-empty": "^1.0.9",
    "stylelint-use-nesting": "^6.0.2"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
