-
Notifications
You must be signed in to change notification settings - Fork 61
/
package.json
153 lines (153 loc) · 4.78 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
{
"name": "momentum",
"version": "2.0.0",
"private": true,
"license": "MIT",
"scripts": {
"postinstall": "nx run db:generate",
"prepare": "husky"
},
"dependencies": {
"@angular/animations": "18.0.5",
"@angular/cdk": "18.0.5",
"@angular/common": "18.0.5",
"@angular/compiler": "18.0.5",
"@angular/core": "18.0.5",
"@angular/forms": "18.0.5",
"@angular/platform-browser": "18.0.5",
"@angular/platform-browser-dynamic": "18.0.5",
"@angular/router": "18.0.5",
"@aws-sdk/client-s3": "3.633.0",
"@aws-sdk/s3-request-presigner": "^3.633.0",
"@fastify/cookie": "9.3.1",
"@fastify/cors": "9.0.1",
"@fastify/deepmerge": "2.0.0",
"@fastify/helmet": "11.1.1",
"@fastify/static": "7.0.4",
"@fastify/swagger": "8.15.0",
"@fontsource/roboto": "5.0.14",
"@mdi/js": "7.4.47",
"@nest-lab/fastify-multer": "1.2.0",
"@nestjs/axios": "3.0.3",
"@nestjs/common": "10.4.1",
"@nestjs/config": "3.2.3",
"@nestjs/core": "10.4.1",
"@nestjs/jwt": "10.2.0",
"@nestjs/platform-fastify": "10.4.1",
"@nestjs/swagger": "7.4.0",
"@opentelemetry/api": "1.9.0",
"@opentelemetry/auto-instrumentations-node": "0.49.1",
"@opentelemetry/exporter-prometheus": "0.52.1",
"@opentelemetry/exporter-trace-otlp-http": "0.52.1",
"@opentelemetry/host-metrics": "0.35.3",
"@opentelemetry/sdk-metrics": "1.25.1",
"@opentelemetry/sdk-node": "0.52.1",
"@prisma/client": "5.18.0",
"@sentry/node": "8.26.0",
"@sentry/profiling-node": "8.26.0",
"@sentry/tracing": "7.114.0",
"@types/sharp": "0.32.0",
"adm-zip": "0.5.15",
"axios": "1.7.4",
"chart.js": "4.4.3",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"dotenv-cli": "7.4.2",
"fast-vdf": "2.0.2",
"fast-xml-parser": "4.4.1",
"flag-icons": "7.2.3",
"lodash": "4.17.21",
"nestjs-pino": "4.1.0",
"ngx-cookie-service": "18.0.0",
"ngx-infinite-scroll": "18.0.0",
"normalize.css": "8.0.1",
"openid": "2.0.12",
"pino-http": "10.2.0",
"primeng": "17.18.9",
"prom-client": "15.1.3",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1",
"sharp": "0.33.5",
"simple-icons": "13.6.0",
"steam-appticket": "1.0.1",
"tslib": "2.6.3",
"uuid": "10.0.0",
"zone.js": "0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.1.3",
"@angular-devkit/core": "18.0.6",
"@angular-devkit/schematics": "18.0.6",
"@angular-eslint/builder": "18.1.0",
"@angular-eslint/eslint-plugin": "18.1.0",
"@angular-eslint/eslint-plugin-template": "18.1.0",
"@angular-eslint/schematics": "18.1.0",
"@angular-eslint/template-parser": "18.1.0",
"@angular/cli": "18.0.6",
"@angular/compiler-cli": "18.0.5",
"@angular/language-service": "18.0.5",
"@commitlint/cli": "19.4.0",
"@commitlint/config-conventional": "19.2.2",
"@faker-js/faker": "8.4.1",
"@nestjs/cli": "10.4.4",
"@nestjs/schematics": "10.1.3",
"@nestjs/testing": "10.4.1",
"@nx/angular": "19.4.0",
"@nx/cypress": "19.4.0",
"@nx/esbuild": "19.4.0",
"@nx/eslint-plugin": "19.4.0",
"@nx/jest": "19.4.0",
"@nx/js": "19.4.0",
"@nx/linter": "19.4.0",
"@nx/nest": "19.4.0",
"@nx/node": "19.4.0",
"@nx/web": "19.4.0",
"@nx/webpack": "19.4.0",
"@nx/workspace": "19.4.0",
"@schematics/angular": "18.0.6",
"@sentry/webpack-plugin": "2.22.2",
"@tailwindcss/typography": "0.5.14",
"@types/adm-zip": "0.5.5",
"@types/chart.js": "2.9.41",
"@types/jest": "29.5.12",
"@types/lodash-es": "4.17.12",
"@types/multer": "1.4.11",
"@types/node": "22.4.1",
"@types/openid": "2.0.5",
"@types/uuid": "10.0.0",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"@typescript-eslint/utils": "^8.0.0-alpha.28",
"autoprefixer": "10.4.20",
"cypress": "13.13.3",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "3.3.0",
"eslint-plugin-jsdoc": "48.5.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-unicorn": "54.0.0",
"eslint-plugin-unused-imports": "3.1.0",
"husky": "9.1.4",
"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.1.1",
"lint-staged": "15.2.9",
"nx": "19.4.0",
"pino-pretty": "11.2.2",
"prettier": "3.3.3",
"prettier-eslint": "16.3.0",
"prettier-plugin-tailwindcss": "0.6.6",
"prisma": "5.18.0",
"source-map-support": "0.5.21",
"tailwindcss": "3.4.10",
"ts-jest": "29.2.4",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"type-fest": "4.25.0",
"typescript": "5.4.5",
"webpack-bundle-analyzer": "4.10.2"
}
}