-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 loc) · 1.15 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
{
"name": "ats-app",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon app.js"
},
"dependencies": {
"@googlemaps/google-maps-services-js": "^2.1.2",
"@handlebars/allow-prototype-access": "^1.0.3",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.19.0",
"bootstrap": "^4.4.1",
"clipboardy": "^2.3.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^3.2.0",
"cookie-parser": "~1.4.4",
"csurf": "^1.11.0",
"debug": "~2.6.9",
"ejs": "^3.1.6",
"exceljs": "^4.2.0",
"express": "~4.16.1",
"express-handlebars": "^3.1.0",
"express-session": "^1.17.0",
"express-useragent": "^1.0.15",
"express-validator": "^5.3.1",
"handlebars": "^4.7.3",
"hbs": "^4.1.0",
"http-errors": "~1.6.3",
"imagemin": "^7.0.1",
"imagemin-jpegtran": "^6.0.0",
"mongo-xlsx": "^1.0.12",
"mongoose": "^5.9.3",
"morgan": "~1.9.1",
"multer": "^1.4.2",
"multiparty": "^4.2.2",
"nodemailer": "^6.5.0",
"nodemon": "^2.0.7",
"passport": "^0.1.10",
"passport-local": "^0.1.3",
"request": "^2.88.2",
"stripe": "^8.32.0",
"transporter": "^0.0.1"
}
}