-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.25 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
{
"name": "chatapp",
"version": "1.0.0",
"description": "In the dynamic landscape of collaborative work environments, effective team management is paramount for achieving organizational goals. The existing team management processes within our organization lack cohesion, resulting in challenges related to communication, collaboration, and overall productivity. To address these issues, we propose the development of a comprehensive Team Management System",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.6.2",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"cloudinary": "^1.41.0",
"connect-mongo": "^5.1.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-fileupload": "^1.4.3",
"express-session": "^1.17.3",
"jsonwebtoken": "^9.0.2",
"moment": "^2.29.4",
"mongodb": "^6.3.0",
"mongoose": "^8.0.1",
"nodemailer": "^6.9.7",
"nodemon": "^3.0.1",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"razorpay": "^2.9.2",
"socket.io": "^4.7.2"
}
}