-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
executable file
·67 lines (67 loc) · 1.71 KB
/
package.json
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
66
67
{
"name": "videosdk-rtc-react-prebuilt-ui",
"version": "0.3.43",
"private": true,
"homepage": "https://embed.videosdk.live/rtc-js-prebuilt/0.3.43/",
"dependencies": {
"@emoji-mart/react": "^1.1.1",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"@mui/system": "^5.15.15",
"@videosdk.live/react-sdk": "^0.1.102",
"@videosdk.live/videosdk-media-processor-web": "^0.0.16",
"compressorjs": "^1.2.1",
"emoji-mart": "^5.5.2",
"fabric": "^5.3.0",
"hls.js": "^1.5.8",
"i18next": "^22.4.10",
"notistack": "^3.0.1",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"react-emoji-render": "^2.0.1",
"react-i18next": "^12.1.5",
"react-lines-ellipsis": "^0.15.4",
"react-linkify": "0.2.2",
"react-lottie": "^1.2.3",
"react-player": "^2.16.0",
"react-responsive": "^9.0.2",
"react-scripts": "^5.0.1",
"react-spring": "^9.7.3",
"react-use-clipboard": "^1.0.9",
"react-virtualized": "^9.22.5",
"react-visibility-sensor": "^5.1.1",
"uuid": "^8.3.2",
"web-vitals": "^1.1.2"
},
"overrides": {
"nth-check": "2.1.1",
"postcss": "^8.4.31"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}