react-apexcharts
Version:
React.js wrapper for ApexCharts
70 lines (69 loc) • 1.75 kB
JSON
{
"name": "react-apexcharts",
"version": "1.9.0",
"description": "React.js wrapper for ApexCharts",
"main": "dist/react-apexcharts.cjs.js",
"module": "dist/react-apexcharts.esm.js",
"browser": "dist/react-apexcharts.iife.min.js",
"types": "types/react-apexcharts.d.ts",
"exports": {
".": {
"import": "./dist/react-apexcharts.esm.js",
"require": "./dist/react-apexcharts.cjs.js",
"types": "./types/react-apexcharts.d.ts"
}
},
"files": [
"dist",
"types"
],
"scripts": {
"build": "rollup -c rollup.config.js",
"test": "jest"
},
"keywords": [
"react-charts",
"react",
"charts",
"graphs",
"apexcharts",
"data-visualization"
],
"author": {
"name": "Juned Chhipa",
"email": "juned.chhipa@gmail.com"
},
"bugs": {
"url": "https://github.com/apexcharts/react-apexcharts/issues"
},
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"prop-types": "^15.8.1"
},
"peerDependencies": {
"apexcharts": ">=4.0.0",
"react": ">=16.8.0"
},
"devDependencies": {
"@babel/core": "^7.25.8",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@types/react": "^18.3.11",
"eslint": "^9.12.0",
"eslint-plugin-react": "^7.37.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-test-renderer": "^18.3.1",
"rollup": "4.24.0"
},
"repository": {
"type": "git",
"url": "https://github.com/apexcharts/react-apexcharts.git"
}
}