-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
151 lines (151 loc) · 4.16 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"name": "backend",
"version": "0.1.0",
"description": "Boilerplate backend",
"author": "Jose Henrique",
"main": "index.ts",
"private": true,
"scripts": {
"start": "tsx .",
"dev": "tsnd --respawn -r tsconfig-paths/register .",
"tsx": "tsx watch .",
"test": "tsx watch test"
},
"dependencies": {
"@apollo/server": "^4.3.0",
"@apollo/server-plugin-response-cache": "^4.1.0",
"@apollo/utils.keyvadapter": "^2.0.0",
"@faker-js/faker": "^7.6.0",
"@keyv/redis": "^2.5.4",
"@prisma/client": "^4.8.1",
"@sendgrid/mail": "^7.7.0",
"apicache": "^1.6.3",
"async-retry": "^1.3.3",
"aws-sdk": "^2.1313.0",
"axios": "0.27.2",
"axios-extensions": "^3.1.6",
"basic-auth": "^2.0.1",
"bcrypt": "^5.1.0",
"blob": "^0.1.0",
"bluebird": "^3.7.2",
"body-parser": "^1.20.1",
"box-node-sdk": "^2.8.1",
"bson-objectid": "^2.0.4",
"chance": "^1.1.9",
"cheerio": "^1.0.0-rc.12",
"cloudinary": "^1.34.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"date-fns": "^2.29.3",
"diacritics": "^1.3.0",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"emittery": "^1.0.1",
"eventemitter2": "^6.4.9",
"eventemitter3": "^5.0.0",
"events": "^3.3.0",
"express": "^4.18.2",
"express-bearer-token": "^2.4.0",
"express-dart-sass": "^1.0.4",
"express-jwt": "^8.3.0",
"express-validator": "^6.14.2",
"fetch-retry": "^5.0.3",
"formidable": "^2.1.1",
"fs": "^0.0.1-security",
"fs-extra": "^11.1.0",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"graphql-tools": "^8.3.15",
"helmet": "^6.0.1",
"http-errors": "^2.0.0",
"inversify": "^6.0.1",
"js-yaml": "^4.1.0",
"jsonwebtoken": "^9.0.0",
"keyv": "^4.5.2",
"knex": "^2.4.0",
"lodash": "^4.17.21",
"mime-types": "^2.1.35",
"moment": "^2.29.4",
"morgan": "^1.10.0",
"ms": "^2.1.3",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"mysql2": "^3.0.1",
"nexmo": "^2.9.1",
"p-retry": "^5.1.2",
"parse-domain": "^7.0.1",
"path": "^0.12.7",
"promise": "^8.3.0",
"promise-retry": "^2.0.1",
"psl": "^1.9.0",
"q": "^1.5.1",
"qs": "^6.11.0",
"query-string": "7.1.3",
"querystring": "^0.2.1",
"quick-lru": "^6.1.1",
"ramda": "^0.28.0",
"random": "^4.1.0",
"randomatic": "^3.1.1",
"redis": "3.1.2",
"reflect-metadata": "^0.1.13",
"retry": "^0.13.1",
"serve-favicon": "^2.5.0",
"sqlite3": "^5.1.4",
"stream": "^0.0.2",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^4.6.0",
"tldts": "^5.7.104",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.2",
"tsx": "^3.12.2",
"type-fest": "^3.5.7",
"uid": "^2.0.1",
"underscore": "^1.13.6",
"universal-cookie-express": "^4.0.3",
"uuid": "^9.0.0",
"validator": "^13.7.0",
"yaml": "^2.2.1",
"zod": "^3.20.2"
},
"devDependencies": {
"@types/apicache": "^1.6.1",
"@types/async-retry": "^1.4.5",
"@types/basic-auth": "^1.1.3",
"@types/bcrypt": "^5.0.0",
"@types/bluebird": "^3.5.38",
"@types/chance": "^1.1.3",
"@types/cookie-parser": "^1.4.3",
"@types/cors": "^2.8.13",
"@types/diacritics": "^1.3.1",
"@types/ejs": "^3.1.1",
"@types/express": "^4.17.15",
"@types/express-ejs-layouts": "^2.5.0",
"@types/formidable": "^2.0.5",
"@types/fs-extra": "^11.0.1",
"@types/http-errors": "^2.0.1",
"@types/jsonwebtoken": "^9.0.1",
"@types/lodash": "^4.14.191",
"@types/mime-types": "^2.1.1",
"@types/morgan": "^1.9.4",
"@types/ms": "^0.7.31",
"@types/multer": "^1.4.7",
"@types/nodemailer": "^6.4.7",
"@types/promise-retry": "^1.1.3",
"@types/psl": "^1.1.0",
"@types/q": "^1.5.5",
"@types/ramda": "^0.28.20",
"@types/randomatic": "^3.1.3",
"@types/serve-favicon": "^2.5.3",
"@types/swagger-jsdoc": "^6.0.1",
"@types/swagger-ui-express": "^4.1.3",
"@types/underscore": "^1.11.4",
"@types/uuid": "^9.0.0",
"@types/validator": "^13.7.11",
"nodemailer": "^6.9.0",
"nodemon": "^2.0.20",
"ts-essentials": "^9.3.0",
"ts-node-dev": "^2.0.0",
"typescript": "^4.9.4",
"typical": "^7.1.1"
}
}