-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
253 lines (253 loc) · 8.32 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
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
{
"name": "lead",
"version": "0.0.0-semantic-release",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "https://github.com/nikitait/lead.git",
"directory": "."
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"private": true,
"devDependencies": {
"@babel/core": "7.12.13",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "7.12.13",
"@commitlint/config-nx-scopes": "^17.4.3",
"@commitlint/cz-commitlint": "^17.4.2",
"@faker-js/faker": "^7.6.0",
"@graphql-codegen/cli": "^3.0.0",
"@graphql-codegen/fragment-matcher": "^4.0.1",
"@graphql-codegen/introspection": "^3.0.1",
"@graphql-codegen/typescript-apollo-client-helpers": "^2.2.6",
"@graphql-codegen/typescript-operations": "^3.0.0",
"@graphql-codegen/typescript-react-apollo": "^3.3.7",
"@nestjs/schematics": "^9.0.0",
"@nestjs/testing": "^9.0.0",
"@nrwl/cypress": "15.7.2",
"@nrwl/eslint-plugin-nx": "15.7.2",
"@nrwl/jest": "15.7.2",
"@nrwl/js": "15.7.2",
"@nrwl/linter": "15.7.2",
"@nrwl/nest": "15.7.2",
"@nrwl/node": "15.7.2",
"@nrwl/nx-cloud": "15.0.3",
"@nrwl/react": "15.7.2",
"@nrwl/rollup": "15.7.2",
"@nrwl/storybook": "15.7.2",
"@nrwl/web": "15.7.2",
"@nrwl/webpack": "15.7.2",
"@nrwl/workspace": "15.7.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@rollup/plugin-url": "^7.0.0",
"@storybook/addon-a11y": "^7.0.0-beta.46",
"@storybook/addon-docs": "^7.0.0-beta.46",
"@storybook/addon-essentials": "^7.0.0-beta.46",
"@storybook/addon-jest": "^7.0.0-beta.46",
"@storybook/addon-storysource": "^7.0.0-beta.46",
"@storybook/builder-webpack5": "^7.0.0-beta.46",
"@storybook/core-common": "^7.0.0-beta.46",
"@storybook/core-server": "^7.0.0-beta.46",
"@storybook/manager-webpack5": "^6.5.15",
"@storybook/mdx2-csf": "^1.0.0-next.5",
"@storybook/react": "^7.0.0-beta.46",
"@storybook/react-webpack5": "^7.0.0-beta.43",
"@svgr/rollup": "^6.1.2",
"@svgr/webpack": "^6.1.2",
"@testing-library/react": "^13.4.0",
"@types/bcrypt": "^5.0.0",
"@types/debug": "^4.1.7",
"@types/express": "^4.7.0",
"@types/flat": "^5.0.2",
"@types/jest": "28.1.1",
"@types/jest-axe": "^3.5.5",
"@types/node": "18.11.9",
"@types/passport-jwt": "^3.0.8",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@types/react-is": "17.0.3",
"@types/react-router-dom": "5.3.3",
"@types/styled-components": "5.1.26",
"@types/supertest": "^2.0.12",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"apollo-server-core": "^3.7.0",
"assert": "^2.0.0",
"autoprefixer": "10.4.13",
"babel-jest": "28.1.1",
"babel-loader": "8.1.0",
"babel-plugin-styled-components": "1.10.7",
"cypress": "^12.2.0",
"cypress-plugin-tab": "^1.0.5",
"debug": "^4.3.3",
"dotenv": "^16.0.3",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"express": "4.18.2",
"flat": "^5.0.2",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.3",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"jsonwebtoken": "^9.0.0",
"lint-staged": "^13.1.2",
"nx": "15.7.0",
"postcss": "8.4.19",
"prettier": "^2.6.2",
"prisma": "^4.9.0",
"react-refresh": "^0.10.0",
"react-test-renderer": "18.2.0",
"remark-gfm": "^3.0.1",
"semantic-release-npm-github-publish": "^1.5.4",
"semantic-release-plus": "^20.0.0",
"storybook": "^7.0.0-beta.46",
"tailwindcss": "3.2.4",
"ts-jest": "28.0.5",
"ts-node": "10.9.1",
"twin.macro": "^3.1.0",
"typescript": "~4.8.2",
"url-loader": "^4.1.1",
"uuid": "^9.0.0"
},
"dependencies": {
"@ag-grid-community/client-side-row-model": "^29.1.0",
"@ag-grid-community/core": "^29.1.0",
"@ag-grid-community/csv-export": "^29.1.0",
"@ag-grid-community/infinite-row-model": "^29.1.0",
"@ag-grid-community/react": "^29.1.0",
"@ag-grid-community/styles": "^29.1.0",
"@ag-grid-enterprise/charts": "^29.1.0",
"@ag-grid-enterprise/clipboard": "^29.1.0",
"@ag-grid-enterprise/column-tool-panel": "^29.1.0",
"@ag-grid-enterprise/core": "^29.1.0",
"@ag-grid-enterprise/filter-tool-panel": "^29.1.0",
"@ag-grid-enterprise/menu": "^29.1.0",
"@ag-grid-enterprise/multi-filter": "^29.1.0",
"@ag-grid-enterprise/range-selection": "^29.1.0",
"@ag-grid-enterprise/rich-select": "^29.1.0",
"@ag-grid-enterprise/row-grouping": "^29.1.0",
"@ag-grid-enterprise/server-side-row-model": "^29.1.0",
"@ag-grid-enterprise/set-filter": "^29.1.0",
"@ag-grid-enterprise/side-bar": "^29.1.0",
"@ag-grid-enterprise/sparklines": "^29.1.0",
"@ag-grid-enterprise/status-bar": "^29.1.0",
"@ag-grid-enterprise/viewport-row-model": "^29.1.0",
"@apollo/client": "^3.7.6",
"@apollo/federation": "^0.38.1",
"@apollo/gateway": "^2.3.0",
"@apollo/subgraph": "^2.3.2",
"@code-hike/mdx": "^0.8.0",
"@commitlint/config-conventional": "^17.4.4",
"@emotion/cache": "^11.10.5",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@golevelup/nestjs-modules": "^0.6.1",
"@hookform/resolvers": "^2.9.10",
"@mdx-js/react": "^2.3.0",
"@mui/icons-material": "^5.11.0",
"@mui/lab": "^5.0.0-alpha.119",
"@mui/material": "^5.11.7",
"@mui/styled-engine-sc": "^5.11.0",
"@mui/system": "^5.11.9",
"@mui/utils": "^5.11.9",
"@mui/x-data-grid-pro": "^5.17.23",
"@mui/x-date-pickers": "^5.0.18",
"@mui/x-date-pickers-pro": "^5.0.18",
"@mui/x-license-pro": "^5.17.12",
"@nestjs/apollo": "^10.1.7",
"@nestjs/common": "^9.0.0",
"@nestjs/config": "^2.3.0",
"@nestjs/core": "^9.0.0",
"@nestjs/graphql": "^10.1.7",
"@nestjs/jwt": "^10.0.2",
"@nestjs/mongoose": "^9.2.1",
"@nestjs/passport": "^9.0.3",
"@nestjs/platform-express": "^9.0.0",
"@nestjs/platform-socket.io": "^9.3.2",
"@nestjs/swagger": "^6.1.4",
"@nestjs/terminus": "^9.2.0",
"@nestjs/typeorm": "^9.0.1",
"@nestjs/websockets": "^9.3.2",
"@prisma/client": "^4.9.0",
"@testing-library/jest-dom": "5.16.5",
"@types/graphql-upload": "^15.0.2",
"@willsoto/nestjs-prometheus": "^5.1.0",
"apollo-cache-updater": "^0.1.3",
"apollo-link-queue": "^3.1.0",
"apollo-server-express": "^3.11.1",
"apollo3-cache-persist": "^0.14.1",
"axios": "^1.0.0",
"babel-plugin-require-context-hook": "^1.0.0",
"bcrypt": "^5.1.0",
"class-validator": "^0.14.0",
"clsx": "^1.2.1",
"commitizen": "^4.3.0",
"cross-fetch": "3.1.5",
"cypress-real-events": "^1.7.6",
"date-fns": "^2.29.3",
"eslint-plugin-material-ui": "^1.0.1",
"fp-ts": "^2.13.1",
"graphql": "^16.6.0",
"graphql-scalars": "^1.20.1",
"graphql-subscriptions": "^2.0.0",
"graphql-tools": "^8.3.17",
"graphql-upload": "^16.0.2",
"graphql-ws": "^5.11.3",
"helmet": "^6.0.1",
"i18next": "^22.4.9",
"io-ts": "^2.2.20",
"jest-axe": "^7.0.0",
"localforage": "^1.10.0",
"markdownlint-cli": "^0.33.0",
"module-alias": "^2.2.2",
"moment": "^2.29.4",
"mongoose": "^6.9.1",
"nodemailer": "^6.9.1",
"passport-jwt": "^4.0.1",
"pg": "^8.9.0",
"prom-client": "^14.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.0",
"react-i18next": "^12.1.5",
"react-is": "18.2.0",
"react-router-dom": "^6.8.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.0.0",
"shiki": "^0.14.1",
"styled-components": "^5.3.6",
"supertest": "^6.3.3",
"swagger-ui-express": "^4.6.0",
"ts-morph": "^17.0.1",
"tslib": "^2.3.0",
"typeorm": "^0.3.12",
"url-join-ts": "^1.0.5",
"winston": "^3.8.2",
"y-indexeddb": "^9.0.9",
"y-webrtc": "^10.2.4",
"yjs": "^13.5.48",
"yup": "^1.0.0"
},
"lint-staged": {
"*.js": "eslint --cache --fix",
"*.{js,css}": "prettier --write",
"*.md": [
"prettier --write",
"markdown-lint --fix --typograph"
]
}
}