-
Notifications
You must be signed in to change notification settings - Fork 90
/
package.json
76 lines (76 loc) · 2.03 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
68
69
70
71
72
73
74
75
76
{
"name": "react-video-sdk-demo",
"version": "1.12.12",
"private": true,
"dependencies": {
"@ant-design/icons": "4.7.0",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.8.3",
"@zoom/videosdk": "^1.12.12",
"antd": "4.24.3",
"classnames": "^2.2.6",
"crypto-js": "^4.0.0",
"immer": "^9.0.6",
"js-base64": "^3.6.0",
"jsrsasign": "^11.0.0",
"lodash": "^4.17.21",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-draggable": "^4.4.3",
"react-router-dom": "^5.2.0",
"react-scripts": "5.0.1",
"uuid": "^9.0.1",
"web-vitals": "1.1.1"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"trace-error": "tsc --traceResolution"
},
"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"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/classnames": "^2.2.11",
"@types/crypto-js": "^4.0.1",
"@types/jest": "^26.0.21",
"@types/jsrsasign": "^8.0.10",
"@types/lodash": "^4.14.168",
"@types/react": "18.2.52",
"@types/react-dom": "18.2.18",
"@types/react-router-dom": "^5.3.3",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"copy-webpack-plugin": "6.2.1",
"customize-cra": "1.0.0",
"eslint-config-alloy": "^4.6.2",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.6.2",
"react-app-rewired": "2.2.1",
"sass": "1.32.8",
"sass-loader": "10.1.1",
"typescript": "^4.3.5",
"write-file-webpack-plugin": "4.5.1"
}
}