react-gifted-charts
Version:
ReactJS counterpart of react-native-gifted-charts. An intuitive charting library for Bar, Line, Area, Pie, Donut, Stacked Bar, Population Pyramid and Radar charts in React
88 lines (87 loc) • 2.41 kB
JSON
{
"name": "react-gifted-charts",
"version": "0.0.12",
"description": "ReactJS counterpart of react-native-gifted-charts. An intuitive charting library for Bar, Line, Area, Pie, Donut, Stacked Bar, Population Pyramid and Radar charts in React",
"main": "dist/main.js",
"files": [
"dist"
],
"dependencies": {
"gifted-charts-core": "0.1.59"
},
"devDependencies": {
"@babel/cli": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.8",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-scripts": "5.0.1",
"typescript": "^5.5.2",
"web-vitals": "^2.1.4"
},
"peerDependencies": {
"@react-spring/web": "^9.7.4"
},
"scripts": {
"start": "react-scripts start",
"build": "rm -rf dist && tsc -p . && ./build.sh && cp -r src/main/Components/BarAndLineChartsWrapper/styles.css dist/Components/BarAndLineChartsWrapper/styles.css && cp -r src/main/PieChartPro/styles.css dist/PieChartPro/styles.css",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"overrides": {
"react-refresh": "0.11.0"
},
"repository": "https://github.com/Abhinandan-Kushwaha/react-gifted-charts",
"author": "Abhinandan Kushwaha <kushabhi5@gmail.com> (https://github.com/Abhinandan-Kushwaha)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Abhinandan-Kushwaha/react-gifted-charts/issues"
},
"homepage": "https://github.com/Abhinandan-Kushwaha/react-gifted-charts#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"chart",
"charts",
"graph",
"data visualization",
"bar",
"pie",
"donut",
"area",
"line",
"radar",
"star",
"population",
"pyramid",
"react",
"reactJS"
]
}