-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
82 lines (82 loc) · 2.21 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
77
78
79
80
81
82
{
"name": "edu-wave",
"version": "0.1.0",
"private": true,
"dependencies": {
"@chatscope/chat-ui-kit-react": "^1.10.1",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.1",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@reduxjs/toolkit": "^2.2.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@videosdk.live/react-sdk": "^0.1.84",
"@videosdk.live/videosdk-media-processor-web": "^0.0.12",
"@zegocloud/zego-uikit-prebuilt": "^1.11.0",
"axios": "^1.6.7",
"compressorjs": "^1.1.1",
"d3": "^7.9.0",
"emoji-mart": "^3.0.1",
"fabric": "^4.6.0",
"firebase": "^10.8.1",
"hls.js": "^1.5.7",
"i18next": "^22.4.10",
"notistack": "^1.0.10",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-confetti": "^6.1.0",
"react-device-detect": "^1.17.0",
"react-dom": "^18.2.0",
"react-emoji-render": "^1.2.4",
"react-hot-toast": "^2.4.1",
"react-i18next": "^12.1.5",
"react-lines-ellipsis": "^0.15.0",
"react-linkify": "0.2.2",
"react-loader-spinner": "^6.1.6",
"react-lottie": "^1.2.3",
"react-motion": "^0.5.2",
"react-player": "^2.15.1",
"react-redux": "^9.1.0",
"react-responsive": "^9.0.0-beta.4",
"react-router": "^6.22.1",
"react-router-dom": "^6.22.1",
"react-scripts": "5.0.1",
"react-tooltip": "^5.26.3",
"react-use-clipboard": "^1.0.7",
"react-virtualized": "^9.22.3",
"react-visibility-sensor": "^5.1.1",
"recharts": "^2.12.2",
"typewriter-effect": "^2.21.0",
"uuid": "^9.0.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts --openssl-legacy-provider 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"
]
},
"devDependencies": {
"tailwindcss": "^3.4.1"
}
}