UNPKG

react-pie-chart-easy

Version:

A simple and customizable React pie chart component. React pie chart component which is very easy to use and have multiple configuration options for more customization.

42 lines (41 loc) 1.07 kB
{ "name": "react-pie-chart-easy", "version": "1.2.7", "description": "A simple and customizable React pie chart component. React pie chart component which is very easy to use and have multiple configuration options for more customization. ", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "babel src -d dist" }, "keywords": [ "react-pie-chart", "pie-chart", "pie-chart-react", "easy-pie-chart", "react", "react-hook", "utility", "charts", "chart-hook", "react-utils", "pie", "arc", "piechart" ], "author": "dhaneshmane <dhaneshmane123@gmail.com>", "license": "MIT", "dependencies": { "chart.js": "^4.4.8", "chartjs-plugin-datalabels": "^2.2.0", "react": "^19.0.0", "react-chartjs-2": "^5.3.0", "react-dom": "^19.0.0" }, "devDependencies": { "@babel/cli": "^7.26.4", "@babel/core": "^7.26.9", "@babel/preset-env": "^7.26.9", "@babel/preset-react": "^7.26.3", "babel-preset-env": "^1.7.0" } }