{
  "name": "@stream-io/video-react-sdk",
  "version": "1.37.4",
  "main": "./dist/index.cjs.js",
  "module": "./dist/index.es.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.es.js",
      "require": "./dist/index.cjs.js",
      "types": "./dist/index.d.ts"
    },
    "./embedded": {
      "types": "./dist/embedded.d.ts",
      "import": "./dist/embedded.es.js",
      "require": "./dist/embedded.cjs.js"
    },
    "./dist/css/*": "./dist/css/*"
  },
  "license": "See license in LICENSE",
  "scripts": {
    "clean": "rimraf dist",
    "start": "rollup -c -w",
    "build": "rimraf dist && NODE_ENV=production rollup -c && yarn copy-css",
    "copy-css": "cp -R ../../node_modules/@stream-io/video-styling/dist/* dist/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/GetStream/stream-video-js.git",
    "directory": "packages/react-sdk"
  },
  "files": [
    "dist",
    "src",
    "assets",
    "index.ts",
    "embedded.ts",
    "package.json",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "sideEffects": [
    "*.css"
  ],
  "dependencies": {
    "@floating-ui/react": "^0.27.19",
    "@stream-io/video-client": "1.52.0",
    "@stream-io/video-filters-web": "0.7.5",
    "@stream-io/video-react-bindings": "1.16.2",
    "chart.js": "^4.5.1",
    "clsx": "^2.1.1",
    "react-chartjs-2": "^5.3.1"
  },
  "peerDependencies": {
    "react": "^17 || ^18 || ^19",
    "react-dom": "^17 || ^18 || ^19"
  },
  "devDependencies": {
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-replace": "^6.0.3",
    "@rollup/plugin-typescript": "^12.3.0",
    "@stream-io/audio-filters-web": "^0.8.2",
    "@stream-io/video-styling": "^1.14.1",
    "@types/react": "~19.2.15",
    "@types/react-dom": "~19.2.3",
    "react": "19.2.3",
    "react-dom": "19.2.3",
    "rimraf": "^6.1.3",
    "rollup": "^4.60.4",
    "typescript": "^5.9.3"
  }
}