{
  "name": "@scalar/api-reference-react",
  "description": "The react client only integration for api references",
  "license": "MIT",
  "author": "Scalar (https://github.com/scalar)",
  "homepage": "https://github.com/scalar/scalar",
  "bugs": "https://github.com/scalar/scalar/issues/new/choose",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/scalar/scalar.git",
    "directory": "packages/api-reference-react"
  },
  "keywords": [
    "api",
    "client",
    "postman alternative",
    "rest",
    "testing",
    "react"
  ],
  "version": "0.9.49",
  "engines": {
    "node": ">=22"
  },
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./style.css": "./dist/style.css"
  },
  "files": [
    "dist",
    "CHANGELOG.md"
  ],
  "dependencies": {
    "@scalar/api-reference": "1.62.0",
    "@scalar/types": "0.16.0"
  },
  "devDependencies": {
    "@types/react": "^19.2.7",
    "@types/react-dom": "^19.2.3",
    "@vitejs/plugin-react": "6.0.1",
    "random-words": "^2.0.1",
    "react": "^19.2.3",
    "react-dom": "^19.2.3",
    "rollup-preserve-directives": "^1.1.1",
    "vite": "8.0.0",
    "@scalar/helpers": "0.9.0"
  },
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0"
  },
  "scripts": {
    "build": "vite build && tsc -p tsconfig.build.json",
    "dev": "vite ./playground -c ./vite.config.ts",
    "types:check": "tsgo --noEmit"
  }
}