-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.01 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": "unifiq1",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"@sendgrid/mail": "^7.0.0",
"body-parser": "^1.19.0",
"cloudinary": "^1.21.0",
"cookie-parser": "^1.4.5",
"croppie": "^2.6.5",
"debug": "^2.6.9",
"ejs": "^2.6.2",
"ejs-mate": "^3.0.0",
"express": "^4.16.4",
"express-session": "^1.17.0",
"faker": "^4.1.0",
"file-type": "^14.6.2",
"http": "0.0.1-security",
"http-errors": "^1.6.3",
"is-image": "^3.0.0",
"is-video": "^1.0.1",
"method-override": "^3.0.0",
"moment": "^2.27.0",
"mongoose": "^5.9.7",
"mongoose-paginate": "^5.0.3",
"mongoose-paginate-v2": "^1.3.9",
"morgan": "^1.9.1",
"multer": "^1.4.2",
"multer-storage-cloudinary": "^2.2.1",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.0.1",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"dotenv": "^8.2.0",
"locus": "^2.0.4"
}
}