forked from jptrsn/zip-captions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
157 lines (157 loc) · 5.38 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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
"name": "zip-captions",
"version": "0.0.16",
"license": "MIT",
"scripts": {
"ng": "nx",
"start:client": "nx serve client --host=0.0.0.0 --poll=500",
"start:signal": "nx serve signal --host=0.0.0.0",
"start:server": "nx serve server",
"start:all": "nx run-many -t serve --host=0.0.0.0 --parallel",
"build": "nx build",
"build:all": "nx run-many -t build -p client,signal --parallel",
"build:client": "nx build --project=client --configuration=production",
"build:client:staging": "nx build --project=client --configuration=staging",
"build:signal": "nx build --project=signal",
"build:server": "nx build --project=server",
"build:server:staging": "nx build --project=server --configuration=staging",
"act:client": "act --secret-file .secret.env --workflows .github/workflows/build-client.yml",
"act:signal": "act --secret-file .secret.env --workflows .github/workflows/build-signal.yml",
"act:server": "act --secret-file .secret.env --workflows .github/workflows/build-server.yml",
"act:mirror": "act --secret-file .secret.env --workflows .github/workflows/push-mirror.yml"
},
"private": true,
"dependencies": {
"@angular/animations": "~16.0.0",
"@angular/cdk": "^16.0.3",
"@angular/common": "~16.0.0",
"@angular/compiler": "~16.0.0",
"@angular/core": "~16.0.0",
"@angular/forms": "~16.0.0",
"@angular/localize": "16.0",
"@angular/platform-browser": "~16.0.0",
"@angular/platform-browser-dynamic": "~16.0.0",
"@angular/router": "~16.0.0",
"@angular/service-worker": "~16.0.0",
"@nestjs/axios": "^3.0.1",
"@nestjs/cache-manager": "^2.1.0",
"@nestjs/common": "^10.0.2",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.0.2",
"@nestjs/jwt": "^10.1.1",
"@nestjs/mongoose": "^10.0.1",
"@nestjs/passport": "^10.0.2",
"@nestjs/platform-express": "^10.0.2",
"@nestjs/platform-socket.io": "^10.2.6",
"@nestjs/websockets": "^10.2.6",
"@ng-icons/core": "^25.0.1",
"@ng-icons/heroicons": "^25.0.1",
"@ng-icons/tabler-icons": "^25.2.0",
"@ngrx/component-store": "~16.0.0",
"@ngrx/effects": "~16.0.0",
"@ngrx/entity": "~16.0.0",
"@ngrx/router-store": "~16.0.0",
"@ngrx/store": "~16.0.0",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@nx/angular": "^16.2.2",
"@types/bcrypt": "^5.0.0",
"@types/dom-speech-recognition": "^0.0.1",
"@types/express-session": "^1.17.8",
"@types/google.accounts": "^0.0.12",
"angular-animations": "^0.11.0",
"axios": "^1.6.5",
"bcrypt": "^5.1.1",
"cache-manager": "^5.2.3",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"express": "~4.18.1",
"express-session": "^1.17.3",
"mongoose": "^7.5.3",
"ngx-clipboard": "^16.0.0",
"ngx-socket-io": "^4.5.1",
"ngx-timeago": "^3.0.0",
"obs-websocket-js": "^5.0.3",
"passport": "^0.6.0",
"passport-google-oauth20": "^2.0.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
"passport-microsoft": "^1.0.0",
"peer": "^1.0.1",
"peerjs": "^1.4.7",
"reflect-metadata": "^0.1.13",
"rxjs": "~7.8.0",
"socket.io": "4.4.0",
"ts-md5": "^1.3.1",
"tslib": "^2.3.0",
"uuidv4": "^6.2.13",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~16.0.0",
"@angular-devkit/core": "~16.0.0",
"@angular-devkit/schematics": "~16.0.0",
"@angular-eslint/eslint-plugin": "~16.0.0",
"@angular-eslint/eslint-plugin-template": "~16.0.0",
"@angular-eslint/template-parser": "~16.0.0",
"@angular/cli": "~16.0.0",
"@angular/compiler-cli": "~16.0.0",
"@angular/language-service": "~16.0.0",
"@angular/pwa": "^16.0.3",
"@nestjs/azure-func-http": "^0.10.0",
"@nestjs/schematics": "^10.0.1",
"@nestjs/testing": "^10.0.2",
"@ngrx/schematics": "~16.0.0",
"@ngrx/store-devtools": "~16.0.0",
"@nx/cypress": "16.3.2",
"@nx/esbuild": "16.6.0",
"@nx/eslint-plugin": "16.2.2",
"@nx/jest": "16.9.1",
"@nx/js": "16.9.1",
"@nx/linter": "16.2.2",
"@nx/nest": "^16.9.1",
"@nx/node": "16.9.1",
"@nx/web": "16.2.2",
"@nx/webpack": "16.9.1",
"@schematics/angular": "~16.0.0",
"@tailwindcss/forms": "^0.5.3",
"@types/dom-screen-wake-lock": "^1.0.1",
"@types/express": "~4.17.13",
"@types/jest": "^29.4.0",
"@types/node": "~18.7.1",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"autoprefixer": "^10.4.0",
"cypress": "^12.11.0",
"daisyui": "^3.0.0",
"dotenv": "^16.3.1",
"dotenv-webpack": "^8.0.1",
"esbuild": "^0.17.17",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"git-revision-webpack-plugin": "^5.0.0",
"jasmine-marbles": "~0.9.1",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"jest-preset-angular": "~13.1.0",
"jest-wake-lock-mock": "^1.1.0",
"ng-packagr": "~16.0.0",
"ngx-translate-testing": "^7.0.0",
"nx": "16.2.2",
"parcel": "^2.11.0",
"postcss": "^8.4.5",
"postcss-import": "~14.1.0",
"postcss-preset-env": "~7.5.0",
"postcss-url": "~10.1.3",
"prettier": "^2.6.2",
"tailwindcss": "^3.0.2",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.0.2"
},
"workspaces": [
"packages/*"
]
}