{
  "name": "react-stepzilla",
  "version": "7.0.0",
  "description": "A react multi-step, wizard component for managing data collection via forms and sub components",
  "main": "./dist/main.js",
  "engines": {
    "node": ">=12.0.0"
  },
  "scripts": {
    "build": "node ./node_modules/gulp/bin/gulp.js build",
    "lint": "node ./node_modules/gulp/bin/gulp.js lint",
    "test": "node ./node_modules/gulp/bin/gulp.js test",
    "test:watch": "node ./node_modules/gulp/bin/gulp.js test-watch",
    "prepublish": "npm run build",
    "example": "webpack-dev-server --open",
    "start": "npm run example",
    "build-example": "node ./node_modules/gulp/bin/gulp.js build-example"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/newbreedofgeek/react-stepzilla.git"
  },
  "keywords": [
    "react",
    "multistep",
    "react",
    "wizard",
    "react"
  ],
  "author": "@newbreedofgeek",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/newbreedofgeek/react-stepzilla/issues"
  },
  "homepage": "https://github.com/newbreedofgeek/react-stepzilla#readme",
  "devDependencies": {
    "@babel/core": "^7.2.2",
    "@babel/plugin-proposal-object-rest-spread": "^7.3.1",
    "@babel/preset-env": "^7.3.1",
    "@babel/preset-react": "^7.0.0",
    "@babel/register": "^7.0.0",
    "@wojtekmaj/enzyme-adapter-react-17": "^0.6.2",
    "babel-eslint": "^10.0.1",
    "babel-loader": "^8.0.5",
    "chai": "^3.5.0",
    "css-loader": "^0.23.1",
    "del": "^2.2.2",
    "enzyme": "^3.11.0",
    "eslint": "^5.12.1",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-plugin-import": "^2.15.0",
    "eslint-plugin-jsx-a11y": "^6.2.0",
    "eslint-plugin-react": "^7.12.4",
    "gulp": "^4.0.0",
    "gulp-babel": "^8.0.0",
    "gulp-eslint": "^5.0.0",
    "gulp-load-plugins": "^1.5.0",
    "gulp-mocha": "^6.0.0",
    "gulp-plumber": "^1.2.1",
    "i18next": "^12.0.0",
    "i18next-browser-languagedetector": "^2.2.3",
    "isparta": "^4.0.0",
    "joi": "^10.2.2",
    "joi-validation-strategy": "^0.3.3",
    "json-loader": "^0.5.7",
    "promise": "^7.1.1",
    "prop-types": "^15.5.8",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-i18next": "^8.1.0",
    "react-redux": "^6.0.0",
    "react-validation-mixin": "^5.4.0",
    "redux": "^4.0.1",
    "sinon": "^1.17.7",
    "sinon-chai": "^2.8.0",
    "style-loader": "^0.13.1",
    "webpack": "^4.29.0",
    "webpack-cli": "^3.2.1",
    "webpack-dev-server": "^3.1.14",
    "webpack-stream": "^5.2.1"
  },
  "peerDependencies": {
    "react": "^17.0.2",
    "react-dom": "^17.0.2"
  }
}
