-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 911 Bytes
/
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
{
"name": "crewconnect",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"@sendgrid/mail": "^7.5.0",
"aws-sdk": "^2.1006.0",
"axios": "^0.24.0",
"babel-polyfill": "^6.26.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"debug": "~2.6.9",
"dotenv": "^10.0.0",
"express": "~4.16.1",
"express-session": "^1.17.2",
"express-validator": "^6.13.0",
"express-xml-bodyparser": "^0.3.0",
"fs": "0.0.1-security",
"hackerearth-v4-node": "^1.0.0",
"hbs": "~4.0.4",
"http-errors": "~1.6.3",
"mongoose": "^6.0.10",
"morgan": "~1.9.1",
"multer": "^1.4.3",
"multer-s3": "^2.9.0",
"ot": "github:Operational-Transformation/ot.js",
"passport": "^0.5.0",
"passport-local": "^1.0.0",
"socket.io": "^1.7.3"
}
}