-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
136 lines (136 loc) · 4.26 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
{
"name": "apollusia",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"serve:frontend": "nx serve frontend",
"serve:backend": "nx serve backend",
"build:frontend": "nx build frontend",
"build:backend": "nx build backend",
"test:frontend": "nx test frontend",
"test:backend": "nx test backend",
"lint:frontend": "nx lint frontend",
"lint:backend": "nx lint backend",
"build:keycloak": "nx build keycloak"
},
"private": true,
"packageManager": "pnpm@9.12.0",
"devDependencies": {
"@angular-devkit/build-angular": "~18.2.6",
"@angular-devkit/core": "~18.2.6",
"@angular-devkit/schematics": "~18.2.6",
"@angular-eslint/eslint-plugin": "~18.4.1",
"@angular-eslint/eslint-plugin-template": "~18.4.1",
"@angular-eslint/template-parser": "~18.4.1",
"@angular/cli": "~18.2.6",
"@angular/compiler-cli": "18.2.6",
"@angular/language-service": "18.2.6",
"@gitopslovers/nx-sass": "^1.5.1",
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.8",
"@nx/angular": "20.1.2",
"@nx/cypress": "20.1.2",
"@nx/eslint": "20.1.2",
"@nx/eslint-plugin": "20.1.2",
"@nx/jest": "20.1.2",
"@nx/js": "20.1.2",
"@nx/nest": "20.1.2",
"@nx/node": "20.1.2",
"@nx/web": "20.1.2",
"@nx/webpack": "20.1.2",
"@nx/workspace": "20.1.2",
"@schematics/angular": "18.2.6",
"@types/express": "^5.0.0",
"@types/file-saver": "^2.0.7",
"@types/jest": "29.5.14",
"@types/markdown-it": "^14.1.2",
"@types/node": "20.14.8",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"browser-sync": "^3.0.3",
"cypress": "13.16.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-cypress": "3.5.0",
"eslint-plugin-import": "^2.31.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "^29.7.0",
"jest-preset-angular": "14.3.2",
"mongodb-memory-server": "^9.4.1",
"nx": "20.1.2",
"nx-stylelint": "17.1.5",
"prettier": "^3.3.3",
"sass": "1.81.0",
"stylelint": "16.10.0",
"stylelint-config-standard-scss": "13.1.0",
"ts-jest": "29.2.3",
"ts-node": "10.9.2",
"typescript": "5.5.4"
},
"dependencies": {
"@angular/animations": "18.2.6",
"@angular/common": "18.2.6",
"@angular/compiler": "18.2.6",
"@angular/core": "18.2.6",
"@angular/forms": "18.2.6",
"@angular/localize": "18.2.6",
"@angular/platform-browser": "18.2.6",
"@angular/platform-browser-dynamic": "18.2.6",
"@angular/platform-server": "18.2.6",
"@angular/pwa": "~18.2.6",
"@angular/router": "18.2.6",
"@angular/service-worker": "18.2.6",
"@angular/ssr": "~18.2.6",
"@mean-stream/nestx": "^0.12.1",
"@mean-stream/ngbx": "^0.13.0",
"@nestjs-modules/mailer": "^2.0.2",
"@nestjs/common": "^10.4.8",
"@nestjs/config": "^3.3.0",
"@nestjs/core": "^10.4.8",
"@nestjs/event-emitter": "^2.1.1",
"@nestjs/jwt": "^10.2.0",
"@nestjs/mongoose": "^10.1.0",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.4.8",
"@nestjs/swagger": "^7.4.2",
"@nestjs/websockets": "^10.4.8",
"@ng-bootstrap/ng-bootstrap": "^17.0.1",
"@swc-node/register": "^1.10.9",
"@swc/core": "^1.9.2",
"angular-calendar": "^0.31.1",
"angularx-flatpickr": "^7.3.0",
"axios": "^1.7.7",
"base64-js": "^1.5.1",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"calendar-utils": "^0.10.4",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"date-fns": "^3.6.0",
"express": "^4.21.1",
"file-saver": "^2.0.5",
"flatpickr": "^4.6.13",
"handlebars": "^4.7.8",
"ical-generator": "^7.2.0",
"keycloak-angular": "^16.1.0",
"keycloak-js": "^25.0.6",
"markdown-it": "^14.1.0",
"mongoose": "^8.8.3",
"ngx-cookie-service-ssr": "^18.0.0",
"ngx-countup": "^13.2.0",
"passport-jwt": "^4.0.1",
"reflect-metadata": "^0.1.14",
"rxjs": "~7.8.1",
"tslib": "^2.8.1",
"uuid": "^9.0.1",
"web-push": "^3.6.7",
"zone.js": "0.14.10"
},
"resolutions": {
"ws@>=8.0.0 <8.17.1": ">=8.17.1",
"webpack@>=5.0.0-alpha.0 <5.94.0": ">=5.94.0"
}
}