-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
143 lines (143 loc) · 4.68 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
{
"name": "kordis",
"version": "0.0.0",
"license": "AGPL-3.0-only",
"release": {
"branches": [
"main"
]
},
"scripts": {
"ng": "nx",
"serve:api": "nx serve api",
"serve:api:debug": "nx serve api -c debug",
"serve:spa": "nx serve spa",
"postinstall": "node ./decorate-angular-cli.js",
"prepare": "husky",
"test:all": "nx run-many --all --target=test --parallel",
"lint:all": "nx run-many --all --target=lint --parallel",
"serve:all:prod": "nx run-many --target=serve --projects=spa,api --parallel --prod",
"serve:all": "nx run-many --target=serve --projects=spa,api --parallel",
"e2e": "nx e2e spa-e2e",
"gql-to-model": "nx run api:generate-schema && gql-gen --config codegen.yml"
},
"private": true,
"devDependencies": {
"@angular-devkit/build-angular": "19.0.6",
"@angular-devkit/core": "19.0.6",
"@angular-devkit/schematics": "19.0.6",
"@angular-eslint/eslint-plugin": "19.1.0",
"@angular-eslint/eslint-plugin-template": "19.1.0",
"@angular-eslint/template-parser": "19.1.0",
"@angular/cli": "~19.0.0",
"@angular/compiler-cli": "19.0.5",
"@angular/language-service": "19.0.5",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/config-nx-scopes": "^19.5.0",
"@golevelup/ts-jest": "^0.6.1",
"@graphql-codegen/cli": "5.0.5",
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.15",
"@ngneat/spectator": "^19.3.0",
"@nx/angular": "20.3.0",
"@nx/devkit": "20.3.0",
"@nx/eslint": "20.3.0",
"@nx/eslint-plugin": "20.3.0",
"@nx/jest": "20.3.0",
"@nx/js": "20.3.0",
"@nx/nest": "20.3.0",
"@nx/node": "20.3.0",
"@nx/playwright": "20.3.0",
"@nx/web": "20.3.0",
"@nx/webpack": "20.3.0",
"@nx/workspace": "20.3.0",
"@playwright/test": "^1.45.1",
"@schematics/angular": "19.0.6",
"@swc-node/register": "1.10.9",
"@swc/core": "1.10.16",
"@total-typescript/ts-reset": "^0.6.1",
"@trivago/prettier-plugin-sort-imports": "^5.2.0",
"@types/dompurify": "^3.2.0",
"@types/jest": "29.5.14",
"@types/node": "^22.10.2",
"@types/trusted-types": "^2.0.7",
"@typescript-eslint/eslint-plugin": "8.18.2",
"@typescript-eslint/parser": "8.18.2",
"@typescript-eslint/utils": "8.18.2",
"cobertura-merge": "^1.0.4",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jest": "^28.10.0",
"eslint-plugin-playwright": "^2.1.0",
"eslint-plugin-rxjs": "^5.0.3",
"husky": "^9.1.7",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "^29.7.0",
"jest-preset-angular": "14.4.2",
"lcov-result-merger": "^5.0.1",
"mongo-migrate-ts": "^1.6.2",
"nx": "20.3.0",
"playwright": "^1.49.1",
"prettier": "3.5.1",
"semantic-release": "^24.2.0",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.6.3",
"wait-on": "^8.0.1"
},
"dependencies": {
"@angular/animations": "19.0.5",
"@angular/build": "19.0.6",
"@angular/common": "19.0.5",
"@angular/compiler": "19.0.5",
"@angular/core": "19.0.5",
"@angular/forms": "19.0.5",
"@angular/platform-browser": "19.0.5",
"@angular/platform-browser-dynamic": "19.0.5",
"@angular/pwa": "19.0.6",
"@angular/router": "19.0.5",
"@angular/service-worker": "19.0.5",
"@apollo/client": "^3.10.8",
"@automapper/classes": "^8.8.1",
"@automapper/core": "^8.8.1",
"@automapper/nestjs": "^8.8.1",
"@nestjs/apollo": "^12.2.0",
"@nestjs/axios": "^3.0.2",
"@nestjs/common": "10.4.15",
"@nestjs/config": "^3.3.0",
"@nestjs/core": "10.4.15",
"@nestjs/cqrs": "^10.2.8",
"@nestjs/graphql": "^12.2.2",
"@nestjs/mongoose": "^10.1.0",
"@nestjs/platform-express": "10.4.15",
"@opentelemetry/instrumentation-graphql": "^0.47.0",
"@opentelemetry/instrumentation-mongoose": "^0.46.0",
"@opentelemetry/instrumentation-pino": "^0.46.0",
"@sentry/angular": "^8.47.0",
"@sentry/node": "^8.47.0",
"@sentry/opentelemetry-node": "^7.114.0",
"@sentry/profiling-node": "^8.47.0",
"angular-oauth2-oidc": "^19.0.0",
"apollo-angular": "^8.0.0",
"axios": "1.7.9",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"dompurify": "^3.2.3",
"graphql": "^16.9.0",
"graphql-sse": "^2.5.3",
"jsonwebtoken": "^9.0.2",
"jwks-rsa": "^3.1.0",
"mongodb-client-encryption": "^6.1.1",
"mongoose": "^8.9.2",
"nestjs-graphql-connection": "^1.0.3",
"ng-zorro-antd": "19.0.2",
"pino": "^9.6.0",
"pino-pretty": "^13.0.0",
"reflect-metadata": "^0.1.14",
"rxjs": "~7.8.1",
"tslib": "^2.8.1",
"zone.js": "0.15.0"
}
}