{
  "name": "@100mslive/roomkit-react",
  "source": "src/index.ts",
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "typings": "dist/index.d.ts",
  "keywords": [
    "100mslive",
    "react",
    "prebuilt",
    "roomkit"
  ],
  "version": "0.4.2",
  "author": "100ms",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/100mslive/web-sdks.git",
    "directory": "packages/roomkit-react"
  },
  "files": [
    "dist",
    "src"
  ],
  "exports": {
    ".": {
      "require": "./dist/index.cjs.js",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./index.css": "./dist/index.css"
  },
  "sideEffects": false,
  "scripts": {
    "prestart": "rm -rf dist && yarn types:build",
    "start": "concurrently \"yarn dev\" \"yarn types\"",
    "dev": "node ../../scripts/dev",
    "build:only": "rm -rf dist && node ../../scripts/build-webapp",
    "build": "yarn build:only && yarn types:build",
    "types": "tsc -w",
    "types:build": "tsc -p tsconfig.json",
    "lint": "eslint -c .eslintrc --no-error-on-unmatched-pattern src --ext .js --ext .jsx --ext .ts --ext .tsx",
    "lint:fix": "yarn lint --fix",
    "format": "prettier -w src/**",
    "storybook": "sb dev -p 6006",
    "build-storybook": "sb build",
    "babel": "npx storybook@latest babelrc"
  },
  "devDependencies": {
    "@babel/core": "^7.18.2",
    "@babel/preset-env": "^7.22.5",
    "@babel/preset-react": "^7.22.5",
    "@babel/preset-typescript": "^7.22.5",
    "@storybook/addon-a11y": "^7.0.27",
    "@storybook/addon-actions": "^7.0.27",
    "@storybook/addon-essentials": "^7.0.27",
    "@storybook/addon-interactions": "^7.0.27",
    "@storybook/addon-links": "^7.0.27",
    "@storybook/cli": "^7.0.27",
    "@storybook/react": "^7.0.27",
    "@storybook/react-webpack5": "^7.0.27",
    "@storybook/testing-library": "^0.2.0",
    "@types/lodash.merge": "^4.6.6",
    "@types/mdx": "2.0.2",
    "@types/react": "^18.1.0",
    "@types/react-window": "^1.8.5",
    "babel-loader": "^8.2.5",
    "babel-plugin-react-require": "3.1.3",
    "esbuild-loader": "^4.0.2",
    "knip": "^5.11.0",
    "react": "^18.1.0",
    "storybook-dark-mode": "^3.0.0"
  },
  "peerDependencies": {
    "react": ">=17.0.2 <19.0.0"
  },
  "dependencies": {
    "@100mslive/hls-player": "0.4.2",
    "@100mslive/hms-noise-cancellation": "0.0.2",
    "@100mslive/hms-virtual-background": "1.14.2",
    "@100mslive/hms-whiteboard": "0.1.2",
    "@100mslive/react-icons": "0.11.2",
    "@100mslive/react-sdk": "0.11.2",
    "@100mslive/types-prebuilt": "0.12.12",
    "@emoji-mart/data": "^1.0.6",
    "@emoji-mart/react": "^1.0.1",
    "@radix-ui/react-accordion": "1.0.0",
    "@radix-ui/react-checkbox": "1.0.0",
    "@radix-ui/react-collapsible": "1.0.0",
    "@radix-ui/react-dialog": "1.0.4",
    "@radix-ui/react-dropdown-menu": "2.0.5",
    "@radix-ui/react-label": "1.0.0",
    "@radix-ui/react-popover": "1.0.6",
    "@radix-ui/react-progress": "1.0.0",
    "@radix-ui/react-radio-group": "1.0.0",
    "@radix-ui/react-select": "1.0.0",
    "@radix-ui/react-slider": "1.0.0",
    "@radix-ui/react-switch": "1.0.0",
    "@radix-ui/react-tabs": "1.0.0",
    "@radix-ui/react-toast": "1.0.0",
    "@radix-ui/react-tooltip": "1.0.6",
    "@stitches/react": "1.3.1-1",
    "emoji-mart": "^5.2.2",
    "eventemitter2": "^6.4.9",
    "lodash.merge": "^4.6.2",
    "qrcode.react": "^3.1.0",
    "react-dom": "^18.2.0",
    "react-draggable": "^4.4.5",
    "react-intersection-observer": "^9.4.3",
    "react-swipeable": "^7.0.1",
    "react-use": "^17.4.0",
    "react-virtualized-auto-sizer": "^1.0.7",
    "react-window": "^1.8.7",
    "recordrtc": "^5.6.2",
    "screenfull": "^5.1.0",
    "ts-pattern": "4.3.0",
    "uuid": "^8.3.2",
    "worker-timers": "^7.0.40"
  },
  "gitHead": "85d59b539d948170da2e01e45ea0e93f33091b48"
}
