-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathpackage.json
146 lines (146 loc) · 4.44 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
{
"name": "momentum",
"version": "2.0.0",
"private": true,
"license": "MIT",
"scripts": {
"postinstall": "nx run db:generate",
"prepare": "husky"
},
"dependencies": {
"@angular/animations": "19.1.7",
"@angular/cdk": "19.1.5",
"@angular/common": "19.1.7",
"@angular/compiler": "19.1.7",
"@angular/core": "19.1.7",
"@angular/forms": "19.1.7",
"@angular/platform-browser": "19.1.7",
"@angular/platform-browser-dynamic": "19.1.7",
"@angular/router": "19.1.7",
"@aws-sdk/client-s3": "3.726.1",
"@aws-sdk/s3-request-presigner": "3.726.1",
"@fastify/cookie": "^11.0.2",
"@fastify/cors": "^10.0.2",
"@fastify/deepmerge": "2.0.1",
"@fastify/helmet": "^13.0.1",
"@fastify/multipart": "9.0.3",
"@fastify/static": "8.0.4",
"@fastify/swagger": "9.4.2",
"@fontsource/roboto": "5.1.1",
"@mdi/js": "7.4.47",
"@nest-lab/fastify-multer": "1.3.0",
"@nestjs/axios": "4.0.0",
"@nestjs/common": "11.0.5",
"@nestjs/config": "4.0.0",
"@nestjs/core": "11.0.5",
"@nestjs/jwt": "11.0.0",
"@nestjs/platform-fastify": "11.0.5",
"@nestjs/swagger": "11.0.3",
"@nx/eslint": "20.3.3",
"@opentelemetry/api": "1.9.0",
"@opentelemetry/auto-instrumentations-node": "0.55.3",
"@opentelemetry/exporter-prometheus": "0.57.1",
"@opentelemetry/exporter-trace-otlp-http": "0.57.1",
"@opentelemetry/host-metrics": "0.35.5",
"@opentelemetry/sdk-metrics": "1.30.1",
"@opentelemetry/sdk-node": "0.57.1",
"@primeng/themes": "19.0.7",
"@prisma/client": "6.4.1",
"@sentry/nestjs": "9.1.0",
"@sentry/profiling-node": "8.51.0",
"@types/sharp": "0.32.0",
"adm-zip": "0.5.16",
"axios": "1.7.9",
"chart.js": "4.4.7",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"discord.js": "14.18.0",
"dotenv-cli": "8.0.0",
"fast-vdf": "2.0.5",
"fast-xml-parser": "4.5.1",
"flag-icons": "7.3.2",
"lodash": "4.17.21",
"nestjs-pino": "4.3.0",
"ngx-cookie-service": "19.0.0",
"ngx-infinite-scroll": "19.0.0",
"normalize.css": "8.0.1",
"openid": "2.0.12",
"pino-http": "10.4.0",
"primeng": "19.0.7",
"prom-client": "15.1.3",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1",
"sharp": "0.33.5",
"simple-icons": "14.3.0",
"steam-appticket": "2.0.1",
"tslib": "2.8.1",
"uuid": "11.0.5",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "19.1.7",
"@angular-devkit/core": "19.1.7",
"@angular-devkit/schematics": "19.1.7",
"@angular/cli": "19.1.7",
"@angular/compiler-cli": "19.1.7",
"@angular/language-service": "19.1.7",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@eslint/js": "~9.19.0",
"@faker-js/faker": "9.4.0",
"@nestjs/cli": "11.0.2",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.5",
"@nx/angular": "20.3.3",
"@nx/esbuild": "20.3.3",
"@nx/eslint-plugin": "20.3.3",
"@nx/jest": "20.3.3",
"@nx/js": "20.3.3",
"@nx/nest": "20.3.3",
"@nx/node": "20.3.3",
"@nx/web": "20.3.3",
"@nx/webpack": "20.3.3",
"@nx/workspace": "20.3.3",
"@schematics/angular": "19.1.4",
"@sentry/webpack-plugin": "3.1.0",
"@tailwindcss/typography": "0.5.16",
"@types/adm-zip": "0.5.7",
"@types/chart.js": "2.9.41",
"@types/jest": "29.5.14",
"@types/lodash-es": "4.17.12",
"@types/multer": "1.4.12",
"@types/node": "22.10.10",
"@types/openid": "2.0.5",
"@types/uuid": "10.0.0",
"angular-eslint": "19.1.0",
"autoprefixer": "10.4.20",
"eslint": "9.19.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jsdoc": "50.6.2",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-unicorn": "56.0.1",
"eslint-plugin-unused-imports": "4.1.4",
"husky": "9.1.7",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "29.7.0",
"jest-mock-extended": "3.0.7",
"jest-preset-angular": "14.5.0",
"lint-staged": "15.4.2",
"nx": "20.3.3",
"pino-pretty": "13.0.0",
"prettier": "3.4.2",
"prettier-eslint": "16.3.0",
"prettier-plugin-tailwindcss": "0.6.11",
"prisma": "6.4.1",
"source-map-support": "0.5.21",
"tailwindcss": "3.4.15",
"ts-jest": "29.2.5",
"ts-loader": "9.5.2",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"type-fest": "4.33.0",
"typescript": "5.7.3",
"typescript-eslint": "^8.0.0"
}
}