-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
253 lines (253 loc) · 8.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
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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
{
"name": "badman-mono",
"version": "6.130.0-beta.12",
"license": "MIT",
"scripts": {
"ng": "nx",
"start": "nx serve",
"start:prod": "node -r dotenv/config dist/apps/api/main.js",
"build": "nx build",
"nx": "nx",
"test": "nx test",
"lint": "nx lint",
"e2e": "nx run-many --target=e2e",
"e2e:ui": "nx run-many --target=e2e --ui",
"start:stackblitz": "nx run-many --target=serve --projects=api,badman --parallel",
"start:server": "nx run-many --target=serve --projects=api,worker-sync --parallel",
"start:ranking": "nx run-many --target=serve --projects=worker-ranking,worker-belgium-flanders-places,worker-belgium-flanders-points --parallel",
"start:client": "nx serve client",
"publish": "npx --yes tsx tools/scripts/release.ts",
"run:worker": "node ./dist/apps/worker/ranking/main.js",
"run:belgium-flanders-places": "node ./dist/apps/worker/belgium/flanders/places/main.js",
"run:belgium-flanders-points": "node ./dist/apps/worker/belgium/flanders/points/main.js",
"run:ranking": "concurrently \"bun run run:worker\" \"bun run run:belgium-flanders-places\" \"bun run run:belgium-flanders-points\""
},
"private": true,
"dependencies": {
"@angular/animations": "19.0.5",
"@angular/cdk": "19.0.4",
"@angular/common": "19.0.5",
"@angular/compiler": "19.0.5",
"@angular/core": "19.0.5",
"@angular/forms": "19.0.5",
"@angular/google-maps": "~19.0.4",
"@angular/material": "19.0.4",
"@angular/material-moment-adapter": "19.0.4",
"@angular/platform-browser": "19.0.5",
"@angular/platform-browser-dynamic": "19.0.5",
"@angular/platform-server": "19.0.5",
"@angular/pwa": "19.0.6",
"@angular/router": "19.0.5",
"@angular/service-worker": "19.0.5",
"@apollo/client": "^3.12.4",
"@apollo/server": "^4.11.2",
"@apollo/server-plugin-operation-registry": "^4.0.1",
"@apollo/server-plugin-response-cache": "^4.1.3",
"@apollo/utils.keyvadapter": "^4.0.0",
"@as-integrations/fastify": "^2.1.1",
"@auth0/auth0-angular": "~2.2.3",
"@fast-csv/parse": "^5.0.2",
"@fastify/compress": "^7.0.3",
"@fastify/multipart": "^8.3.0",
"@fastify/static": "^7.0.0",
"@fontsource/roboto": "^5.1.0",
"@googlemaps/js-api-loader": "^1.16.8",
"@keyv/redis": "^4.2.0",
"@logtail/node": "~0.5.2",
"@logtail/winston": "^0.5.2",
"@nestjs/apollo": "^12.2.2",
"@nestjs/axios": "^3.1.3",
"@nestjs/bull": "^10.2.3",
"@nestjs/cache-manager": "^2.3.0",
"@nestjs/cli": "^10.4.9",
"@nestjs/common": "^10.4.15",
"@nestjs/config": "^3.3.0",
"@nestjs/core": "^10.4.15",
"@nestjs/graphql": "^12.2.2",
"@nestjs/jwt": "^10.2.0",
"@nestjs/microservices": "^10.4.15",
"@nestjs/platform-express": "^10.4.15",
"@nestjs/platform-fastify": "^10.4.15",
"@nestjs/platform-socket.io": "^10.4.15",
"@nestjs/schedule": "^4.1.2",
"@nestjs/sequelize": "^10.0.1",
"@nestjs/serve-static": "^4.0.2",
"@nestjs/terminus": "^10.2.3",
"@nestjs/websockets": "^10.4.15",
"@ng-maps/core": "^7.0.0",
"@ng-maps/google": "^7.0.0",
"@ng-maps/places": "^7.0.0",
"@ng-matero/extensions": "~19.0.1",
"@ng-matero/extensions-moment-adapter": "^19.0.0",
"@ngx-translate/core": "^16.0.4",
"@ngx-translate/http-loader": "^16.0.1",
"@nx/angular": "20.3.3",
"@nx/nest": "20.3.3",
"@socket.io/redis-adapter": "^8.3.0",
"@swc-node/register": "^1.10.9",
"@swc/core": "^1.10.3",
"apexcharts": "^4.3.0",
"apollo-angular": "^8.0.0",
"archiver": "^7.0.1",
"axios": "^1.7.9",
"axios-rate-limit": "^1.4.0",
"axios-retry": "^4.5.0",
"body-parser": "^1.20.3",
"bull": "^4.16.5",
"cache-manager": "^5.0.0",
"cache-manager-redis-store": "^3.0.1",
"canvas": "^2.5.0",
"canvg": "^4.0.2",
"class-validator": "^0.14.1",
"compression": "^1.7.5",
"consolidate": "^1.0.4",
"cors": "^2.8.5",
"crypto-hash": "^3.1.0",
"express": "^4.21.2",
"fast-xml-parser": "^4.5.1",
"fastify": "^4.0.0",
"fastify-plugin": "^4.0.1",
"file-saver": "^2.0.5",
"geojson": "^0.5.0",
"graphql": "16.10.0",
"graphql-type-json": "^0.3.2",
"ical-generator": "^8.0.1",
"joi": "^17.13.3",
"juice": "^11.0.0",
"jwks-rsa": "^3.1.0",
"keyv": "^5.2.3",
"marked": "^15.0.4",
"material-icons": "^1.13.12",
"moment": "^2.30.1",
"moment-timezone": "^0.5.46",
"multer": "1.4.5-lts.1",
"nest-winston": "^1.10.0",
"nestjs-i18n": "^10.5.0",
"ng-apexcharts": "^1.15.0",
"ng-process-env": "^16.0.6",
"ngx-json-viewer": "^3.2.1",
"ngx-markdown": "^19.0.0",
"ngx-moment": "^6.0.2",
"ngx-quill": "^27.0.0",
"ngx-socket-io": "~4.8.1",
"ngxtension": "^4.2.0",
"node-geocoder": "^4.4.1",
"nodemailer": "^6.9.16",
"parse5": "^7.2.1",
"pg": "^8.13.1",
"pug": "^3.0.3",
"puppeteer": "^23.11.1",
"quill": "^2.0.3",
"redis": "^4.7.0",
"rollup": "^4.29.1",
"rxjs": "~7.8.1",
"seed-to-color": "^1.0.5",
"sequelize": "^6.37.5",
"sequelize-slugify": "^1.6.2",
"sequelize-typescript": "^2.1.6",
"socket.io": "^4.8.1",
"sqlite3": "^5.1.7",
"tslib": "^2.8.1",
"uuid": "^11.0.3",
"web-push": "^3.6.7",
"web-vitals": "^4.2.4",
"winston": "^3.17.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
"xng-breadcrumb": "^12.0.0",
"zone.js": "0.15.0"
},
"devDependencies": {
"@actions/core": "^1.11.1",
"@angular-devkit/build-angular": "19.0.6",
"@angular-devkit/core": "19.0.6",
"@angular-devkit/schematics": "19.0.6",
"@angular-eslint/eslint-plugin": "19.0.2",
"@angular-eslint/eslint-plugin-template": "19.0.2",
"@angular-eslint/template-parser": "19.0.2",
"@angular/cli": "~19.0.6",
"@angular/compiler-cli": "19.0.5",
"@angular/language-service": "19.0.5",
"@eslint/eslintrc": "^3.2.0",
"@nestjs/schematics": "^10.2.3",
"@nestjs/testing": "^10.4.15",
"@nx/devkit": "20.3.3",
"@nx/eslint": "20.3.3",
"@nx/eslint-plugin": "20.3.3",
"@nx/jest": "20.3.3",
"@nx/js": "20.3.3",
"@nx/node": "20.3.3",
"@nx/playwright": "20.3.3",
"@nx/web": "20.3.3",
"@nx/webpack": "20.3.3",
"@nx/workspace": "20.3.3",
"@playwright/test": "^1.49.1",
"@prettier/plugin-pug": "^3.2.0",
"@schematics/angular": "19.0.6",
"@types/archiver": "^6.0.3",
"@types/compression": "^1.7.5",
"@types/consolidate": "^0.14.4",
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/file-saver": "^2.0.7",
"@types/geojson": "^7946.0.15",
"@types/googlemaps": "^3.43.3",
"@types/jest": "29.5.14",
"@types/multer": "^1.4.12",
"@types/node": "^22.10.2",
"@types/node-geocoder": "^4.2.6",
"@types/nodemailer": "^6.4.17",
"@types/quill": "^2.0.14",
"@types/sequelize": "^4.28.20",
"@types/supertest": "^6.0.2",
"@types/uuid": "^10.0.0",
"@types/web-push": "^3.6.4",
"@typescript-eslint/eslint-plugin": "8.18.2",
"@typescript-eslint/parser": "8.18.2",
"@typescript-eslint/utils": "8.18.2",
"concurrently": "^9.1.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-playwright": "^2.1.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "^29.7.0",
"jest-preset-angular": "14.4.2",
"jsonc-eslint-parser": "^2.4.0",
"ng-packagr": "19.0.1",
"nx": "20.3.3",
"prettier": "3.4.2",
"redis-memory-server": "^0.11.0",
"supertest": "^7.0.0",
"ts-jest": "^29.2.5",
"ts-node": "10.9.2",
"typescript": "~5.5.0",
"typescript-transform-paths": "^3.5.3",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1"
},
"optionalDependencies": {
"esbuild-android-arm64": "^0.15.18",
"node-adodb": "5.0.3"
},
"overrides": {
"@ng-maps/core": {
"zone.js": "0.15.0"
},
"@angular/core": "19.0.5",
"@angular/common": "19.0.5",
"@angular/router": "19.0.5",
"@angular/platform-browser-dynamic": "19.0.5"
},
"volta": {
"node": "20.17.0"
},
"engines": {
"node": "20.17.0"
},
"browserslist": [
"defaults"
],
"stackblitz": {
"startCommand": "npm run start:stackblitz"
}
}