react-sunburst-chart
Version:
A sunburst interactive chart React component for visualizing hierarchical data
74 lines (73 loc) • 1.96 kB
JSON
{
"name": "react-sunburst-chart",
"version": "1.0.1",
"description": "A sunburst interactive chart React component for visualizing hierarchical data",
"license": "MIT",
"type": "module",
"jsdelivr": "dist/react-sunburst-chart.min.js",
"unpkg": "dist/react-sunburst-chart.min.js",
"main": "dist/react-sunburst-chart.mjs",
"module": "dist/react-sunburst-chart.mjs",
"types": "dist/react-sunburst-chart.d.ts",
"exports": {
"types": "./dist/react-sunburst-chart.d.ts",
"umd": "./dist/react-sunburst-chart.min.js",
"default": "./dist/react-sunburst-chart.mjs"
},
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/vasturiano/react-sunburst-chart.git"
},
"keywords": [
"react",
"sunburst",
"hierarchical",
"data-visualization",
"d3",
"graph",
"svg"
],
"author": {
"name": "Vasco Asturiano",
"url": "https://github.com/vasturiano"
},
"bugs": {
"url": "https://github.com/vasturiano/react-sunburst-chart/issues"
},
"homepage": "https://github.com/vasturiano/react-sunburst-chart",
"scripts": {
"build": "rimraf dist && rollup -c",
"dev": "rollup -w -c rollup.config.dev.js",
"prepare": "npm run build"
},
"files": [
"dist/**/*"
],
"dependencies": {
"prop-types": "15",
"react-kapsule": "^2.5",
"sunburst-chart": "1"
},
"peerDependencies": {
"react": "*"
},
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-replace": "^6.0.2",
"@rollup/plugin-terser": "^0.4.4",
"@types/react": "^19.0.12",
"rimraf": "^6.0.1",
"rollup": "^4.36.0",
"rollup-plugin-dts": "^6.2.1",
"typescript": "^5.8.2"
},
"engines": {
"node": ">=12"
}
}