-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
151 lines (151 loc) · 4.41 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
{
"name": "@azkaban/source",
"version": "0.23.10",
"license": "MIT",
"scripts": {
"nx": "nx",
"outdated": "npm outdated",
"update:all": "npx npm-check-updates -u --filter @types/",
"upgrade:workspace": "nx migrate latest",
"upgrade:migrations": "nx migrate --run-migrations",
"report": "nx report"
},
"private": true,
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@nestjs/schematics": "^10.2.3",
"@nestjs/testing": "^10.4.6",
"@nx/cypress": "20.0.6",
"@nx/eslint": "20.0.6",
"@nx/eslint-plugin": "20.0.6",
"@nx/jest": "20.0.6",
"@nx/js": "20.0.6",
"@nx/nest": "20.0.6",
"@nx/node": "20.0.6",
"@nx/react": "20.0.6",
"@nx/vite": "20.0.6",
"@nx/web": "20.0.6",
"@nx/webpack": "20.0.6",
"@nx/workspace": "20.0.6",
"@swc-node/register": "1.10.9",
"@swc/cli": "~0.4.0",
"@swc/core": "1.7.23",
"@swc/helpers": "0.5.13",
"@testing-library/react": "16.0.1",
"@types/argon2": "^0.15.0",
"@types/cache-manager-redis-store": "^2.0.4",
"@types/compression": "^1.7.5",
"@types/cookie-parser": "^1.4.7",
"@types/cron": "^2.4.0",
"@types/ioredis": "^5.0.0",
"@types/jest": "29.5.12",
"@types/node": "22.5.2",
"@types/opossum": "^8.1.7",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@types/redis": "^4.0.11",
"@typescript-eslint/eslint-plugin": "7.16.0",
"@typescript-eslint/parser": "7.16.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/ui": "^2.0.0",
"autoprefixer": "10.4.20",
"babel-jest": "29.7.0",
"cypress": "13.14.1",
"eslint": "~8.57.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-cypress": "^2.13.4",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "5.0.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "^29.7.0",
"jsdom": "~25.0.0",
"kafkajs": "^2.2.4",
"nx": "20.0.6",
"postcss": "8.4.44",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"redis": "^4.7.0",
"tailwindcss": "3.4.14",
"ts-jest": "^29.2.5",
"ts-node": "10.9.2",
"typescript": "~5.6.3",
"vite": "5.4.10",
"vite-plugin-dts": "~3.8.1",
"vitest": "^2.1.4",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@nestjs/axios": "^3.1.0",
"@nestjs/bullmq": "^10.2.2",
"@nestjs/cache-manager": "^2.3.0",
"@nestjs/common": "^10.4.6",
"@nestjs/config": "^3.3.0",
"@nestjs/core": "^10.4.6",
"@nestjs/cqrs": "^10.2.7",
"@nestjs/jwt": "^10.2.0",
"@nestjs/microservices": "^10.4.6",
"@nestjs/platform-express": "^10.4.6",
"@nestjs/schedule": "^4.1.1",
"@nestjs/swagger": "^8.0.0",
"@nestjs/terminus": "^10.2.3",
"@nestjs/throttler": "^6.2.1",
"@nestjs/typeorm": "^10.0.2",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.2",
"@reduxjs/toolkit": "^2.2.7",
"@tailwindcss/forms": "^0.5.8",
"@toxictoast/azkaban-base-domain": "^0.0.2",
"@toxictoast/azkaban-base-helpers": "^0.0.21",
"@toxictoast/azkaban-base-types": "^0.0.1",
"@toxictoast/azkaban-broker-kafka": "^0.0.8",
"@toxictoast/azkaban-broker-rabbitmq": "^0.0.46",
"@toxictoast/azkaban-sdk": "^0.0.16",
"@toxictoast/azkaban-twitch-bot": "^0.0.1",
"@toxictoast/azkaban-twitch-bot-events": "^0.0.1",
"@willsoto/nestjs-prometheus": "^6.0.1",
"amqp-connection-manager": "^4.1.14",
"amqplib": "^0.10.4",
"argon2": "^0.41.1",
"axios": "^1.7.7",
"blizzard.js": "^4.5.0",
"bullmq": "^5.22.0",
"cache-manager": "^5.7.6",
"cache-manager-redis-store": "^3.0.1",
"cache-manager-redis-yet": "^5.1.4",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"date-fns": "^3.6.0",
"helmet": "^7.1.0",
"ioredis": "^5.4.1",
"lucide-react": "^0.438.0",
"mysql2": "^3.11.0",
"opossum": "^8.1.4",
"pg": "^8.12.0",
"prom-client": "^15.1.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-error-boundary": "^4.1.2",
"react-hook-form": "^7.53.1",
"react-redux": "^9.1.2",
"react-router-dom": "6.26.1",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"simple-icons": "^13.8.0",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"tslib": "^2.7.0",
"typeorm": "^0.3.20"
}
}