-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 891 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 891 Bytes
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
{
"name": "ec-back",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node app.js",
"dev": "pm2 start app.js --watch",
"prod": "pm2-runtime start ecosystem.config.js --env production"
},
"dependencies": {
"@sendgrid/mail": "^7.2.0",
"bcrypt": "^4.0.1",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"debug": "^2.6.9",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"http-errors": "^1.6.3",
"jsonwebtoken": "^8.5.1",
"moment": "^2.28.0",
"mongodb": "^3.5.7",
"mongoose": "^5.9.15",
"morgan": "^1.9.1",
"multer": "^1.4.2",
"node-schedule": "^1.3.2",
"nodemailer": "^6.4.10",
"plaid": "^6.0.0",
"pm2": "^5.1.0",
"pug": "^2.0.4",
"sharp": "^0.25.4",
"stripe": "^8.83.0",
"validator": "^13.0.0"
},
"devDependencies": {
"nodemon": "^2.0.4"
}
}