{
  "name": "@corbado/react",
  "version": "3.6.0",
  "description": "This package provides all the functionalities and UI components needed by developers when integration Corbado's Authentication management system in their react application",
  "author": "Abdullah Shahbaz <abdullah_ghani@live.com>",
  "homepage": "https://github.com/corbado/javascript#readme",
  "license": "ISC",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "directories": {
    "lib": "dist"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/corbado/javascript.git"
  },
  "scripts": {
    "clean": "rimraf ./dist",
    "build": "webpack --config webpack.prod.js",
    "build:dev": "npm run clean && tsc -b",
    "lint:fix": "eslint src --ext .js,.jsx,.ts,.tsx --fix",
    "lint": "eslint src --ext .js,.jsx,.ts,.tsx"
  },
  "bugs": {
    "url": "https://github.com/corbado/javascript/issues"
  },
  "dependencies": {
    "@corbado/shared-ui": "^3.6.0",
    "@corbado/shared-util": "^1.0.12",
    "@corbado/web-core": "^3.6.0",
    "i18next": "23.5.1",
    "i18next-browser-languagedetector": "7.1.0",
    "libphonenumber-js": "^1.10.59",
    "react-i18next": "13.2.2",
    "react-phone-number-input": "^3.3.9"
  },
  "devDependencies": {
    "@corbado/types": "^3.2.0",
    "@types/react": "^18.2.0",
    "ts-results": "^3.3.0",
    "typescript": "^5.2.2"
  },
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0"
  },
  "gitHead": "bcb0a9df6081d39d16534d42a1de35bfd050ab02"
}
