{
  "name": "@coreui/react",
  "version": "5.11.0",
  "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/cjs/index.js",
  "module": "dist/esm/index.js",
  "jsnext:main": "dist/esm/index.js",
  "types": "dist/esm/index.d.ts",
  "files": [
    "dist/",
    "src/"
  ],
  "sideEffects": false,
  "scripts": {
    "build": "npm-run-all clean build-*",
    "build-cjs": "rollup --environment ESM:false --config",
    "build-esm": "rollup --environment ESM:true --config",
    "clean": "cross-env-shell \"rm -rf dist\"",
    "test": "jest --coverage",
    "test:update": "jest --coverage --updateSnapshot"
  },
  "dependencies": {
    "@coreui/coreui": "^5.7.0",
    "@popperjs/core": "^2.11.8",
    "prop-types": "^15.8.1"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^29.0.2",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-typescript": "^12.3.0",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@types/jest": "^30.0.0",
    "@types/prop-types": "15.7.15",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "@types/react-transition-group": "^4.4.12",
    "classnames": "^2.5.1",
    "cross-env": "^10.1.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-transition-group": "^4.4.5",
    "rollup": "^4.60.4",
    "ts-jest": "^29.4.9",
    "tslib": "^2.8.1",
    "typescript": "^5.9.3"
  },
  "peerDependencies": {
    "react": ">=17",
    "react-dom": ">=17"
  }
}
