-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 794 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 794 Bytes
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
{
"name": "chatingzz",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "nodemon backend/server.js"
},
"author": "Harshit Yadav",
"license": "ISC",
"dependencies": {
"@chakra-ui/react": "^2.3.4",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"bcryptjs": "^2.4.3",
"colors": "^1.4.0",
"dotenv": "^16.0.2",
"express": "^4.18.1",
"express-async-handler": "^1.2.0",
"framer-motion": "^7.3.6",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.6.1",
"node": "^18.9.1",
"nodemon": "^2.0.20",
"react-notification-badge": "^1.5.1",
"react-scroll": "^1.8.7",
"react-scrollable-feed": "^1.3.1",
"react-scrollable-feed-virtualized": "^1.4.9",
"socket.io": "^4.5.2"
}
}