-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
117 lines (117 loc) · 3.29 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "one",
"version": "1.0.0",
"description": "",
"engines" : {
"node" : "16.13.0"
},
"main": "dist/src/index.js",
"scripts": {
"build": "rimraf dist && tsc",
"postbuild" : "ts-node src/macin/config/StaticAssetsCopy.ts",
"serve": "ts-node-dev --transpile-only --respawn src/index.ts",
"prestart": "npm run build",
"start": "node dist/src/index.js",
"tsc" : "tsc"
},
"dependencies": {
"@aws-sdk/types": "^3.1.0",
"@sendgrid/mail": "^7.4.0",
"@types/async": "^3.2.5",
"@types/bcrypt": "^3.0.0",
"@types/bcryptjs": "^2.4.2",
"@types/body-parser": "^1.19.0",
"@types/compression": "^1.7.0",
"@types/cookie": "^0.4.0",
"@types/cookie-parser": "^1.4.2",
"@types/cookie-session": "^2.0.42",
"@types/cors": "^2.8.9",
"@types/connect-redis": "^0.0.18",
"@types/csurf": "^1.11.2",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.11",
"@types/express-fileupload": "^1.1.7",
"@types/express-flash": "^0.0.2",
"@types/express-handlebars": "^3.1.0",
"@types/express-session": "^1.17.3",
"@types/fs-extra": "^9.0.13",
"@types/hammerjs": "^2.0.36",
"@types/mailgun-js": "^0.22.12",
"@types/morgan": "^1.9.2",
"@types/multer": "^1.4.5",
"@types/multer-s3": "^2.7.9",
"@types/node": "^14.14.31",
"@types/nodemailer": "^6.4.0",
"@types/node-schedule": "^1.3.2",
"@types/passport": "^1.0.5",
"@types/passport-local": "^1.0.33",
"@types/pg": "^7.14.9",
"@types/redis": "^2.8.31",
"@types/request": "^2.48.8",
"@types/sharp": "^0.28.3",
"@types/shelljs": "^0.8.9",
"@types/statuses": "^2.0.0",
"@types/uuid": "^8.3.0",
"aws-sdk": "^2.788.0",
"axios": "^0.21.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"connect-redis": "^5.2.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"csrf": "^3.1.0",
"csurf": "^1.11.0",
"debug": "^4.2.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-error-handler": "^1.1.0",
"express-fileupload": "^1.2.0",
"express-flash": "0.0.2",
"express-handlebars": "^5.3.5",
"express-method-override": "0.0.3",
"express-rate-limit": "^6.3.0",
"express-session": "^1.17.1",
"express-timeout-handler": "^2.2.0",
"handlebars": "^4.7.7",
"handlebars-helpers": "^0.10.0",
"hbs": "^4.1.2",
"helmet": "^4.2.0",
"http-errors": "^1.8.0",
"joi": "^17.3.0",
"mailgun-js": "^0.22.0",
"moment": "^2.29.1",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"nexmo": "^2.9.1",
"nocache": "^3.0.1",
"nodemailer": "^6.4.15",
"nodemailer-smtp-transport": "^2.7.4",
"node-schedule": "^1.3.2",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"pg": "^8.4.2",
"pm2": "^5.2.0",
"redis": "^3.0.2",
"rimraf": "^3.0.2",
"shelljs": "^0.8.4",
"serve-favicon": "^2.5.0",
"ts-node": "^9.1.1",
"ts-node-dev": "^1.1.8",
"twilio": "^3.66.0",
"typeorm": "^0.2.45",
"uuid": "^8.3.1",
"winston": "^3.6.0",
"winston-daily-rotate-file": "^4.6.1"
},
"devDependencies": {
"concurrently": "^6.0.0",
"nodemon": "^2.0.15",
"typescript": "^4.5.5"
},
"keywords": [],
"author": "",
"license": "ISC"
}