-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
30 lines (30 loc) · 879 Bytes
/
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
{
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fullcalendar/daygrid": "^6.1.8",
"@fullcalendar/interaction": "^6.1.8",
"@fullcalendar/react": "^6.1.8",
"@fullcalendar/timegrid": "^6.1.8",
"@mui/icons-material": "^5.14.0",
"aws-sdk": "^2.1439.0",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.6",
"howler": "^2.2.3",
"jsonwebtoken": "^9.0.1",
"multer": "^1.4.5-lts.1",
"multer-s3": "^3.0.1",
"react-datepicker": "^4.16.0",
"react-draggable": "^4.4.5",
"react-icons": "^4.9.0",
"react-player": "^2.12.0",
"react-resizable": "^3.0.5",
"react-router-dom": "^6.14.1",
"react-scripts": "^5.0.1",
"react-time-picker": "^6.5.0",
"socket.io": "^4.7.1",
"socket.io-client": "^4.7.1",
"styled-components": "^6.0.4",
"svg-to-dataurl": "^1.0.0"
}
}