This repository has been archived by the owner on May 29, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
138 lines (138 loc) · 4.35 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
{
"name": "baneverywhere",
"version": "0.0.0",
"private": true,
"license": "MIT",
"scripts": {
"affected": "nx affected",
"affected:apps": "nx affected:apps",
"affected:build": "nx affected:build",
"affected:dep-graph": "nx affected:dep-graph",
"affected:e2e": "nx affected:e2e",
"affected:libs": "nx affected:libs",
"affected:lint": "nx affected:lint",
"affected:test": "nx affected:test",
"build": "ng build",
"dep-graph": "nx dep-graph",
"e2e": "ng e2e",
"format": "nx format:write",
"format:check": "nx format:check",
"format:write": "nx format:write",
"generate": "npx prisma generate",
"help": "nx help",
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main",
"lint": "nx workspace-lint && ng lint",
"ng": "nx",
"nx": "nx",
"prepare:deploy": "nx build api --prod && nx build baneverywhere --prod && nx build bot --prod && nx build online-checker --prod && nx build queue-processor --prod",
"start": "ng serve",
"test": "ng test",
"update": "nx migrate latest",
"workspace-generator": "nx workspace-generator"
},
"dependencies": {
"@angular/animations": "13.2.3",
"@angular/common": "13.2.3",
"@angular/compiler": "13.2.3",
"@angular/core": "13.2.3",
"@angular/forms": "13.2.3",
"@angular/platform-browser": "13.2.3",
"@angular/platform-browser-dynamic": "13.2.3",
"@angular/router": "13.2.3",
"@auth0/angular-jwt": "^5.0.2",
"@byteowls/capacitor-oauth2": "^3.0.1",
"@capacitor/core": "^3.2.5",
"@fortawesome/fontawesome-free": "^5.15.4",
"@nestjs/axios": "0.0.6",
"@nestjs/bull": "0.5.0",
"@nestjs/common": "^8.0.0",
"@nestjs/config": "1.2.0",
"@nestjs/core": "^8.0.0",
"@nestjs/jwt": "8.0.0",
"@nestjs/microservices": "8.3.1",
"@nestjs/passport": "8.2.1",
"@nestjs/platform-express": "^8.0.0",
"@nestjs/schedule": "1.0.2",
"@ngxs/devtools-plugin": "^3.7.2",
"@ngxs/logger-plugin": "^3.7.2",
"@ngxs/store": "^3.7.2",
"@nrwl/angular": "13.8.3",
"@nrwl/nx-cloud": "13.1.5",
"@popperjs/core": "^2.10.2",
"@prisma/client": "^3.5.0",
"@sentry/angular": "^6.14.3",
"@sentry/node": "^6.14.3",
"@sentry/tracing": "^6.14.3",
"@sweetalert2/ngx-sweetalert2": "^10.0.0",
"@tailwindcss/forms": "^0.3.4",
"bull": "^3.29.3",
"chart.js": "^3.5.1",
"ci": "^2.1.1",
"lodash": "^4.17.21",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"passport-twitch-token": "^3.0.0",
"prisma": "^3.5.0",
"redis": "^3.1.2",
"reflect-metadata": "^0.1.13",
"rxjs": "7.4.0",
"sweetalert2": "^11.1.9",
"tailwindcss": "^2.2.17",
"tmi.js": "^1.8.5",
"tmijs-commander": "^2.2.3",
"tslib": "^2.0.0",
"utility-types": "^3.10.0",
"uuid": "^8.3.2",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "13.2.4",
"@angular-eslint/eslint-plugin": "13.0.1",
"@angular-eslint/eslint-plugin-template": "13.0.1",
"@angular-eslint/template-parser": "13.0.1",
"@angular/cli": "13.2.4",
"@angular/compiler-cli": "13.2.3",
"@angular/language-service": "13.2.3",
"@capacitor/cli": "^3.2.5",
"@nestjs/schematics": "^8.0.0",
"@nestjs/testing": "^8.0.0",
"@nrwl/cli": "13.8.3",
"@nrwl/cypress": "13.8.3",
"@nrwl/eslint-plugin-nx": "13.8.3",
"@nrwl/jest": "13.8.3",
"@nrwl/linter": "13.8.3",
"@nrwl/nest": "13.8.3",
"@nrwl/node": "13.8.3",
"@nrwl/tao": "13.8.3",
"@nrwl/workspace": "13.8.3",
"@types/bull": "^3.15.5",
"@types/cron": "^1.7.3",
"@types/faker": "^5.5.9",
"@types/jest": "27.0.2",
"@types/node": "14.14.33",
"@types/passport-jwt": "^3.0.6",
"@types/uuid": "^8.3.1",
"@typescript-eslint/eslint-plugin": "5.10.2",
"@typescript-eslint/parser": "5.10.2",
"coverage-badges": "^1.0.5",
"cypress": "^6.0.1",
"dotenv": "10.0.0",
"dotenv-cli": "^4.1.0",
"env-cmd": "^10.1.0",
"eslint": "8.7.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"faker": "^5.5.3",
"jest": "27.2.3",
"jest-mock-extended": "^2.0.4",
"jest-preset-angular": "11.1.1",
"prettier": "2.5.1",
"rxjs-compat": "6.6.7",
"ts-jest": "27.0.5",
"ts-node": "~9.1.1",
"typescript": "4.5.5"
},
"engines": {
"node": "<16.13.0"
}
}