-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.12 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
{
"name": "gradproject",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@admin-bro/mongoose": "^1.1.0",
"admin-bro": "^3.4.0",
"admin-bro-expressjs": "^2.1.1",
"admin-bro-mongoose": "^0.5.2",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"connect-mongodb-session": "^2.4.1",
"cors": "^2.8.5",
"csurf": "^1.11.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-formidable": "^1.2.0",
"express-session": "^1.17.1",
"express-validator": "^6.9.2",
"find-hashtags": "^1.0.1",
"moment": "^2.29.1",
"mongodb": "^3.6.3",
"mongoose": "^5.11.12",
"multer": "^1.4.2",
"nodemailer": "^6.4.17",
"nodemailer-sendgrid-transport": "^0.2.0",
"socket.io": "^4.0.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"morgan": "^1.10.0",
"nodemon": "^2.0.7",
"prettier": "2.2.1"
}
}