@delowar/react-circle-progressbar
Version:
A circular progressbar component, built with SVG and extensively customizable
55 lines (54 loc) • 1.39 kB
JSON
{
"name": "@delowar/react-circle-progressbar",
"version": "1.0.0",
"description": "A circular progressbar component, built with SVG and extensively customizable",
"main": "./lib/progress.build.js",
"scripts": {
"build": "webpack",
"dev": "webpack --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/delowardev/react-circle-progressbar.git"
},
"keywords": [
"progressbar",
"react",
"react-component",
"svg",
"react-circle-progress",
"circle-progress",
"curcular-progress"
],
"author": "delowar",
"license": "MIT",
"bugs": {
"url": "https://github.com/delowardev/react-circle-progressbar/issues"
},
"homepage": "https://github.com/delowardev/react-circle-progressbar#readme",
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"babel": {
"presets": [
"@babel/preset-react",
"@babel/preset-env"
]
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"babel-loader": "^8.0.6",
"loader-runner": "^4.2.0",
"path": "^0.12.7",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"webpack": "^5.24.2",
"webpack-cli": "^4.5.0"
}
}