-
Notifications
You must be signed in to change notification settings - Fork 125
/
package.json
44 lines (44 loc) · 1.23 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
{
"name": "curious-connect",
"version": "1.0.0",
"main": "index.js",
"repository": "CDCNaman:Curious-Ecosystem/Curious-Connect.git",
"license": "MIT",
"private": true,
"workspaces": [
"frontend",
"services/*"
],
"scripts": {
"start": "yarn workspace frontend dev",
"auth": "yarn workspace Auth dev",
"meet": "yarn workspace Meeting dev",
"signal": "yarn workspace Signaling dev",
"media": "yarn workspace Media dev",
"install-mediasoup": "set MEDIASOUP_WORKER_BIN=./services/Media/Worker/mediasoup-worker.exe && yarn install"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@material-tailwind/react": "^2.1.9",
"@mui/icons-material": "^5.15.17",
"@mui/material": "^5.15.17",
"bcrypt": "^5.1.1",
"express": "^4.19.2",
"fa-icons": "^0.2.0",
"font-awesome-icons": "^1.6.0",
"framer-motion": "^10.12.8",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.3.4",
"react-datepicker": "^6.9.0",
"react-icons": "^5.2.1",
"react-router-dom": "^6.23.1",
"react-slick": "^0.30.2",
"slick-carousel": "^1.8.1",
"yarn": "^1.22.22"
},
"devDependencies": {
"prettier": "^3.2.5"
}
}