@zoom/videosdk-ui-toolkit
Version:
The Zoom Video SDK UI toolkit is a prebuilt video chat user interface powered by the Zoom Video SDK.
63 lines • 1.34 kB
JSON
{
"name": "@zoom/videosdk-ui-toolkit",
"version": "2.2.5-1",
"description": "The Zoom Video SDK UI toolkit is a prebuilt video chat user interface powered by the Zoom Video SDK.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Zoom Communications",
"contributors": [
{
"name": "Jack Yang"
},
{
"name": "Enda Zhang"
},
{
"name": "Joyce Ma"
},
{
"name": "BJ Zamites"
},
{
"name": "Owais Mukhtar"
},
{
"name": "Vic Yang"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/zoom/videosdk-ui-toolkit-web.git"
},
"keywords": [
"zoom",
"video",
"sdk",
"web",
"UI toolkit"
],
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/zoom/videosdk-ui-toolkit-web/issues"
},
"homepage": "https://github.com/zoom/videosdk-ui-toolkit-web#readme",
"files": [
"/dist",
"index.js",
"index.d.ts",
"README.md",
"LICENSE.md",
"oss_attribution.txt"
],
"peerDependencies": {
"@zoom/videosdk": "^2.2.5",
"@reduxjs/toolkit": "^2.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-draggable": "^4.0.0",
"react-redux": "^9.0.0"
}
}