-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
123 lines (123 loc) · 3.87 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
{
"name": "@chattr/source",
"version": "1.0.4",
"license": "MIT",
"engines": {
"node": ">= 22.9"
},
"scripts": {
"start:web-client": "npx nx run web-client:serve:development --ssl",
"start:server": "npx nx run server:serve:development --verbose --inspect",
"build:server-image": "npx nx run server:docker-build",
"build:web-client-image": "npx nx run web-client:docker-build",
"dev": "npx nx run-many -t serve",
"format": "npx nx affected:lint --fix --base=master",
"release": "standard-version"
},
"private": true,
"dependencies": {
"@angular/animations": "18.1.2",
"@angular/common": "18.1.2",
"@angular/compiler": "18.1.2",
"@angular/core": "18.1.2",
"@angular/forms": "18.1.2",
"@angular/platform-browser": "18.1.2",
"@angular/platform-browser-dynamic": "18.1.2",
"@angular/router": "18.1.2",
"@nestjs/common": "^10.0.2",
"@nestjs/config": "^3.2.2",
"@nestjs/core": "^10.0.2",
"@nestjs/event-emitter": "^2.0.4",
"@nestjs/jwt": "^10.2.0",
"@nestjs/mongoose": "^10.0.6",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.0.2",
"@nestjs/platform-socket.io": "^10.3.3",
"@nestjs/websockets": "^10.3.3",
"@ngxs/devtools-plugin": "18.0.0",
"@ngxs/logger-plugin": "18.0.0",
"@ngxs/storage-plugin": "18.0.0",
"@ngxs/store": "18.0.0",
"bcrypt": "^5.1.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"event-source-plus": "^0.1.1",
"express": "^4.21.0",
"jdenticon": "^3.2.0",
"jwt-decode": "^4.0.0",
"mediasoup": "^3.13.23",
"mediasoup-client": "^3.7.6",
"moment": "^2.30.1",
"mongoose": "^8.4.0",
"ngx-jdenticon": "^2.0.0",
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
"primeicons": "^6.0.1",
"primeng": "^17.9.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0",
"socket.io": "^4.8.0",
"socket.io-client": "^4.7.4",
"tslib": "^2.3.0",
"zone.js": "~0.14.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.1.2",
"@angular-devkit/core": "18.1.2",
"@angular-devkit/schematics": "18.1.2",
"@angular-eslint/eslint-plugin": "18.1.0",
"@angular-eslint/eslint-plugin-template": "18.1.0",
"@angular-eslint/template-parser": "18.1.0",
"@angular/cli": "~18.1.0",
"@angular/compiler-cli": "18.1.2",
"@angular/language-service": "18.1.2",
"@nestjs/schematics": "^10.0.1",
"@nestjs/testing": "^10.0.2",
"@nx-tools/container-metadata": "6.1.0",
"@nx-tools/nx-container": "6.1.0",
"@nx/angular": "19.5.3",
"@nx/cypress": "19.5.3",
"@nx/eslint": "19.5.3",
"@nx/eslint-plugin": "19.5.3",
"@nx/jest": "19.5.3",
"@nx/js": "19.5.3",
"@nx/nest": "19.5.3",
"@nx/node": "19.5.3",
"@nx/web": "19.5.3",
"@nx/webpack": "19.5.3",
"@nx/workspace": "19.5.3",
"@schematics/angular": "18.1.2",
"@swc-node/register": "1.9.2",
"@swc/core": "1.5.7",
"@swc/helpers": "0.5.12",
"@types/bcrypt": "^5.0.2",
"@types/express": "^4.17.21",
"@types/jest": "^29.4.0",
"@types/node": "~18.16.9",
"@types/passport-jwt": "^4.0.1",
"@types/passport-local": "^1.0.38",
"@types/socket.io": "^3.0.2",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"@typescript-eslint/utils": "^7.16.0",
"autoprefixer": "^10.4.0",
"cypress": "13.13.1",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-cypress": "^2.13.4",
"jest": "^29.4.1",
"jest-environment-node": "^29.4.1",
"jsonc-eslint-parser": "^2.1.0",
"nx": "19.5.3",
"postcss": "^8.4.5",
"prettier": "^2.6.2",
"standard-version": "^9.5.0",
"tailwindcss": "^3.0.2",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "5.5.4",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
}
}