custom-react-step-progress-bar
Version:
A simple react step progress bar component for multi-step forms.
41 lines (40 loc) • 1.05 kB
JSON
{
"name": "custom-react-step-progress-bar",
"version": "1.0.8",
"description": "A simple react step progress bar component for multi-step forms.",
"main": "./build/index.js",
"scripts": {
"build": "webpack"
},
"keywords": [
"stepper",
"progress-bar",
"step-progress-bar",
"react-stepper",
"react-porgress-bar",
"react-step-progress-bar"
],
"author": "Shubham Gapat",
"license": "ISC",
"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"
},
"dependencies": {
"react": "^17.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shubham-gapat/React-step-progressBar.git"
},
"bugs": {
"url": "https://github.com/shubham-gapat/React-step-progressBar/issues"
},
"homepage": "https://github.com/shubham-gapat/React-step-progressBar#readme"
}