UNPKG

@100mslive/roomkit-react

Version:

![Banner](https://github.com/100mslive/web-sdks/blob/06c65259912db6ccd8617f2ecb6fef51429251ec/prebuilt-banner.png)

122 lines (121 loc) 3.87 kB
{ "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.3.37", "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.3.37", "@100mslive/hms-noise-cancellation": "0.0.1", "@100mslive/hms-virtual-background": "1.13.37", "@100mslive/hms-whiteboard": "0.0.27", "@100mslive/react-icons": "0.10.37", "@100mslive/react-sdk": "0.10.37", "@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": "fb5f4afe6a342bcb25bed49bdb294b797e68b005" }