{
  "name": "@progress/kendo-react-dropdowns",
  "version": "14.3.2",
  "description": "React DropDowns offer an interface for users to select different items from a list and more. KendoReact Dropdowns package",
  "author": "Progress",
  "license": "SEE LICENSE IN LICENSE.md",
  "homepage": "https://www.telerik.com/kendo-react-ui",
  "main": "./index.js",
  "module": "./index.mjs",
  "types": "./index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./index.d.mts",
        "default": "./index.mjs"
      },
      "require": {
        "types": "./index.d.ts",
        "default": "./index.js"
      }
    },
    "./package.json": {
      "default": "./package.json"
    }
  },
  "sideEffects": false,
  "peerDependencies": {
    "@progress/kendo-licensing": "^1.7.2",
    "@progress/kendo-react-buttons": "14.3.2",
    "@progress/kendo-react-common": "14.3.2",
    "@progress/kendo-react-inputs": "14.3.2",
    "@progress/kendo-react-intl": "14.3.2",
    "@progress/kendo-react-labels": "14.3.2",
    "@progress/kendo-react-layout": "14.3.2",
    "@progress/kendo-react-popup": "14.3.2",
    "@progress/kendo-react-treeview": "14.3.2",
    "@progress/kendo-svg-icons": "^4.0.0",
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "dependencies": {
    "prop-types": "^15.6.0"
  },
  "keywords": [
    "Kendo UI",
    "React",
    "KendoReact",
    "KendoReact Free",
    "reactjs",
    "UI",
    "components",
    "React component",
    "free React component",
    "Telerik",
    "Dropdowns",
    "AutoComplete",
    "ComboBox",
    "DropDownList",
    "MultiSelect",
    "DropDownTree",
    "MultiColumnComboBox",
    "MultiSelectTree"
  ],
  "@progress": {
    "friendlyName": "Dropdowns",
    "framework": "KendoReact",
    "migrations": {
      "options": {
        "parser": "tsx",
        "pattern": "*.{js,jsx,ts,tsx}"
      },
      "codemods": {
        "14": [
          {
            "description": "Remove deprecated groupMode prop from ComboBox, DropDownList, MultiSelect, MultiColumnComboBox, and AutoComplete. Modern grouping is now the only available mode.",
            "file": "codemods/v14/group-mode",
            "prompt": true
          }
        ]
      }
    },
    "package": {
      "productName": "KendoReact",
      "productCode": "KENDOUIREACT",
      "publishDate": 1775562686,
      "licensingDocsUrl": "https://www.telerik.com/kendo-react-ui/components/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/telerik/kendo-react.git"
  },
  "publishConfig": {
    "access": "public"
  }
}