half-pie-chart
Version:
Simply use Half Doughnut Chart to compare two element ratio
55 lines (54 loc) • 1.55 kB
JSON
{
"name": "half-pie-chart",
"version": "1.0.6",
"description": "Simply use Half Doughnut Chart to compare two element ratio",
"main": "dist/index.js",
"module": "dist/index.es.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"build-lib": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kbram/Half-Pie-Chart.git"
},
"keywords": [
"pie",
"half Pie",
"half-pie",
"doughnut",
"doughnut chart",
"ratio"
],
"author": "Karunaaharan Bavaram",
"license": "MIT",
"bugs": {
"url": "https://github.com/kbram/Half-Pie-Chart/issues"
},
"homepage": "https://github.com/kbram/Half-Pie-Chart#readme",
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/preset-react": "^7.16.7",
"@rollup/plugin-node-resolve": "^13.1.3",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-interactions": "^6.4.19",
"@storybook/addon-links": "^6.4.19",
"@storybook/react": "^6.4.19",
"@storybook/testing-library": "^0.0.9",
"babel-loader": "^8.2.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup": "^2.68.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}