react-donut-chart
Version:
An extendable SVG donut chart React component.
59 lines (58 loc) • 1.5 kB
JSON
{
"name": "react-donut-chart",
"description": "An extendable SVG donut chart React component.",
"version": "1.3.3",
"author": "JJ Naughton",
"license": "MIT",
"keywords": [
"react",
"svg",
"donut chart"
],
"files": [
"dist",
"README.md"
],
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "react-scripts start",
"types": "tsc --declaration --declarationMap --emitDeclarationOnly --esModuleInterop --jsx react-jsx --outDir dist/ src/lib/*",
"build:lib": "rimraf dist && babel src/lib --out-dir dist --extensions '.tsx' && npm run types",
"build:site": "rimraf build && react-scripts build"
},
"repository": {
"type": "git",
"url": "https://github.com/vonbearshark/react-donut-chart.git"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.5",
"@babel/plugin-proposal-optional-chaining": "^7.18.6",
"@babel/preset-react": "^7.16.5",
"@babel/preset-typescript": "^7.16.5",
"@types/node": "^17.0.5",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^5.0.0",
"rimraf": "^3.0.2",
"typescript": "^4.5.4"
},
"peerDependencies": {
"react": ">=16.3.0",
"react-dom": ">=16.3.0"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
]
}