{
  "name": "react-select",
  "version": "5.2.1",
  "description": "A Select control built with and for ReactJS",
  "main": "dist/react-select.cjs.js",
  "module": "dist/react-select.esm.js",
  "types": "dist/react-select.cjs.d.ts",
  "sideEffects": false,
  "author": "Jed Watson",
  "license": "MIT",
  "repository": "https://github.com/JedWatson/react-select/tree/master/packages/react-select",
  "dependencies": {
    "@babel/runtime": "^7.12.0",
    "@emotion/cache": "^11.4.0",
    "@emotion/react": "^11.1.1",
    "@types/react-transition-group": "^4.4.0",
    "memoize-one": "^5.0.0",
    "prop-types": "^15.6.0",
    "react-transition-group": "^4.3.0"
  },
  "devDependencies": {
    "@types/jest-in-case": "^1.0.3",
    "enzyme": "^3.8.0",
    "enzyme-to-json": "^3.3.0",
    "jest-in-case": "^1.0.2",
    "react": "^16.13.0",
    "react-dom": "^16.13.0"
  },
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0",
    "react-dom": "^16.8.0 || ^17.0.0"
  },
  "files": [
    "dist",
    "base",
    "animated",
    "async",
    "creatable",
    "async-creatable"
  ],
  "keywords": [
    "combobox",
    "form",
    "input",
    "multiselect",
    "react",
    "react-component",
    "select",
    "ui"
  ],
  "preconstruct": {
    "entrypoints": [
      ".",
      "base",
      "animated",
      "async",
      "creatable",
      "async-creatable"
    ]
  }
}
