progress-bar-react-ui
Version:
A React Component that show processing of actions as progressbar.
48 lines (47 loc) • 1.14 kB
JSON
{
"name": "progress-bar-react-ui",
"version": "1.0.2",
"description": "A React Component that show processing of actions as progressbar.",
"main": "lib/ProgressBarReactUI.js",
"types": "lib/ProgressBarReactUI.d.ts",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/developergovindgupta/progress-bar-react-ui.git"
},
"keywords": [
"progressbar",
"processing",
"progress",
"percentage",
"bar",
"react",
"react-ui",
"reactui"
],
"author": "developergovindgupta <govindprasadguptamca@gmail.com> (Govind Prasad Gupta)",
"license": "ISC",
"bugs": {
"url": "https://github.com/developergovindgupta/progress-bar-react-ui/issues"
},
"homepage": "https://developergovindgupta.github.io/progress-bar-react-ui/",
"devDependencies": {
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.5.5"
},
"directories": {
"lib": "lib"
},
"dependencies": {
"csstype": "^3.0.11",
"js-tokens": "^4.0.0",
"loose-envify": "^1.4.0",
"object-assign": "^4.1.1",
"scheduler": "^0.20.2"
}
}