-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.32 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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "vcetbackend",
"version": "1.0.0",
"description": "Backend for VCET",
"main": "index.js",
"scripts": {
"start": "node app.js",
"server": "nodemon app.js",
"client": "npm run start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"build": "NPM_CONFIG_PRODUCTION=false && npm install && node duration.js && cd client && npm install --force client && npm run build"
},
"author": "Shubham",
"license": "ISC",
"dependencies": {
"@sendgrid/mail": "^7.6.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"child_process": "^1.0.2",
"cloudinary": "^1.33.0",
"compression": "^1.7.4",
"connect-mongodb-session": "^3.1.1",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.19.2",
"express-validator": "^6.10.0",
"fs": "^0.0.1-security",
"google-auth-library": "^7.0.4",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.6.5",
"mongoose": "^5.12.3",
"multer": "^1.4.2",
"nodemailer": "^6.9.13",
"nodemailer-sendgrid-transport": "^0.2.0",
"pdf-lib": "^1.17.1",
"pdfkit": "^0.12.1",
"redis": "^3.1.2",
"sendgrid": "^5.2.3",
"socket.io": "^4.1.1",
"youtube-playlist-duration": "^1.4.3",
"youtube-playlist-summary": "^2.1.6"
},
"engines": {
"node": "^18.12.1"
},
"devDependencies": {
"nodemon": "^3.1.0"
}
}