@vinay.kumar.ha/videosdk-ui-toolkit 2.3.5-1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.js ADDED
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+
3
+ module.exports = require("./dist/videosdk-ui-toolkit.min.umd");
package/package.json ADDED
@@ -0,0 +1,57 @@
1
+ {
2
+ "name": "@vinay.kumar.ha/videosdk-ui-toolkit",
3
+ "version": "2.3.5-1.1",
4
+ "description": "The Zoom Video SDK UI toolkit is a prebuilt video chat user interface powered by the Zoom Video SDK.",
5
+ "main": "index.js",
6
+ "types": "index.d.ts",
7
+ "scripts": {
8
+ "test": "echo \"Error: no test specified\" && exit 1"
9
+ },
10
+ "author": "Zoom Communications",
11
+ "contributors": [
12
+ {
13
+ "name": "Jack Yang"
14
+ },
15
+ {
16
+ "name": "Enda Zhang"
17
+ },
18
+ {
19
+ "name": "Joyce Ma"
20
+ },
21
+ {
22
+ "name": "BJ"
23
+ },
24
+ {
25
+ "name": "Vic Yang"
26
+ }
27
+ ],
28
+ "repository": {
29
+ "type": "git",
30
+ "url": "git+https://github.com/zoom/videosdk-ui-toolkit-web.git"
31
+ },
32
+ "keywords": [
33
+ "zoom",
34
+ "video",
35
+ "sdk",
36
+ "web",
37
+ "UI toolkit"
38
+ ],
39
+ "license": "SEE LICENSE IN LICENSE.md",
40
+ "bugs": {
41
+ "url": "https://github.com/zoom/videosdk-ui-toolkit-web/issues"
42
+ },
43
+ "homepage": "https://github.com/zoom/videosdk-ui-toolkit-web#readme",
44
+ "files": [
45
+ "/dist",
46
+ "index.js",
47
+ "index.d.ts"
48
+ ],
49
+ "peerDependencies": {
50
+ "@zoom/videosdk": "^2.3.5",
51
+ "@reduxjs/toolkit": "^2.0.0",
52
+ "react": "^18.0.0",
53
+ "react-dom": "^18.0.0",
54
+ "react-draggable": "^4.0.0",
55
+ "react-redux": "^9.0.0"
56
+ }
57
+ }