{
  "name": "diva-react",
  "version": "2.0.0",
  "description": "A frontend libary that can be used to verify, issue and sign with IRMA attributes.",
  "repository": {
    "type": "git",
    "url": "https://github.com/Alliander/diva-react"
  },
  "dependencies": {
    "axios": "0.19.0",
    "jsonwebtoken": "8.5.1",
    "qrcode.react": "0.9.3",
    "react-flexbox-grid": "2.1.2"
  },
  "files": [
    "dist",
    "README.md",
    "src"
  ],
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "scripts": {
    "lint": "./node_modules/.bin/eslint -c .eslintrc src",
    "build": "rm -rf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,__snapshots__"
  },
  "keywords": [
    "react",
    "irma",
    "attributes",
    "privacy",
    "identity",
    "management"
  ],
  "contributors": [
    "Koen van Ingen",
    "Timen Olthof",
    "Alliander N.V. (https://alliander.com/)"
  ],
  "license": "BSD-3-Clause",
  "devDependencies": {
    "babel-cli": "6.26.0",
    "babel-eslint": "8.2.6",
    "babel-preset-react-app": "3.1.2",
    "babel-runtime": "6.23.0",
    "eslint": "5.16.0",
    "eslint-config-airbnb": "17.1.0",
    "eslint-plugin-import": "2.18.0",
    "eslint-plugin-jasmine": "2.10.1",
    "eslint-plugin-jsx-a11y": "6.2.3",
    "eslint-plugin-mocha": "5.3.0",
    "eslint-plugin-react": "7.14.2",
    "react": "16.8.6",
    "react-dom": "16.8.6"
  },
  "peerDependencies": {
    "@material-ui/core": "4.1.3",
    "@material-ui/icons": "4.2.1",
    "react": "16.8.6",
    "react-dom": "16.8.6",
    "react-redux": "7.1.0",
    "redux-saga": "1.0.4"
  }
}
