-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.2 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.2 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "client",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:8000/",
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@monaco-editor/react": "^4.4.6",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.10.13",
"@react-oauth/google": "^0.4.0",
"@reduxjs/toolkit": "^1.9.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@zegocloud/zego-uikit-prebuilt": "^1.7.4",
"antd": "^5.3.2",
"axios": "^1.3.4",
"bootstrap": "^5.2.3",
"d3": "^7.8.3",
"d3-scale": "^4.0.2",
"firebase": "^9.17.1",
"font-awesome": "^4.7.0",
"js-file-download": "^0.4.12",
"lottie-react": "^2.4.0",
"notistack": "^3.0.1",
"react": "^18.2.0",
"react-axios": "^2.0.6",
"react-calendar-heatmap": "^1.9.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-emoji": "^0.5.0",
"react-icons": "^4.8.0",
"react-redux": "^8.0.5",
"react-reflex": "^4.0.12",
"react-router": "^6.8.2",
"react-router-dom": "^6.8.2",
"react-scripts": "^2.1.3",
"react-scroll-to-bottom": "^4.2.0",
"react-spinners": "^0.13.8",
"react-tooltip": "^4.5.1",
"react-webrtc": "^1.0.0",
"reconnecting-websocket": "^4.4.0",
"simple-peer": "^9.11.1",
"simplewebrtc": "^3.0.2",
"socket.io-client": "^4.6.1",
"typewriter-effect": "^2.19.0",
"web-vitals": "^2.1.4",
"webrtc-adapter": "^8.2.2"
},
"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"
]
}
}