-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 1.03 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
{
"name": "server",
"version": "1.0.0",
"type": "module",
"description": "Alumni-Portal-Server",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run build --prefix client"
},
"author": "InExore",
"license": "ISC",
"dependencies": {
"base64-stream": "^1.0.0",
"bcryptjs": "^2.4.3",
"concat-stream": "^2.0.0",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-async-handler": "^1.2.0",
"gridfs-stream": "^1.1.1",
"html-to-pdfmake": "^2.4.11",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.4.4",
"multer": "^1.4.5-lts.1",
"multer-gridfs-storage": "^5.0.2",
"nodemailer": "^6.7.8",
"papaparse": "^5.3.2",
"pdfmake": "^0.2.7",
"prompt-sync": "^4.2.0",
"puppeteer": "^19.7.4",
"qrcode": "^1.5.1",
"socket.io": "^4.5.2"
},
"devDependencies": {
"colors": "^1.4.0",
"concurrently": "^7.2.2",
"nodemon": "^2.0.20"
}
}