-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 899 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
36
37
38
39
40
{
"name": "app-node",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@sendgrid/mail": "^6.3.1",
"@types/socket.io": "^2.1.0",
"axios": "^0.19.2",
"body-parse": "^0.1.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"debug": "^4.1.0",
"express": "^4.16.4",
"handlebars-pdf": "^1.0.1",
"helmet": "^4.1.0",
"html-pdf": "^2.2.0",
"http": "0.0.0",
"js-base64": "^2.5.2",
"jsonwebtoken": "^7.4.0",
"jspdf": "^1.5.3",
"md5": "^2.2.1",
"moment": "^2.26.0",
"mongoose": "^5.9.5",
"multer": "^1.4.2",
"node-fetch": "^2.6.0",
"nodejs-base64-encode": "^1.1.0",
"pipe": "^1.1.0",
"sendgrid": "^2.0.0",
"socket.io": "^2.3.0",
"uuid": "^8.0.0",
"walk": "^2.3.14"
}
}