{
  "name": "react-linkedin-login-oauth2",
  "version": "2.0.1",
  "description": "React component for Linked In Log In feature using OAuth 2.0",
  "main": "build/index.js",
  "module": "build/index.esm.js",
  "files": [
    "build",
    "assets"
  ],
  "scripts": {
    "clean": "rimraf es lib",
    "prebuild": "npm run clean",
    "build": "rollup -c",
    "prepublishOnly": "npm run build",
    "test": "jest",
    "test:watch": "jest --watch",
    "prettier": "prettier src --write",
    "lint": "eslint src --fix",
    "publish:local": "export BUILD_MODE=dev &&npm publish --registry http://localhost:4873",
    "publish:alpha": "npm publish --tag alpha",
    "publish:latest": "npm publish",
    "vite": "vite ./preview"
  },
  "peerDependencies": {
    "react": "16.x || 17.x || 18.x",
    "react-dom": "16.x || 17.x || 18.x"
  },
  "devDependencies": {
    "@babel/core": "^7.15.8",
    "@babel/plugin-transform-runtime": "^7.15.8",
    "@babel/preset-env": "^7.15.8",
    "@babel/preset-react": "^7.14.5",
    "@babel/runtime": "^7.15.4",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^21.0.1",
    "@rollup/plugin-node-resolve": "^13.0.6",
    "@types/react": "^17.0.33",
    "@typescript-eslint/eslint-plugin": "^5.2.0",
    "@typescript-eslint/parser": "^5.2.0",
    "babel-loader": "^8.2.3",
    "babel-preset-react-app": "^10.0.0",
    "eslint": "^8.1.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-react-hooks": "^4.2.1-alpha-9c8161ba8-20211028",
    "jest": "^27.3.1",
    "prettier": "^2.4.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-router-dom": "^4.3.1",
    "rimraf": "^3.0.2",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.32.1",
    "sass-loader": "^12.3.0",
    "typescript": "^4.4.4",
    "vite": "^2.6.13",
    "vite-react-jsx": "^1.1.2"
  },
  "author": "nvh95",
  "homepage": "https://github.com/nvh95/react-linkedin-login-oauth2",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nvh95/react-linkedin-login-oauth2.git"
  },
  "bug": {
    "url": "https://github.com/nvh95/react-linkedin-login-oauth2/issues"
  },
  "keywords": [
    "react",
    "linkedin",
    "login",
    "signin",
    "oauth",
    "oauth2",
    "redirect"
  ]
}
