-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
120 lines (120 loc) · 3.88 KB
/
package.json
File metadata and controls
120 lines (120 loc) · 3.88 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
{
"name": "internship-dmytro-kashchenko",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/jagerflash/internship-dmytro-kashchenko.git",
"license": "MIT",
"private": true,
"workspaces": [
"packages/*",
"apps/*"
],
"scripts": {
"start:test-env": "npx concurrently \"cd apps/api-test && ts-node server.ts\" \"nx serve web\"",
"e2e": "nx run web-e2e:e2e"
},
"devDependencies": {
"@angular-devkit/build-angular": "^20.3.2",
"@angular-devkit/core": "~20.1.0",
"@angular-devkit/schematics": "~20.1.0",
"@angular/animations": "^20.2.1",
"@angular/build": "~20.1.0",
"@angular/cdk": "^20.1.6",
"@angular/cli": "~20.1.0",
"@angular/compiler-cli": "~20.1.0",
"@angular/language-service": "~20.1.0",
"@ctrl/ngx-emoji-mart": "^9.3.0",
"@eslint/js": "^9.8.0",
"@nestjs/schematics": "^11.0.0",
"@nestjs/testing": "^11.0.0",
"@ngx-env/builder": "^20.1.1",
"@nx/angular": "21.3.11",
"@nx/cypress": "21.3.11",
"@nx/esbuild": "21.3.11",
"@nx/eslint": "21.3.11",
"@nx/eslint-plugin": "21.3.11",
"@nx/jest": "21.3.11",
"@nx/js": "21.3.11",
"@nx/nest": "21.3.11",
"@nx/node": "21.3.11",
"@nx/web": "21.3.11",
"@nx/webpack": "21.3.11",
"@schematics/angular": "~20.1.0",
"@socket.io/redis-adapter": "^8.3.0",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@types/bcrypt": "^6.0.0",
"@types/cookie-parser": "^1.4.9",
"@types/jest": "^30.0.0",
"@types/node": "^24.5.2",
"@types/passport-jwt": "^4.0.1",
"@typescript-eslint/utils": "^8.29.0",
"angular-eslint": "^20.0.0",
"concurrently": "^9.2.1",
"cypress": "^14.2.1",
"dotenv": "^17.2.2",
"esbuild": "^0.19.2",
"eslint": "^9.8.0",
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-cypress": "^3.5.0",
"firebase": "12.3.0",
"jest": "^30.0.2",
"jest-environment-jsdom": "^30.0.2",
"jest-environment-node": "^30.0.2",
"jest-preset-angular": "~15.0.0",
"jest-util": "^30.0.2",
"jsonc-eslint-parser": "^2.1.0",
"multer": "^2.0.2",
"multer-gridfs-storage": "^5.0.2",
"nestjs-pino": "^4.4.1",
"nx": "21.3.11",
"passport": "^0.7.0",
"pino-http": "^11.0.0",
"pino-pretty": "^13.1.2",
"prettier": "^2.6.2",
"redis": "^5.9.0",
"ts-jest": "^29.4.0",
"ts-node": "10.9.1",
"tslib": "^2.3.0",
"typescript": "~5.8.2",
"typescript-eslint": "^8.29.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@angular/common": "~20.1.0",
"@angular/compiler": "~20.1.0",
"@angular/core": "~20.1.0",
"@angular/forms": "~20.1.0",
"@angular/material": "^20.1.6",
"@angular/platform-browser": "~20.1.0",
"@angular/platform-browser-dynamic": "~20.1.0",
"@angular/router": "~20.1.0",
"@nestjs/common": "^11.0.0",
"@nestjs/core": "^11.0.0",
"@nestjs/jwt": "^11.0.0",
"@nestjs/mongoose": "^11.0.3",
"@nestjs/passport": "^11.0.5",
"@nestjs/platform-express": "^11.0.0",
"@nestjs/platform-socket.io": "^11.1.6",
"@nestjs/websockets": "^11.1.6",
"@ngxs/devtools-plugin": "^20.1.0",
"@ngxs/logger-plugin": "^20.1.0",
"@ngxs/router-plugin": "^20.1.0",
"@ngxs/store": "^20.1.0",
"axios": "^1.6.0",
"bcrypt": "^6.0.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.2",
"cookie-parser": "^1.4.7",
"mongoose": "^8.17.1",
"passport-jwt": "^4.0.1",
"reflect-metadata": "^0.1.13",
"rxjs": "~7.8.0",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"uuid": "^11.1.0",
"zone.js": "~0.15.0"
},
"packageManager": "yarn@4.10.3+sha512.c38cafb5c7bb273f3926d04e55e1d8c9dfa7d9c3ea1f36a4868fa028b9e5f72298f0b7f401ad5eb921749eb012eb1c3bb74bf7503df3ee43fd600d14a018266f"
}