-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
56 lines (56 loc) · 1.41 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
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "inno",
"version": "0.0.1",
"private": true,
"author": {
"name": "Rohit Gohri",
"url": "https://rohit.page"
},
"main": "bin/www",
"engines": {
"node": "14.x"
},
"license": "MIT",
"scripts": {
"dev": "cross-env NODE_ENV=development node ./bin/www",
"dev:watch": "cross-env NODE_ENV=development nodemon ./bin/www",
"start": "cross-env NODE_ENV=production node ./bin/www"
},
"dependencies": {
"async": "^1.5.2",
"body-parser": "^1.19.0",
"config": "^1.19.0",
"connect-mongo": "^1.1.0",
"consolidate": "^0.14.0",
"cookie-parser": "^1.4.5",
"debug": "~2.6.9",
"email-templates": "^2.1.0",
"express": "^4.17.1",
"express-paginate": "^0.1.0",
"express-session": "^1.17.1",
"hashids": "^1.0.2",
"json2xls": "^0.1.1",
"mongodb": "^3.6.3",
"mongoose": "^5.11.8",
"mongoose-auto-increment": "^5.0.1",
"mongoose-paginate": "^5.0.3",
"mongoose-validator": "^1.2.4",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"nodemailer": "^2.1.0",
"nodemailer-mailgun-transport": "^1.0.1",
"passport": "^0.3.2",
"passport-facebook": "^2.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"pm2": "^4.5.1",
"pug": "~3.0.2",
"serve-favicon": "^2.5.0",
"sitemap": "^1.5.0",
"web-push": "^1.0.2"
},
"devDependencies": {
"cross-env": "^7.0.3",
"nodemon": "^2.0.7"
}
}