react-js-loading-progress-bar
Version:
React JS loading progress (bar and throbber) component that shows estimated time left (if several requests need to be made) and progress bar with percentage.
50 lines (49 loc) • 1.33 kB
JSON
{
"name": "react-js-loading-progress-bar",
"version": "0.3.1",
"description": "React JS loading progress (bar and throbber) component that shows estimated time left (if several requests need to be made) and progress bar with percentage.",
"main": "build/index.js",
"peerDependencies": {
"react": "^16.0.0"
},
"dependencies": {
"react": "^16.0.0",
"@babel/polyfill": "^7.8.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch",
"build": "webpack"
},
"author": {
"name": "Jose Antonio Ciccio",
"email": "jciccio@gmail.com"
},
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"babel-loader": "^8.0.6",
"css-loader": "^3.3.0",
"style-loader": "^1.0.1",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"repository": {
"type": "git",
"url": "https://github.com/jciccio/react-loading-progress.git"
},
"keywords": [
"loading",
"progress bar",
"time left",
"estimated time",
"progress meter",
"loading indicator",
"progress",
"bar",
"throbber"
],
"license": "MIT",
"homepage": "https://github.com/jciccio/react-loading-progress"
}