forked from Dharmesh-Kota/Compostify_EVS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 964 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
34
35
36
37
{
"name": "compostify",
"version": "1.0.0",
"description": "EVS Course Project SEM-4",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"author": "Dharmesh-Kota",
"license": "ISC",
"dependencies": {
"axios": "^1.6.8",
"body-parser": "^1.20.2",
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.11.1",
"connect-flash": "^0.1.1",
"connect-mongo": "^5.0.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.4.5",
"ejs": "^3.1.9",
"express": "^4.19.2",
"express-ejs-layouts": "^2.5.1",
"express-https-redirect": "^1.0.0",
"express-session": "^1.17.3",
"mongo-connect": "^0.0.6",
"mongoose": "^8.3.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.3",
"nodemon": "^3.0.1",
"passport": "^0.6.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0"
}
}