{
  "name": "@elementor/ui",
  "version": "1.38.0",
  "description": "Elementor UI Components Library",
  "author": "Elementor Team",
  "homepage": "https://elementor.github.io/elementor-ui/",
  "license": "GPL-3.0-or-later",
  "main": "cjs/index.js",
  "module": "index.js",
  "types": "index.d.ts",
  "exports": {
    ".": {
      "import": "./index.js",
      "require": "./cjs/index.js"
    },
    "./package.json": "./package.json",
    "./*": {
      "import": "./*/index.js",
      "require": "./cjs/*/index.js"
    }
  },
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/elementor/elementor-ui.git",
    "directory": "packages/ui"
  },
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "bugs": {
    "url": "https://github.com/elementor/elementor-ui/issues"
  },
  "dependencies": {
    "@dnd-kit/core": "6.3.1",
    "@dnd-kit/modifiers": "9.0.0",
    "@dnd-kit/sortable": "10.0.0",
    "@dnd-kit/utilities": "3.2.2",
    "@elementor/design-tokens": "1.1.4",
    "@emotion/cache": "^11.13.0",
    "@emotion/react": "^11.13.0",
    "@emotion/styled": "^11.13.0",
    "@mui/material": "5.15.17",
    "@mui/system": "5.17.1",
    "@mui/utils": "5.16.14",
    "@mui/x-date-pickers": "6.18.1",
    "clsx": "2.1.0",
    "colord": "2.9.3",
    "dayjs": "1.11.10",
    "material-ui-popup-state": "5.0.11",
    "react-colorful": "5.6.1",
    "react-transition-group": "4.4.5",
    "stylis": "4.1.3",
    "stylis-plugin-rtl": "2.1.1"
  },
  "peerDependencies": {
    "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
  }
}