{
  "name": "rsuite",
  "version": "5.23.3",
  "description": "A suite of react components",
  "main": "cjs/index.js",
  "module": "esm/index.js",
  "typings": "esm/index.d.ts",
  "directories": {
    "lib": "cjs/"
  },
  "scripts": {
    "prepublishOnly": "../node_modules/mocha/bin/mocha ../test/validateBuilds.js"
  },
  "keywords": [
    "react",
    "rsuite",
    "component",
    "react-component"
  ],
  "author": "HYPERS Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git@github.com:rsuite/rsuite.git"
  },
  "dependencies": {
    "@babel/runtime": "^7.20.1",
    "@juggle/resize-observer": "^3.4.0",
    "@rsuite/icons": "^1.0.2",
    "@types/chai": "^4.3.3",
    "@types/lodash": "^4.14.184",
    "@types/prop-types": "^15.7.5",
    "@types/react-window": "^1.8.5",
    "classnames": "^2.3.1",
    "date-fns": "^2.29.3",
    "dom-lib": "^3.1.3",
    "lodash": "^4.17.11",
    "prop-types": "^15.8.1",
    "react-window": "^1.8.8",
    "rsuite-table": "^5.8.1",
    "schema-typed": "^2.0.3"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <11"
  ],
  "sideEffects": [
    "cjs/**/styles/*",
    "esm/**/styles/*",
    "dist/*",
    "*.less",
    "*.css"
  ]
}
