{
  "name": "@coreui/react",
  "version": "4.1.2",
  "description": "UI Components Library for React.js",
  "keywords": [
    "react",
    "react-component",
    "react component",
    "react bootstrap",
    "bootstrap react",
    "ui library",
    "ui components",
    "component library",
    "components"
  ],
  "homepage": "https://coreui.io/react/",
  "bugs": {
    "url": "https://github.com/coreui/coreui-react/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/coreui/coreui-react.git"
  },
  "license": "MIT",
  "author": "The CoreUI Team (https://github.com/orgs/coreui/people)",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "jsnext:main": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/",
    "src/"
  ],
  "scripts": {
    "build": "rollup -c"
  },
  "devDependencies": {
    "@popperjs/core": "^2.11.0",
    "@rollup/plugin-commonjs": "^21.0.1",
    "@rollup/plugin-node-resolve": "^13.1.1",
    "@rollup/plugin-typescript": "^8.3.0",
    "@testing-library/jest-dom": "^5.16.1",
    "@testing-library/react": "^12.1.2",
    "@types/react": "^17.0.38",
    "@types/react-dom": "^17.0.11",
    "@types/react-transition-group": "^4.4.4",
    "classnames": "^2.3.1",
    "prop-types": "^15.8.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-popper": "^2.2.5",
    "react-transition-group": "^4.4.2",
    "rollup": "^2.62.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "typescript": "^4.5.4"
  },
  "peerDependencies": {
    "react": "^17",
    "react-dom": "^17"
  }
}
