forked from BIT-GDSC/GDSC-BIT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 913 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": "gdsc-bit",
"version": "1.0.0",
"description": "We are working on it. Stay tuned for more updates.",
"scripts": {
"build": "cd ./client && npm i && npm run build",
"dev": "nodemon index.js",
"client": "cd ./client && npm run dev"
},
"author": "GDSC Bengal Institute of Technology",
"dependencies": {
"axios": "^1.7.4",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"cloudinary": "^2.4.0",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"datauri": "^4.1.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-session": "^1.18.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.5.3",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.14",
"nodemon": "^3.1.4",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"passport-linkedin-oauth2": "^2.0.0",
"passport-twitter": "^0.1.5",
"path": "^0.12.7"
}
}