-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
191 lines (191 loc) · 6.79 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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
{
"name": "itmat-broker",
"version": "3.0.0",
"private": true,
"license": "MIT",
"scripts": {
"prepare": "husky",
"postinstall": "husky",
"preinstall": "node ./scripts/hintYarn.js",
"dev": "yarn serve",
"serve": "nx run-many --parallel=5 --projects=itmat-job-executor,itmat-interface,itmat-ui-react --target=serve",
"serve-ui": "nx serve itmat-ui-react",
"serve-interface": "nx serve itmat-interface",
"serve-executor": "nx serve itmat-job-executor",
"build": "nx run-many --exclude=itmat-docker --target=build",
"build-noui": "nx run-many --exclude=itmat-docker,itmat-ui-react --target=build",
"dockerise": "nx build itmat-docker --tag datascienceinstitute/itmat-broker:latest",
"dockerise-staging": "nx build itmat-docker --tag datascienceinstitute/itmat-broker:staging",
"setupDatabase": "nx run-many --projects=itmat-setup --target=setup",
"test": "nx affected --parallel=1 --target=test",
"test-all": "nx run-many --parallel=1 --target=test",
"lint": "eslint .",
"lint-check": "nx affected --target=lint --parallel=1 && yarn lint",
"lint-fix": "nx affected --target=lint --parallel=1 --fix && yarn lint --fix",
"lint-commit": "commitlint -c false --edit",
"lint-staged": "lint-staged",
"format-check": "nx format:check --all",
"format-fix": "nx format --all"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-react": "^7.24.7",
"@nx/esbuild": "19.8.0",
"@nx/eslint": "19.8.0",
"@nx/eslint-plugin": "19.8.0",
"@nx/express": "19.8.0",
"@nx/jest": "19.8.0",
"@nx/js": "19.8.0",
"@nx/node": "19.8.0",
"@nx/react": "19.8.0",
"@nx/web": "19.8.0",
"@nx/webpack": "19.8.0",
"@nx/workspace": "19.8.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@svgr/webpack": "8.1.0",
"@swc/cli": "0.4.0",
"@swc/core": "1.7.26",
"@swc/jest": "0.2.36",
"@testing-library/react": "16.0.1",
"@types/bcrypt": "5.0.2",
"@types/connect-timeout": "0.0.39",
"@types/cors": "2.8.17",
"@types/express": "4.17.21",
"@types/express-session": "1.18.0",
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.13",
"@types/json2csv": "5.0.7",
"@types/jsonwebtoken": "9.0.7",
"@types/node": "^22.5.5",
"@types/nodemailer": "6.4.16",
"@types/passport": "1.0.16",
"@types/qrcode": "1.5.5",
"@types/react": "18.3.8",
"@types/react-dom": "18.3.0",
"@types/react-highlight-words": "0.20.0",
"@types/supertest": "6.0.2",
"@types/tmp": "0.2.6",
"@types/uuid": "10.0.0",
"@types/webpack-env": "1.18.5",
"@typescript-eslint/eslint-plugin": "8.6.0",
"@typescript-eslint/parser": "8.6.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-jsonc": "2.16.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-react": "7.36.1",
"eslint-plugin-react-hooks": "4.6.2",
"get-port": "7.1.0",
"git-rev-sync": "3.0.2",
"husky": "^9.1.6",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"mongodb-memory-server": "10.0.1",
"nx": "19.8.0",
"prettier": "^3.3.3",
"react-refresh": "^0.14.2",
"supertest": "7.0.0",
"swc-loader": "0.2.6",
"ts-essentials": "10.0.2",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.6.2",
"url-loader": "^4.1.1",
"webpack": "^5.94.0",
"webpack-merge": "^6.0.1"
},
"dependencies": {
"@ant-design/icons": "5.5.1",
"@apollo/client": "3.11.8",
"@apollo/server": "4.11.0",
"@commitlint/config-conventional": "^18.6.3",
"@commitlint/config-nx-scopes": "^18.6.1",
"@ideafast/idgen": "0.1.1",
"@simplewebauthn/browser": "^10.0.0",
"@simplewebauthn/server": "^10.0.1",
"@nivo/calendar": "0.87.0",
"@nivo/bar": "0.87.0",
"@nivo/core": "0.87.0",
"@nivo/line": "0.87.0",
"@nivo/pie": "0.87.0",
"@nivo/treemap": "0.87.0",
"@swc/helpers": "0.5.13",
"@tanstack/react-query": "4.36.1",
"@trpc/client": "10.45.2",
"@trpc/react-query": "10.45.2",
"@trpc/server": "10.45.2",
"JSONStream": "1.3.5",
"antd": "5.21.0",
"antd-img-crop": "4.23.0",
"apollo-upload-client": "18.0.1",
"axios": "1.7.7",
"bcrypt": "5.1.1",
"commitlint": "^18.6.1",
"connect-mongo": "5.1.0",
"connect-timeout": "1.9.0",
"core-js": "^3.38.1",
"cors": "2.8.5",
"csv-parse": "5.5.6",
"dayjs": "1.11.13",
"deepmerge": "4.3.1",
"esbuild": "^0.24.0",
"export-from-json": "1.7.4",
"express": "^4.21.0",
"express-rate-limit": "7.4.0",
"express-session": "1.18.0",
"fs-extra": "11.2.0",
"graphql": "16.9.0",
"graphql-scalars": "1.23.0",
"graphql-subscriptions": "2.0.0",
"graphql-tag": "2.12.6",
"graphql-type-json": "0.3.2",
"graphql-upload-minimal": "1.6.1",
"graphql-ws": "5.16.0",
"hi-base32": "0.5.1",
"http-proxy-middleware": "3.0.2",
"https-browserify": "1.0.0",
"json-bigint-patch": "0.0.8",
"jsonwebtoken": "9.0.2",
"jstat": "1.9.6",
"lint-staged": "15.2.10",
"localforage": "^1.10.0",
"lodash-es": "4.17.21",
"minio": "8.0.1",
"mongodb": "6.9.0",
"multer": "1.4.4",
"nodemailer": "6.9.15",
"passport": "0.7.0",
"path-browserify": "1.0.1",
"qrcode": "1.5.4",
"rc-picker": "4.6.14",
"react": "18.3.1",
"react-csv": "2.2.2",
"react-dom": "18.3.1",
"react-dropzone": "14.2.3",
"react-helmet-async": "2.0.5",
"react-highlight-words": "0.20.0",
"react-router-dom": "6.26.2",
"react-spinners": "0.14.1",
"regenerator-runtime": "0.14.1",
"sanitize-filename": "1.6.3",
"stream-browserify": "3.0.0",
"stream-http": "3.2.0",
"tmp": "0.2.3",
"tslib": "^2.7.0",
"tsutils": "^3.21.0",
"url": "0.11.4",
"uuid": "10.0.0",
"webdav-server": "2.6.2",
"zod": "3.23.8"
},
"resolutions": {
"**/@jest/create-cache-key-function": "^29",
"**/@jest/reporters": "^29",
"**/@jest/test-result": "^29",
"**/jest-config": "^29",
"**/jest-resolve": "^29",
"**/jest-util": "^29",
"**/pretty-format": "^29"
}
}