-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
176 lines (176 loc) · 5.36 KB
/
package.json
File metadata and controls
176 lines (176 loc) · 5.36 KB
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
{
"name": "@forepath/nx",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"prepare": "husky",
"preinstall": "npx -y only-allow npm",
"postinstall": "patch-package"
},
"private": true,
"type": "module",
"devDependencies": {
"@analogjs/platform": "2.4.0",
"@analogjs/vite-plugin-angular": "2.4.0",
"@analogjs/vitest-angular": "2.4.0",
"@angular-devkit/architect": "0.2102.6",
"@angular-devkit/build-angular": "21.2.6",
"@angular-devkit/core": "21.2.6",
"@angular-devkit/schematics": "21.2.6",
"@angular-eslint/eslint-plugin": "21.3.1",
"@angular-eslint/eslint-plugin-template": "21.3.1",
"@angular-eslint/template-parser": "21.3.1",
"@angular/build": "21.2.6",
"@angular/cli": "21.2.6",
"@angular/compiler-cli": "21.2.6",
"@angular/language-service": "21.2.6",
"@angular/localize": "21.2.6",
"@commitlint/config-conventional": "20.0.0",
"@cyclonedx/cyclonedx-npm": "4.2.1",
"@electron-forge/cli": "7.10.2",
"@electron-forge/maker-deb": "7.10.2",
"@electron-forge/maker-zip": "7.10.2",
"@electron-forge/plugin-auto-unpack-natives": "7.10.2",
"@modelcontextprotocol/inspector": "0.16.8",
"@nestjs/schematics": "11.0.7",
"@nestjs/testing": "11.1.6",
"@ngrx/schematics": "21.1.0",
"@ngrx/store-devtools": "21.1.0",
"@nx/angular": "22.6.4",
"@nx/docker": "22.6.4",
"@nx/esbuild": "22.6.4",
"@nx/eslint": "22.6.4",
"@nx/eslint-plugin": "22.6.4",
"@nx/jest": "22.6.4",
"@nx/js": "22.6.4",
"@nx/nest": "22.6.4",
"@nx/node": "22.6.4",
"@nx/playwright": "22.6.4",
"@nx/plugin": "22.6.4",
"@nx/vitest": "22.6.4",
"@nx/web": "22.6.4",
"@nx/webpack": "22.6.4",
"@nx/workspace": "22.6.4",
"@playwright/test": "1.55.1",
"@schematics/angular": "21.2.6",
"@storybook/angular": "10.3.4",
"@swc-node/register": "1.11.1",
"@swc/cli": "0.8.1",
"@swc/core": "1.15.21",
"@swc/helpers": "~0.5.18",
"@types/dockerode": "3.3.45",
"@types/express": "4.17.23",
"@types/jest": "30.0.0",
"@types/node": "20.19.9",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/utils": "7.18.0",
"baseline-browser-mapping": "2.8.32",
"class-validator": "0.14.2",
"commitlint": "20.1.0",
"electron": "39.2.7",
"esbuild": "0.25.0",
"eslint": "8.57.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-import": "2.32.0",
"husky": "9.1.7",
"jest": "30.3.0",
"jest-environment-jsdom": "30.3.0",
"jest-environment-node": "30.3.0",
"jest-preset-angular": "16.1.2",
"jest-util": "30.3.0",
"jsonc-eslint-parser": "2.4.1",
"nx": "22.6.4",
"only-allow": "1.2.2",
"patch-package": "8.0.1",
"postinstall-postinstall": "2.1.0",
"prettier": "3.6.2",
"storybook": "10.3.4",
"ts-jest": "29.4.9",
"ts-node": "10.9.1",
"tslib": "2.8.1",
"typescript": "5.9.3",
"vite": "6.3.6",
"vitest": "4.1.2"
},
"dependencies": {
"@angular/animations": "21.2.6",
"@angular/common": "21.2.6",
"@angular/compiler": "21.2.6",
"@angular/core": "21.2.6",
"@angular/forms": "21.2.6",
"@angular/platform-browser": "21.2.6",
"@angular/platform-browser-dynamic": "21.2.6",
"@angular/platform-server": "21.2.6",
"@angular/router": "21.2.6",
"@angular/ssr": "21.2.6",
"@bull-board/api": "7.1.5",
"@bull-board/express": "7.1.5",
"@bull-board/nestjs": "7.1.5",
"@bull-board/ui": "7.1.5",
"@fontsource-variable/plus-jakarta-sans": "5.2.8",
"@keycloakify/angular": "21.0.5",
"@milkdown/crepe": "7.20.0",
"@modelcontextprotocol/sdk": "1.18.2",
"@nestjs/bullmq": "11.0.4",
"@nestjs/common": "11.1.6",
"@nestjs/core": "11.1.6",
"@nestjs/jwt": "11.0.2",
"@nestjs/platform-express": "11.1.6",
"@nestjs/platform-socket.io": "11.1.6",
"@nestjs/throttler": "6.5.0",
"@nestjs/typeorm": "11.0.0",
"@nestjs/websockets": "11.1.6",
"@ngrx/component-store": "21.1.0",
"@ngrx/effects": "21.1.0",
"@ngrx/entity": "21.1.0",
"@ngrx/router-store": "21.1.0",
"@ngrx/store": "21.1.0",
"@nx-tools/nx-container": "7.2.1",
"@nx/devkit": "22.6.4",
"@nx/vite": "22.6.4",
"@popperjs/core": "2.11.8",
"@xterm/xterm": "5.5.0",
"apexcharts": "5.10.4",
"axios": "1.12.2",
"bcrypt": "6.0.0",
"bootstrap": "5.3.8",
"bootstrap-icons": "1.13.1",
"bullmq": "5.76.10",
"class-transformer": "0.5.1",
"cookieconsent": "3.1.1",
"dockerode": "5.0.0",
"express": "4.21.2",
"gray-matter": "4.0.3",
"i18n-iso-countries": "7.14.0",
"ioredis": "5.10.1",
"keycloak-angular": "21.0.0",
"keycloak-connect": "24.0.1",
"keycloak-js": "26.2.1",
"keycloakify": "11.15.3",
"marked": "15.0.12",
"mermaid": "11.12.2",
"monaco-editor": "0.55.1",
"nest-keycloak-connect": "2.0.0-alpha.2",
"ng-apexcharts": "2.3.0",
"ngx-cookieconsent": "8.0.0",
"ngx-monaco-editor-v2": "21.1.4",
"nodemailer": "7.0.13",
"pg": "8.16.3",
"reflect-metadata": "0.1.14",
"rxjs": "7.8.2",
"socket.io-client": "4.8.3",
"ssh2": "1.17.0",
"sshpk": "1.18.0",
"turndown": "7.2.4",
"turndown-plugin-gfm": "1.0.2",
"typeorm": "0.3.27",
"uuid": "11.1.1",
"zone.js": "0.16.1"
},
"overrides": {
"dockerode": {
"protobufjs": "7.5.5"
}
}
}