{
  "_from": "react-apexcharts@^1.4.0",
  "_id": "react-apexcharts@1.4.1",
  "_inBundle": false,
  "_integrity": "sha512-G14nVaD64Bnbgy8tYxkjuXEUp/7h30Q0U33xc3AwtGFijJB9nHqOt1a6eG0WBn055RgRg+NwqbKGtqPxy15d0Q==",
  "_location": "/react-apexcharts",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "react-apexcharts@^1.4.0",
    "name": "react-apexcharts",
    "escapedName": "react-apexcharts",
    "rawSpec": "^1.4.0",
    "saveSpec": null,
    "fetchSpec": "^1.4.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-apexcharts/-/react-apexcharts-1.4.1.tgz",
  "_shasum": "95ab31e4d2201308f59f3d2a4b65d10d9d0ea4bb",
  "_spec": "react-apexcharts@^1.4.0",
  "_where": "/home/smartsensero/public_html/mvp-frontend/front-end",
  "author": {
    "name": "Juned Chhipa",
    "email": "juned.chhipa@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/apexcharts/react-apexcharts/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "prop-types": "^15.8.1"
  },
  "deprecated": false,
  "description": "React.js wrapper for ApexCharts",
  "devDependencies": {
    "@types/react": "^16.8.8",
    "babel-core": "^6.26.3",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-3": "^6.24.1",
    "concurrently": "^4.1.0",
    "eslint": "^5.14.1",
    "eslint-plugin-react": "^7.12.4",
    "gulp": "^4.0.2",
    "gulp-babel": "^6.1.2",
    "gulp-concat": "^2.6.1",
    "gulp-react": "^3.1.0",
    "gulp-uglify": "^3.0.0",
    "jest": "^29.1.2",
    "react": "^16.6.3",
    "react-dom": "^16.6.3",
    "react-test-renderer": "^16.6.3",
    "rollup": "1.27.14",
    "rollup-plugin-babel": "^3.0.4",
    "rollup-plugin-node-resolve": "^3.4.0",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-uglify": "^3.0.0"
  },
  "keywords": [
    "react-charts",
    "react",
    "charts",
    "graphs",
    "apexcharts",
    "data-visualization"
  ],
  "license": "MIT",
  "main": "dist/react-apexcharts.min.js",
  "name": "react-apexcharts",
  "peerDependencies": {
    "apexcharts": "^3.41.0",
    "react": ">=0.13"
  },
  "scripts": {
    "build": "concurrently \"rollup -c rollup.config.js\" \"gulp\"",
    "dev-build": "concurrently \"rollup -c rollup.config.js\" \"gulp devBuild\"",
    "test": "jest"
  },
  "types": "types/react-apexcharts.d.ts",
  "version": "1.4.1"
}
