{
  "name": "@asgardeo/react",
  "version": "0.25.7",
  "description": "React implementation of Asgardeo JavaScript SDK.",
  "keywords": [
    "asgardeo",
    "react",
    "spa"
  ],
  "homepage": "https://github.com/asgardeo/javascript/tree/main/packages/react#readme",
  "bugs": {
    "url": "https://github.com/asgardeo/javascript/issues"
  },
  "author": "WSO2",
  "license": "Apache-2.0",
  "type": "module",
  "main": "dist/cjs/index.js",
  "module": "dist/index.js",
  "exports": {
    "import": "./dist/index.js",
    "require": "./dist/cjs/index.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/asgardeo/javascript",
    "directory": "packages/react"
  },
  "devDependencies": {
    "@testing-library/dom": "10.4.0",
    "@testing-library/react": "16.3.0",
    "@types/node": "22.15.3",
    "@types/react": "19.2.14",
    "@wso2/eslint-plugin": "git+https://github.com/brionmario/wso2-ui-configs.git#d3041825a4f8f235c8f9fa36b55cf29d54e791c8&path:packages/eslint-plugin",
    "@wso2/prettier-config": "git+https://github.com/brionmario/wso2-ui-configs.git#d3041825a4f8f235c8f9fa36b55cf29d54e791c8&path:packages/prettier-config",
    "esbuild-plugin-preserve-directives": "0.0.11",
    "esbuild": "0.25.9",
    "eslint": "8.57.0",
    "jsdom": "26.1.0",
    "prettier": "2.6.2",
    "react": "19.2.4",
    "rimraf": "6.1.0",
    "typescript": "5.7.2",
    "vitest": "3.1.3"
  },
  "peerDependencies": {
    "@types/react": ">=16.8.0",
    "react": ">=16.8.0"
  },
  "dependencies": {
    "@emotion/css": "11.13.5",
    "@floating-ui/react": "0.27.12",
    "@types/react-dom": "19.2.3",
    "dompurify": "3.3.1",
    "react-dom": "19.2.4",
    "tslib": "2.8.1",
    "@asgardeo/i18n": "0.4.6",
    "@asgardeo/browser": "0.7.11"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "pnpm clean && node esbuild.config.mjs && tsc -p tsconfig.lib.json --emitDeclarationOnly --outDir dist",
    "clean": "rimraf dist",
    "fix:lint": "eslint . --ext .js,.jsx,.ts,.tsx,.cjs,.mjs",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx,.cjs,.mjs",
    "test": "vitest",
    "test:browser": "vitest --workspace=vitest.workspace.ts",
    "typecheck": "tsc -p tsconfig.lib.json"
  }
}