{
    "name": "@asgardeo/auth-react",
    "version": "5.6.2",
    "description": "Asgardeo Auth React SDK for React Applications.",
    "keywords": [
        "WSO2",
        "WSO2-IS",
        "WSO2 Identity Server",
        "WSO2 Identity Apps",
        "authentication",
        "OIDC",
        "SDK",
        "Javascript",
        "Asgardeo",
        "React"
    ],
    "main": "dist/main.js",
    "types": "dist/types/src/index.d.ts",
    "module": "dist/main.js",
    "scripts": {
        "lint": "eslint --ext .js,.ts .",
        "fix-lint": "eslint --ext .js,.ts . --fix",
        "build": "rimraf dist && yarn run type-check && webpack --env NODE_ENV=production",
        "build:dev": "rimraf dist && yarn run type-check && webpack --env NODE_ENV=development",
        "build:watch": "yarn run build:dev -- --watch",
        "type-check": "tsc --emitDeclarationOnly",
        "type-check:watch": "yarn run type-check -- --watch"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/asgardeo/asgardeo-auth-react-sdk.git"
    },
    "bugs": {
        "url": "https://github.com/asgardeo/asgardeo-auth-react-sdk/issues"
    },
    "homepage": "https://github.com/asgardeo/asgardeo-auth-react-sdk#readme",
    "author": "WSO2",
    "publishConfig": {
        "access": "public"
    },
    "license": "Apache-2.0",
    "files": [
        "dist",
        "!dist/tsconfig.tsbuildinfo",
        "package.json",
        "README.md",
        "LICENSE"
    ],
    "dependencies": {
        "@asgardeo/auth-spa": "^3.5.2"
    },
    "devDependencies": {
        "@babel/cli": "^7.19.3",
        "@babel/core": "^7.20.5",
        "@babel/plugin-proposal-class-properties": "^7.18.6",
        "@babel/plugin-proposal-decorators": "^7.20.5",
        "@babel/plugin-transform-modules-commonjs": "^7.19.6",
        "@babel/preset-env": "^7.20.2",
        "@babel/preset-react": "^7.18.6",
        "@babel/preset-typescript": "^7.18.6",
        "@babel/runtime-corejs3": "^7.20.6",
        "@types/node": "^18.11.17",
        "@typescript-eslint/eslint-plugin": "^5.47.0",
        "@typescript-eslint/parser": "^5.47.0",
        "babel-loader": "^9.1.0",
        "copy-webpack-plugin": "^13.0.0",
        "core-js": "^3.26.1",
        "eslint": "^8.30.0",
        "eslint-plugin-import": "^2.26.0",
        "eslint-plugin-react": "^7.31.11",
        "eslint-plugin-react-hooks": "^4.6.0",
        "eslint-webpack-plugin": "^3.2.0",
        "react": "^18.2.0",
        "react-dom": "^18.2.0",
        "rimraf": "^3.0.2",
        "typescript": "^4.9.4",
        "webpack": "^5.75.0",
        "webpack-cli": "^5.0.1",
        "worker-loader": "^3.0.8"
    },
    "peerDependencies": {
        "@babel/runtime-corejs3": "^7.11.2",
        "react": ">=16.8",
        "react-dom": ">=16.8"
    }
}
