{
  "name": "react-hapi-jwt-auth",
  "version": "1.1.1",
  "description": "Login using JWT. A react component that uses the api from hapi-jwt-couch",
  "author": "juanprietob",
  "license": "MIT",
  "repository": "juanprietob/clusterpost",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "jsnext:main": "dist/index.es.js",
  "engines": {
    "node": ">=8",
    "npm": ">=5"
  },
  "scripts": {
    "test": "cross-env CI=1 react-scripts test --env=jsdom",
    "test:watch": "react-scripts test --env=jsdom",
    "build": "rollup -c",
    "start": "rollup -c -w",
    "prepare": "npm run build",
    "predeploy": "cd example && npm install && npm run build",
    "deploy": "gh-pages -d example/build"
  },
  "peerDependencies": {
    "prop-types": "^15.5.4",
    "react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-redux": "^7.0.3 || ^8.0.0 || ^9.0.0",
    "react-router-dom": "^5.0.1 || ^6.0.0 || ^7.0.0",
    "react-bootstrap": "^1.0.0-beta.9 || ^2.0.0"
  },
  "devDependencies": {
    "@svgr/rollup": "8.1.0",
    "babel-core": "6.26.3",
    "@babel/eslint-parser": "7.28.4",
    "babel-plugin-external-helpers": "6.22.0",
    "babel-preset-env": "1.7.0",
    "babel-preset-react": "6.24.1",
    "babel-preset-stage-0": "6.24.1",
    "cross-env": "10.1.0",
    "eslint": "9.39.2",
    "eslint-config-standard": "17.1.0",
    "eslint-config-standard-react": "13.0.0",
    "eslint-plugin-import": "2.32.0",
    "eslint-plugin-n": "17.23.1",
    "eslint-plugin-promise": "7.2.1",
    "eslint-plugin-react": "7.37.5",
    "eslint-plugin-standard": "5.0.0",
    "gh-pages": "6.3.0",
    "react-scripts": "5.0.1",
    "rollup": "4.53.5",
    "@rollup/plugin-babel": "6.1.0",
    "rollup-plugin-commonjs": "10.1.0",
    "rollup-plugin-json": "4.0.0",
    "@rollup/plugin-node-resolve": "16.0.3",
    "rollup-plugin-peer-deps-external": "2.2.4",
    "rollup-plugin-postcss": "4.0.2",
    "rollup-plugin-url": "3.0.1"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "axios": "^1.8.3",
    "react-feather": "^2.0.0",
    "underscore": "^1.12.1"
  }
}
