-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
247 lines (247 loc) · 9.38 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
{
"name": "cord-field",
"version": "3.0.0-dev",
"scripts": {
"start": "run-p \"start:*\"",
"start:server": "razzle start",
"start:gql-gen": "run-p \"gql-gen:* --watch\"",
"build": "yarn gql-gen && razzle build --noninteractive",
"clean": "rimraf -g -v build cache 'src/**/*.generated.ts' 'src/{common,components,scenes}/**/*.graphql.ts' schema.graphql",
"test": "razzle test --env=jsdom",
"lint": "yarn lint:check --fix",
"lint:check": "eslint --ext .ts,.tsx --max-warnings 0 .",
"type-check": "tsc -p .",
"analyze": "yarn build --analyze",
"gql-gen": "yarn gql-gen:schema \"$@\" && yarn gql-gen:operations \"$@\"",
"gql-gen:schema": "yarn gql-gen-base -c codegen.schema.yml",
"gql-gen:operations": "yarn gql-gen-base -c codegen.operations.yml",
"gql-gen-base": "TS_NODE_PROJECT=tsconfig.codegen.json graphql-codegen -r ts-node/register -r ./src/api/schema/codeGenUtil/loadEnv.codegen",
"postinstall": "patch-typed-document-node || true",
"trigger-codepipeline": "rm -rf bin/dist && tsc -p bin && node bin/dist/start-codepipeline"
},
"engines": {
"node": ">=18"
},
"packageManager": "yarn@4.6.0",
"dependencies": {
"@apollo/client": "3.7.*",
"@babel/runtime": "^7.23.2",
"@dagrejs/dagre": "^1.1.2",
"@date-io/core": "^2.17.0",
"@date-io/luxon": "^2.17.0",
"@editorjs/checklist": "^1.5.0",
"@editorjs/code": "^2.8.0",
"@editorjs/delimiter": "^1.3.0",
"@editorjs/editorjs": "^2.28.2",
"@editorjs/embed": "^2.6.0",
"@editorjs/header": "^2.7.0",
"@editorjs/image": "^2.8.2",
"@editorjs/inline-code": "^1.4.0",
"@editorjs/link": "^2.5.0",
"@editorjs/list": "^1.8.0",
"@editorjs/marker": "^1.3.0",
"@editorjs/paragraph": "^2.11.3",
"@editorjs/quote": "^2.5.0",
"@editorjs/raw": "^2.4.0",
"@editorjs/simple-image": "^1.5.1",
"@editorjs/table": "^2.2.2",
"@editorjs/warning": "^1.3.0",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@freiraum/msgreader": "patch:@freiraum/msgreader@1.1.1#.yarn/patches/msg-reader.patch",
"@godaddy/terminus": "^4.12.1",
"@iarna/rtf-to-html": "^1.1.0",
"@loadable/component": "^5.15.3",
"@loadable/server": "^5.16.1",
"@mui/base": "^5.0.0-beta.40",
"@mui/icons-material": "^5.15.19",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "^5.15.19",
"@mui/system": "^5.15.15",
"@mui/x-data-grid": "patch:@mui/x-data-grid@npm%3A7.8.0#~/.yarn/patches/@mui-x-data-grid-npm-7.8.0-178a9a9162.patch",
"@mui/x-data-grid-pro": "^7.8.0",
"@mui/x-date-pickers": "^5.0.20",
"@mui/x-license": "^7.8.0",
"@mui/x-tree-view": "^7.14.0",
"@react-editor-js/client": "^2.1.0",
"@react-editor-js/core": "^2.1.0",
"@react-editor-js/server": "^2.1.0",
"@seedcompany/common": ">=0.14 <1",
"ahooks": "^3.7.8",
"body-parser": "^1.20.2",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cross-fetch": "^3.1.8",
"editorjs-blocks-react-renderer": "^1.3.0",
"express": "^4.18.2",
"file-type": "^16.5.4",
"final-form": "patch:final-form@npm:4.20.9#.yarn/patches/final-form.patch",
"final-form-calculate": "patch:final-form-calculate@1.3.2#.yarn/patches/final-form-calculate.patch",
"graphql": "^16.8.1",
"helmet": "^7.1.0",
"history": "^5.3.0",
"html-react-parser": "^3.0.16",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"logrocket": "^3.0.1",
"logrocket-react": "^5.0.1",
"luxon": "^3.4.3",
"mammoth": "^1.6.0",
"markdown-to-jsx": "^7.5.0",
"mime-types": "^2.1.35",
"notistack": "^2.0.8",
"papaparse": "^5.4.1",
"posthog-js": "^1.157.2",
"query-string": "^7.1.3",
"react": "^18.2.0",
"react-confetti": "^6.1.0",
"react-dnd": "^15.1.2",
"react-dnd-html5-backend": "^15.1.3",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
"react-dropzone": "^14.2.3",
"react-editor-js": "^2.1.0",
"react-error-boundary": "^4.0.12",
"react-final-form": "patch:react-final-form@npm:6.5.9#.yarn/patches/react-final-form.patch",
"react-helmet-async": "^1.3.0",
"react-intersection-observer": "^9.5.2",
"react-number-format": "^4.9.4",
"react-pdf": "^5.7.2",
"react-router": "^6.17.0",
"react-router-dom": "^6.17.0",
"reactflow": "^11.11.3",
"response-time": "^2.3.2",
"rifm": "^0.12.1",
"serialize-query-params": "^1.3.6",
"source-map-support": "^0.5.21",
"stylis": "4.2.0",
"swr": "^2.2.4",
"title-case": "^3.0.3",
"ts-essentials": "^9.4.1",
"tss-react": "^3.7.1",
"validator": "^13.11.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.0/xlsx-0.20.0.tgz",
"xss": "^1.0.14",
"zustand": "^4.5.2"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/plugin-transform-numeric-separator": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/types": "^7.23.0",
"@emotion/babel-plugin": "^11.11.0",
"@emotion/jest": "^11.11.0",
"@graphql-codegen/add": "^5.0.0",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/introspection": "^4.0.0",
"@graphql-codegen/named-operations-object": "^3.0.0",
"@graphql-codegen/near-operation-file-preset": "^3.0.0",
"@graphql-codegen/plugin-helpers": "^5.0.1",
"@graphql-codegen/schema-ast": "^4.0.0",
"@graphql-codegen/typed-document-node": "^5.0.1",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@graphql-tools/graphql-file-loader": "^8.0.0",
"@graphql-tools/schema": "^10.0.0",
"@graphql-tools/url-loader": "^8.0.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@graphql-typed-document-node/patch-cli": "^3.0.9",
"@jest/types": "^27.5.1",
"@loadable/babel-plugin": "^5.16.1",
"@loadable/webpack-plugin": "^5.15.2",
"@seedcompany/eslint-plugin": "^3.4.1",
"@testing-library/dom": "^8.20.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.5.1",
"@types/babel__core": "^7.20.3",
"@types/body-parser": "^1.19.4",
"@types/compression": "^1.7.4",
"@types/cookie-parser": "^1.4.5",
"@types/eslint": "^8.44.6",
"@types/express": "^4.17.20",
"@types/jest": "^27.5.2",
"@types/js-cookie": "^3.0.5",
"@types/loadable__component": "^5.13.6",
"@types/loadable__server": "^5.12.8",
"@types/loadable__webpack-plugin": "^5.7.5",
"@types/lodash": "^4.14.200",
"@types/logrocket-react": "^3.0.2",
"@types/luxon": "^3.3.6",
"@types/mime-types": "^2.1.3",
"@types/node": "^18.18.6",
"@types/papaparse": "^5.3.10",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"@types/react-pdf": "^5.7.4",
"@types/response-time": "^2.3.7",
"@types/seedrandom": "^3.0.7",
"@types/stylis": "^4.2.2",
"@types/testing-library__jest-dom": "^5.14.9",
"@types/validator": "^13.11.5",
"@types/webpack": "^4.41.35",
"@types/webpack-env": "^1.18.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@typescript-eslint/types": "^5.62.0",
"aws-sdk": "2.1372.0",
"babel-loader": "^8.3.0",
"babel-plugin-transform-imports": "^2.0.0",
"babel-plugin-transform-rename-import": "^2.3.0",
"babel-preset-razzle": "^4.2.18",
"circular-dependency-plugin": "^5.2.2",
"dotenv": "8.6.0",
"dotenv-expand": "5.1.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "*",
"eslint-plugin-import": "*",
"eslint-plugin-import-helpers": "*",
"eslint-plugin-jsx-a11y": "*",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "*",
"eslint-plugin-react-hooks": "*",
"eslint-plugin-tss-unused-classes": "^0.0.4",
"html-webpack-plugin": "^4.0.0",
"http-proxy-middleware": "^2.0.6",
"husky": "^4.3.8",
"jest-express": "^1.12.0",
"lint-staged": "^13.3.0",
"mini-css-extract-plugin": "0.9.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"razzle": "patch:razzle@npm%3A4.2.18#~/.yarn/patches/razzle-npm-4.2.18-e0a2c6fe0c.patch",
"razzle-dev-utils": "^4.2.18",
"rimraf": "^5.0.5",
"seedrandom": "^3.0.5",
"ts-morph": "^20.0.0",
"ts-node": "^10.9.1",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"type-fest": "^4.18.2",
"typescript": "^5.7.3",
"webpack": "^4.47.0",
"webpack-bundle-analyzer": "^4.9.1",
"webpack-dev-server": "^4.15.1",
"webpack-dynamic-public-path": "^1.0.8"
},
"resolutions": {
"@iarna/rtf-to-html/rtf-parser": "patch:rtf-parser@npm:1.3.3#.yarn/patches/rtf-parser-npm-1.3.3-c57888a546.patch",
"@mui/x-data-grid@npm:7.8.0": "patch:@mui/x-data-grid@npm%3A7.8.0#~/.yarn/patches/@mui-x-data-grid-npm-7.8.0-178a9a9162.patch",
"css-minimizer-webpack-plugin@npm:^1.2.0": "patch:css-minimizer-webpack-plugin@npm%3A1.3.0#~/.yarn/patches/css-minimizer-webpack-plugin-npm-1.3.0-c66c75884d.patch",
"razzle/react-refresh": "^0.13.0",
"razzle/@pmmmwh/react-refresh-webpack-plugin": "^0.5.6",
"react-dev-utils/browserslist": "^4.14.2",
"react-dev-utils/immer": "^9.0.12",
"react-dev-utils/loader-utils": "^2.0.0",
"react-dev-utils/recursive-readdir": "^2.2.2",
"react-dev-utils/shell-quote": "^1.7",
"watchpack-chokidar2/chokidar": "^3.5.3"
},
"dependenciesMeta": {
"core-js-pure": {
"built": false
}
}
}