react-video-call
Version:
ReactVideoCall is a simple yet powerful WebRTC-based video call component for React. It uses Firebase for signaling and supports both desktop and mobile views with minimal setup.
69 lines • 1.99 kB
JSON
{
"name": "react-video-call",
"version": "0.0.3",
"description": "ReactVideoCall is a simple yet powerful WebRTC-based video call component for React. It uses Firebase for signaling and supports both desktop and mobile views with minimal setup.",
"main": "./dist/index.js",
"module": "./dist/index.js",
"type": "module",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc && npx tailwindcss -i ./src/global.css -o ./src/index.css",
"rollup": "npx tailwindcss -i ./src/global.css -o ./src/index.css && rollup -c --bundleConfigAsCjs"
},
"author": "",
"license": "ISC",
"peerDependencies": {
"firebase": "^11.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-typescript": "^12.1.2",
"@types/react": "^19",
"@types/react-dom": "^19",
"firebase": "^11.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rollup": "^4.41.0",
"rollup-plugin-dts": "^6.2.1",
"rollup-plugin-postcss": "^4.0.2",
"sass": "^1.89.0",
"tailwindcss": "^3.4.17",
"tslib": "^2.8.1",
"typescript": "^5.7.2"
},
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/rushik1992/react-video-call.git"
},
"bugs": {
"url": "https://github.com/rushik1992/react-video-call/issues"
},
"homepage": "https://github.com/rushik1992/react-video-call",
"keywords": [
"react",
"video-call",
"webrtc",
"react-webrtc",
"video-chat",
"firebase",
"peer-to-peer",
"p2p",
"react-component",
"rtc",
"turn-server",
"stun",
"firebase-signaling",
"web-video-call",
"real-time",
"react-video",
"mobile-video-call",
"desktop-video-call"
]
}