-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 929 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
{
"name": "chat-app",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node backend/server.js",
"server": "nodemon backend/server.js",
"build": "npm install --legacy-peer-deps && npm install --legacy-peer-deps --prefix frontend && npm run build --prefix frontend"
},
"author": "\"Sahil Lamba\"",
"license": "ISC",
"dependencies": {
"@chakra-ui/react": "^2.8.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^9.0.2",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"framer-motion": "^10.16.4",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.1.0",
"mongoose": "^7.5.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"socket.io": "^4.7.2"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.16.0"
}
}