react-hierarchy-chart
Version:
`ReactHierarchyChart` is an React Component for Vertical or Horizontal Hierarchy/Tree View. It can be used to show parent child view, Organization structure, Tree view. with your flaxible dynamic template design with controls.
58 lines (57 loc) • 1.41 kB
JSON
{
"name": "react-hierarchy-chart",
"version": "1.0.1",
"description": "",
"scripts": {
"rollup": "rollup -c",
"build-lib": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Rushik",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.4",
"@types/react": "^18.0.17",
"postcss": "^8.4.16",
"react": "^18.2.0",
"rollup": "^2.77.3",
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-postcss": "^4.0.2",
"sass": "^1.54.4",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
},
"peerDependencies": {
"react": "^18.2.0"
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/rushik1992/react-hierarchy-chart.git"
},
"bugs": {
"url": "https://github.com/rushik1992/react-hierarchy-chart/issues"
},
"homepage": "https://github.com/rushik1992/react-hierarchy-chart",
"keywords": [
"react-hierarchy",
"react hierarchy chart",
"hierarchy",
"organizational",
"organizational-chart",
"family-tree",
"react-organizational-chart",
"tree",
"hierarchy chart",
"vertical tree view",
"horizontal tree view",
"react"
]
}