{
  "name": "@coreui/react-chartjs",
  "version": "2.1.3",
  "description": "React wrapper component for Chart.js",
  "keywords": [
    "coreui",
    "chart.js",
    "charts",
    "react chart.js",
    "coreui-react",
    "react charts",
    "react chart components",
    "react chart.js implementation",
    "layout",
    "component",
    "react",
    "react-component",
    "react component"
  ],
  "homepage": "https://coreui.io/react/docs/components/chart/",
  "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",
  "files": [
    "dist/",
    "src/"
  ],
  "scripts": {
    "build": "rollup -c --bundleConfigAsCjs",
    "test": "jest --coverage",
    "test:update": "jest --coverage --updateSnapshot"
  },
  "dependencies": {
    "@coreui/chartjs": "^3.1.1",
    "chart.js": "3.9.1"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.0",
    "@rollup/plugin-node-resolve": "^15.0.2",
    "@rollup/plugin-typescript": "^11.1.1",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^14.0.0",
    "@types/lodash": "^4.14.194",
    "@types/react": "18.2.6",
    "@types/react-dom": "^18.2.4",
    "classnames": "^2.3.2",
    "jest": "^29.5.0",
    "jest-canvas-mock": "^2.5.0",
    "jest-environment-jsdom": "^29.5.0",
    "lodash": "^4.17.21",
    "prop-types": "^15.8.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rollup": "^3.21.7",
    "ts-jest": "^29.1.0",
    "typescript": "^4.9.5"
  },
  "peerDependencies": {
    "react": ">=17",
    "react-dom": ">=17"
  }
}
