-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
41 lines (41 loc) · 1.11 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
{
"name": "TPCG_Portal",
"version": "1.0.0",
"description": "Online Web Placement Portal for YCCE,Nagpur",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm i"
},
"author": "Toshit Kale",
"license": "ISC",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.1",
"browserify": "^17.0.0",
"convert-excel-to-json": "^1.7.0",
"cookie-parser": "^1.4.6",
"dotenv": "^8.2.0",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-ejs": "^2.0.0",
"express-ejs-layouts": "^2.5.1",
"express-formidable": "^1.2.0",
"express-session": "^1.17.3",
"express-zip": "^3.0.0",
"fs": "^0.0.1-security",
"jsonwebtoken": "^9.0.0",
"mongodb": "^4.12.0",
"mongoose": "^5.13.15",
"mongoose-title-case": "0.0.4",
"mongoose-validator": "^1.3.1",
"morgan": "^1.9.0",
"multer": "^1.4.4",
"nodemailer": "^6.4.16",
"request": "^2.88.2",
"tslib": "^2.4.0",
"validator": "^13.7.0",
"xlsx": "^0.18.5"
}
}