-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
160 lines (160 loc) · 5.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
152
153
154
155
156
157
158
159
160
{
"name": "@tasktr/source",
"version": "0.0.1",
"license": "",
"private": true,
"packageManager": "yarn@4.2.2",
"scripts": {
"fe": "yarn nx dev:rf fe",
"be": "yarn nx serve be --configuration=development",
"fe:build": "yarn nx build fe",
"fe:prod": "yarn nx start fe --configuration=production",
"be:prod": "yarn nx serve be --configuration=production"
},
"dependencies": {
"@ant-design/icons": "^5.3.7",
"@ant-design/nextjs-registry": "^1.0.0",
"@bull-board/api": "^5.20.5",
"@bull-board/express": "^5.20.5",
"@faker-js/faker": "^8.4.1",
"@hookform/resolvers": "^3.4.2",
"@kovalenko/is-cron": "^1.0.10",
"@nestjs-modules/mailer": "^2.0.2",
"@nestjs/axios": "^3.0.2",
"@nestjs/bullmq": "^10.1.1",
"@nestjs/common": "^10.0.2",
"@nestjs/config": "^3.2.2",
"@nestjs/core": "^10.0.2",
"@nestjs/jwt": "^10.2.0",
"@nestjs/mongoose": "^10.0.6",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.0.2",
"@nestjs/serve-static": "^4.0.2",
"@nestjs/swagger": "^7.3.1",
"@octokit/rest": "^20.1.1",
"@refinedev/antd": "^5.38.1",
"@refinedev/cli": "^2.16.31",
"@refinedev/core": "^4.49.2",
"@refinedev/devtools": "^1.2.1",
"@refinedev/inferencer": "^4.6.2",
"@refinedev/kbar": "^1.3.10",
"@refinedev/nextjs-router": "^6.0.4",
"@refinedev/react-hook-form": "^4.8.18",
"@refinedev/simple-rest": "^5.0.6",
"@szmarczak/http-timer": "^5.0.1",
"@vn-utils/text": "0.0.1-rc.2",
"antd": "^5.17.4",
"axios": "^1.7.2",
"bcryptjs": "^2.4.3",
"bullmq": "^5.7.14",
"chart.js": "^4.4.3",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"cron-converter": "^2.0.1",
"cronstrue": "^2.50.0",
"cross-env": "^7.0.3",
"date-fns": "^3.6.0",
"dayjs": "^1.11.13",
"discord.js": "^14.15.3",
"google-auth-library": "^9.11.0",
"helmet": "^7.1.0",
"ioredis": "^5.4.1",
"js-cookie": "^3.0.5",
"moment-timezone": "^0.5.45",
"mongoose": "^8.4.1",
"ms": "^2.1.3",
"necord": "^6.8.3",
"nestjs-i18n": "^10.4.5",
"nestjs-pino": "^4.1.0",
"nestjs-seeder": "^0.3.2",
"next": "14.2.3",
"next-auth": "^4.24.7",
"nodemailer": "^6.9.13",
"passport": "^0.7.0",
"passport-anonymous": "^1.0.1",
"passport-jwt": "^4.0.1",
"pino-http": "^10.1.0",
"pino-pretty": "^11.1.0",
"prism-react-renderer": "^2.3.1",
"prom-client": "^15.1.2",
"react": "18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.3.1",
"react-hook-form": "^7.51.5",
"react-icons": "^5.2.1",
"react-intersection-observer": "^9.10.3",
"react-js-cron": "^5.0.1",
"react-type-animation": "^3.2.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0",
"sharp": "^0.33.4",
"swagger-stats": "^0.99.7",
"swagger-themes": "^1.4.3",
"tslib": "^2.3.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@babel/core": "^7.24.6",
"@compodoc/compodoc": "^1.1.25",
"@nestjs/schematics": "^10.0.1",
"@nestjs/testing": "^10.0.2",
"@nx/cypress": "19.1.1",
"@nx/eslint": "19.1.1",
"@nx/eslint-plugin": "19.1.1",
"@nx/jest": "19.1.1",
"@nx/js": "19.1.1",
"@nx/nest": "19.1.1",
"@nx/next": "^19.1.1",
"@nx/node": "19.1.1",
"@nx/web": "19.1.1",
"@nx/webpack": "19.1.1",
"@nx/workspace": "19.1.1",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@testing-library/react": "15.0.6",
"@types/bcryptjs": "^2.4.6",
"@types/jest": "^29.4.0",
"@types/js-cookie": "^3.0.6",
"@types/ms": "^0.7.34",
"@types/node": "~18.16.9",
"@types/nodemailer": "^6.4.15",
"@types/passport-anonymous": "^1.0.5",
"@types/passport-jwt": "^4.0.1",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"autoprefixer": "10.4.13",
"babel-jest": "^29.4.1",
"copy-webpack-plugin": "^12.0.2",
"cypress": "^13.8.0",
"eslint": "~8.57.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^2.13.4",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"module-alias": "^2.2.3",
"nx": "19.1.1",
"postcss": "8.4.21",
"prettier": "^3.2.5",
"tailwindcss": "3.4.3",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "~5.4.2",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
},
"refine": {
"projectId": "w7Oy9j-G4P3be-shhjL6"
}
}