{
  "name": "@wix/wix-ui-icons-common",
  "version": "3.152.0",
  "scripts": {
    "build": "yarn run build:icons && yarn esbuild && yarn build:types && yarn build:storybook",
    "build:clean": "git clean -xfd",
    "build:icons": "node ./scripts/build.mjs",
    "build:storybook": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' build-storybook && janet-build",
    "build:types": "tsc --emitDeclarationOnly",
    "esbuild": "rm -rf build && node ./scripts/esbuild.mjs",
    "lint": "yoshi-library lint --max-warnings=0",
    "lint:fix": "yarn lint --fix",
    "start": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' start-storybook -p 6006",
    "test": "yoshi-library test",
    "ts": "tsc --noEmit",
    "versionbump": "npm --no-git-tag-version version patch && yarn"
  },
  "dependencies": {
    "@babel/runtime": "^7.26.0",
    "react-error-boundary": "^5.0.0",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@storybook/addon-actions": "^6.5.16",
    "@storybook/addon-docs": "^6.5.16",
    "@storybook/addon-essentials": "^6.5.16",
    "@storybook/addon-links": "^6.5.16",
    "@storybook/addons": "^6.5.16",
    "@storybook/api": "^6.5.16",
    "@storybook/builder-webpack5": "^6.5.16",
    "@storybook/cli": "^6.5.16",
    "@storybook/components": "^6.5.16",
    "@storybook/core-events": "^6.5.16",
    "@storybook/manager-webpack5": "^6.5.16",
    "@storybook/react": "^6.5.16",
    "@storybook/theming": "^6.5.16",
    "@testing-library/react": "^15.0.7",
    "@types/jest": "^27.5.2",
    "@wix/janet-build": "^1.0.8",
    "@wix/janet-dev-server": "^1.16.20",
    "@wix/jest-yoshi-preset": "^6.163.0",
    "@wix/wix-storybook-utils": "^4.4.2",
    "@wix/yoshi-flow-library": "^6.163.0",
    "@wix/yoshi-style-dependencies": "^6.163.0",
    "esbuild": "^0.25.0",
    "fuse.js": "^6.6.2",
    "node-html-parser": "^6.1.13",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "svgo": "^3.3.2",
    "ts-jest": "^27.1.5",
    "typescript": "^5.8.3",
    "use-debounce": "^4.0.0"
  },
  "wix": {
    "artifact": {
      "groupId": "com.wixpress",
      "artifactId": "wix-ui-icons-common",
      "targets": {
        "static": true
      },
      "previewUrls": [
        {
          "title": "Icons Docs Preview",
          "url": "https://bo.wix.com/pages/wix-ui-icons-common/"
        }
      ]
    },
    "validations": {
      "source": [
        "lint"
      ]
    }
  },
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/types/index.d.ts",
  "files": [
    "lazy/package.json",
    "lazy/system/package.json",
    "odeditor/package.json",
    "odeditor/system/package.json",
    "classic-editor/package.json",
    "classic-editor/system/package.json",
    "on-stage/package.json",
    "on-stage/reactions/package.json",
    "on-stage/system/package.json",
    "responsive-editor/package.json",
    "responsive-editor/system/package.json",
    "system/package.json",
    "core/package.json",
    "dist",
    "!dist/statics/janet/**"
  ],
  "jest": {
    "preset": "@wix/jest-yoshi-preset"
  },
  "eslintConfig": {
    "extends": "@wix/eslint-config-yoshi"
  },
  "sideEffects": false,
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "license": "UNLICENSED",
  "homepage": "https://wix-pages.com/wix-ui-icons-common",
  "wallaby": {
    "autoDetect": true
  },
  "falconPackageHash": "899f02f935f3e9784999a41f69a25dd952a84c81ecd82857e1939132"
}