UNPKG

react-apexcharts

Version:

React.js wrapper for ApexCharts with SSR support

97 lines (96 loc) 2.71 kB
{ "name": "react-apexcharts", "version": "2.1.0", "description": "React.js wrapper for ApexCharts with SSR support", "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" }, "./server": { "types": "./types/react-apexcharts-server.d.ts", "import": "./dist/react-apexcharts-server.esm.js" }, "./hydrate": { "types": "./types/react-apexcharts-hydrate.d.ts", "import": "./dist/react-apexcharts-hydrate.esm.js" }, "./core": { "import": "./dist/react-apexcharts-core.esm.js", "require": "./dist/react-apexcharts-core.cjs.js", "types": "./types/react-apexcharts-core.d.ts" }, "./core/server": { "types": "./types/react-apexcharts-core-server.d.ts", "import": "./dist/react-apexcharts-core-server.esm.js" }, "./core/hydrate": { "types": "./types/react-apexcharts-core-hydrate.d.ts", "import": "./dist/react-apexcharts-core-hydrate.esm.js" } }, "files": [ "dist", "types" ], "scripts": { "build": "rollup -c rollup.config.js", "test": "jest" }, "keywords": [ "react-charts", "react", "charts", "graphs", "apexcharts", "data-visualization", "ssr", "server-side-rendering", "nextjs", "react-server-components" ], "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": ">=5.10.1", "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", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@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.59.0" }, "repository": { "type": "git", "url": "https://github.com/apexcharts/react-apexcharts.git" } }