{
  "name": "@hh.ru/magritte-ui-icon",
  "version": "14.2.0",
  "main": "index.js",
  "types": "index.d.ts",
  "sideEffects": [
    "index.css"
  ],
  "scripts": {
    "build": "yarn root:build $(pwd)",
    "build-test-branch": "yarn root:build-test-branch $(pwd)",
    "prepack": "yarn root:prepack $(pwd)",
    "postpublish": "yarn root:postpublish $(pwd)",
    "stylelint-check": "yarn root:stylelint-check $(pwd)",
    "eslint-check": "yarn root:eslint-check $(pwd)",
    "ts-config": "yarn root:ts-config $(pwd)",
    "ts-check": "yarn root:ts-check $(pwd)",
    "gen-icons": "node --experimental-strip-types --no-warnings=ExperimentalWarning tools/gen-icons.ts",
    "prepare-tokens": "node --experimental-strip-types --no-warnings=ExperimentalWarning tools/prepare-tokens.ts",
    "test": "yarn root:test $(pwd)",
    "watch": "yarn root:watch $(pwd)"
  },
  "devDependencies": {
    "@hh.ru/figma-svg": "3.6.2",
    "@hh.ru/magritte-design-tokens-utils": "4.0.1",
    "@svgr/babel-plugin-transform-svg-component": "7.0.0"
  },
  "dependencies": {
    "@hh.ru/magritte-common-use-disabled": "1.0.15",
    "@hh.ru/magritte-common-use-multiple-refs": "1.1.11",
    "@hh.ru/magritte-design-tokens": "24.5.0",
    "@hh.ru/magritte-types": "5.0.6",
    "@hh.ru/magritte-ui-badge": "4.0.8",
    "@hh.ru/magritte-ui-breakpoint": "6.0.8",
    "@hh.ru/magritte-ui-mock-component": "1.1.7",
    "@hh.ru/magritte-ui-skeleton": "3.0.19"
  },
  "peerDependencies": {
    "classnames": ">=2.3.2",
    "react": ">=18.2.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "e47e9f9e4d4eba933c52865fb42b71160faf938b"
}