-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.46 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.46 KB
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
{
"name": "ImobServer",
"version": "1.0.0",
"main": "index.js",
"license": "MPL-2.0",
"scripts": {
"start": "nodemon --exec babel-node src/index.js"
},
"dependencies": {
"@sentry/node": "^4.6.5",
"aws-sdk": "^2.427.0",
"babel-cli": "^6.26.0",
"babel-plugin-dotenv": "^0.1.1",
"babel-preset-env": "^1.7.0",
"bcryptjs": "^2.4.3",
"cheerio": "^1.0.0-rc.3",
"cors": "^2.8.5",
"dotenv": "^6.1.0",
"express": "^4.16.4",
"express-async-handler": "^1.1.4",
"express-handlebars": "^3.0.0",
"express-rate-limit": "^3.3.2",
"express-validation": "^1.0.2",
"handlebars-helper-repeat": "^2.0.0",
"handlebars.moment": "^1.0.4",
"helmet": "^3.15.0",
"html-pdf": "^2.2.0",
"joi": "^14.3.0",
"jsonwebtoken": "^8.4.0",
"kue": "^0.11.6",
"moment": "^2.23.0",
"mongoose": "^5.3.13",
"mongoose-paginate": "^5.0.3",
"multer": "^1.4.1",
"multer-s3": "^2.9.0",
"nodemailer": "^4.7.0",
"nodemailer-express-handlebars": "^3.0.0",
"nodemailer-sendgrid-transport": "^0.2.0",
"nodemon": "^1.18.10",
"npm": "^6.5.0",
"numeral": "^2.0.6",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"require-dir": "^1.2.0",
"uuid": "^3.3.2",
"youch": "^2.0.10",
"youch-terminal": "^1.0.0"
}
}