{
  "name": "react-view-flow",
  "version": "1.3.5",
  "description": "A component view flow/stepper for React",
  "main": "dist/index.js",
  "scripts": {
    "build": "NODE_ENV=production && webpack --progress --optimize-minimize && flow-copy-source src dist",
    "build-dev": "webpack --progress --optimize-minimize",
    "dev": "webpack-dev-server --config webpack.config.dev.js --hot --hmr --watch",
    "lint": "eslint --fix src/**/*.{js,jsx}",
    "precommit": "npm run lint && flow",
    "prepush": "npm test",
    "travis-deploy-once": "travis-deploy-once",
    "test": "jest",
    "semantic-release": "semantic-release"
  },
  "jest": {
    "transform": {
      ".*": "<rootDir>/node_modules/jest-css-modules"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/crobinson42/react-view-flow.git"
  },
  "keywords": [
    "react",
    "step",
    "stepper",
    "flow",
    "multistep",
    "router",
    "wizard"
  ],
  "author": "Cory Robinson <coryrobinson42@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/crobinson42/react-view-flow/issues"
  },
  "homepage": "https://github.com/crobinson42/react-view-flow#readme",
  "peerDependencies": {
    "react": ">=15.0.1",
    "react-dom": ">=15.0.1"
  },
  "devDependencies": {
    "@commitlint/cli": "^7.0.0",
    "@commitlint/config-conventional": "^7.0.1",
    "@commitlint/travis-cli": "^7.0.0",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-eslint": "^8.2.3",
    "babel-jest": "^23.0.1",
    "babel-loader": "^7.1.4",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-preset-env": "^1.7.0",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-3": "^6.24.1",
    "classnames": "^2.2.6",
    "css-loader": "^0.28.11",
    "empty": "^0.10.1",
    "eslint": "^4.19.1",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-config-prettier": "^2.9.0",
    "eslint-config-react-app": "^2.1.0",
    "eslint-plugin-flowtype": "^2.49.3",
    "eslint-plugin-import": "^2.12.0",
    "eslint-plugin-jsx-a11y": "^6.0.3",
    "eslint-plugin-react": "^7.9.1",
    "flow-bin": "^0.77.0",
    "flow-copy-source": "^2.0.2",
    "flow-typed": "^2.5.1",
    "html-webpack-plugin": "^3.2.0",
    "husky": "^0.14.3",
    "jest": "^23.1.0",
    "jest-css-modules": "^1.1.0",
    "lodash.merge": "^4.6.1",
    "prop-types": "^15.6.1",
    "query-string": "^6.1.0",
    "react": "^16.4.1",
    "react-dom": "^16.4.1",
    "react-transition-group": "^2.3.1",
    "regenerator-runtime": "^0.11.1",
    "semantic-release": "^15.5.2",
    "style-loader": "^0.21.0",
    "travis-deploy-once": "^5.0.0",
    "webpack": "^4.12.0",
    "webpack-cli": "^3.0.6",
    "webpack-dev-server": "^3.1.4"
  }
}
