-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.78 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "react-vsdk-uitoolkit",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.22.15",
"@babel/core": "^7.22.20",
"@babel/eslint-parser": "^7.22.15",
"@babel/plugin-transform-runtime": "^7.22.15",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.15",
"@tailwindcss/vite": "^4.1.18",
"@types/jsrsasign": "^10.5.15",
"@types/node": "^25.2.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/toastify-js": "^1.12.4",
"ajv": "^8.12.0",
"babel-loader": "^9.1.3",
"chalk": "^5.6.2",
"clipboardy": "^5.2.0",
"commander": "^14.0.3",
"concurrently": "^8.2.1",
"css-loader": "^6.8.1",
"dotenv": "^17.2.3",
"dotenv-webpack": "^8.1.1",
"eslint": "^8.49.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jest": "^27.4.0",
"html-webpack-plugin": "^5.5.3",
"jsrsasign": "^11.1.0",
"path": "^0.12.7",
"postcss": "^8.4.30",
"postcss-preset-env": "^9.1.4",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-loader-spinner": "^5.4.5",
"style-loader": "^3.3.3",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.2",
"url-loader": "^4.1.1",
"vite": "^7.3.1",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@google/genai": "^1.36.0",
"@radix-ui/themes": "^3.2.1",
"@zoom/videosdk": "^2.4.5",
"extendable-media-recorder": "^9.2.34",
"postcss-loader": "^7.3.3",
"react-draggable": "^4.5.0",
"react-icons": "^5.5.0",
"react-router-dom": "^6.16.0",
"toastify-js": "^1.12.0"
}
}