-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 901 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
31
32
33
34
35
36
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"heroku-postbuild": "npm run build"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.9",
"@mui/material": "^5.11.10",
"@mui/styled-engine-sc": "^5.11.9",
"atob": "^2.1.2",
"email-validator": "^2.0.4",
"emoji-picker-react": "^4.4.7",
"mongodb": "^5.1.0",
"next": "latest",
"next-auth": "^4.19.2",
"pusher": "^5.1.2",
"pusher-js": "^8.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-webcam": "^7.0.1",
"simple-peer": "^9.11.1",
"socket.io": "^4.6.1",
"socket.io-client": "^4.6.1",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@types/node": "18.7.5",
"@types/react": "18.0.0",
"typescript": "4.6.3"
}
}