aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 302831bd27f7aa74fefdbc2baa49203ede996f84 (plain)
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
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
{
    "name": "dash",
    "version": "1.0.0",
    "description": "",
    "main": "index.js",
    "engines": {
        "node": ">=12.0.0"
    },
    "browser": {
        "child_process": false
    },
    "node": {
        "child_process": "empty"
    },
    "scripts": {
        "start-release": "cross-env RELEASE=true USE_AZURE=false NODE_OPTIONS=--max_old_space_size=4096 ts-node-dev --debug -- src/server/index.ts",
        "start-release-debug": "cross-env RELEASE=true USE_AZURE=false NODE_OPTIONS=--max_old_space_size=4096 ts-node-dev --inspect -- src/server/index.ts",
        "start": "cross-env NODE_OPTIONS=--max_old_space_size=4096 ts-node-dev --debug --transpile-only -- src/server/index.ts",
        "debug": "cross-env  NODE_OPTIONS=--max_old_space_size=8192 ts-node-dev --transpile-only --inspect -- src/server/index.ts",
        "monitor": "cross-env MONITORED=true NODE_OPTIONS=--max_old_space_size=4096 ts-node src/server/index.ts",
        "build": "cross-env NODE_OPTIONS=--max_old_space_size=8192 webpack --env production",
        "test": "mocha -r ts-node/register test/**/*.ts",
        "tsc": "tsc -t es5"
    },
    "devDependencies": {
        "@eslint/js": "^9.1.1",
        "@types/adm-zip": "^0.5.5",
        "@types/animejs": "^3.1.12",
        "@types/archiver": "^6.0.2",
        "@types/async": "^3.2.24",
        "@types/bcrypt-nodejs": "0.0.31",
        "@types/bluebird": "^3.5.42",
        "@types/body-parser": "^1.19.5",
        "@types/chai": "^4.3.11",
        "@types/color": "^3.0.6",
        "@types/cookie-parser": "^1.4.6",
        "@types/cookie-session": "^2.0.48",
        "@types/d3": "^7.4.3",
        "@types/dom-mediacapture-record": "^1.0.19",
        "@types/exif": "^0.6.5",
        "@types/express": "^4.17.21",
        "@types/express-session": "^1.17.10",
        "@types/file-saver": "^2.0.7",
        "@types/howler": "^2.2.11",
        "@types/html-to-text": "^9.0.4",
        "@types/jquery": "^3.5.29",
        "@types/libxmljs": "^0.18.12",
        "@types/lodash": "^4.14.202",
        "@types/mocha": "^10.0.6",
        "@types/node": "^20.10.3",
        "@types/nodemailer": "^6.4.14",
        "@types/passport": "^1.0.16",
        "@types/passport-google-oauth20": "^2.0.14",
        "@types/passport-local": "^1.0.38",
        "@types/rc-switch": "^1.9.5",
        "@types/react": "^18.2.41",
        "@types/react-autosuggest": "^10.1.10",
        "@types/react-color": "^3.0.10",
        "@types/react-datepicker": "^6.2.0",
        "@types/react-dom": "^18.2.17",
        "@types/react-grid-layout": "^1.3.5",
        "@types/react-measure": "^2.0.12",
        "@types/react-reconciler": "^0.28.8",
        "@types/request": "^2.48.12",
        "@types/request-promise": "^4.1.51",
        "@types/shelljs": "^0.8.15",
        "@types/textarea-caret": "^3.0.3",
        "@types/textfit": "^2.4.4",
        "@types/uuid": "^10.0.0",
        "@types/valid-url": "^1.0.7",
        "@types/webpack": "^5.28.5",
        "@types/webscopeio__react-textarea-autocomplete": "^4.7.5",
        "@types/youtube": "0.0.50",
        "chai": "^5.0.0",
        "cross-env": "^7.0.3",
        "eslint": "^8.57.0",
        "eslint-config-airbnb": "^19.0.4",
        "eslint-config-node": "^4.1.0",
        "eslint-config-prettier": "^9.1.0",
        "eslint-import-resolver-typescript": "^3.6.1",
        "eslint-plugin-import": "^2.29.1",
        "eslint-plugin-jsx-a11y": "^6.8.0",
        "eslint-plugin-node": "^11.1.0",
        "eslint-plugin-prettier": "^5.0.1",
        "eslint-plugin-react": "^7.34.1",
        "eslint-plugin-react-hooks": "^4.6.0",
        "globals": "^15.1.0",
        "jsdom": "^24.0.0",
        "mocha": "^10.2.0",
        "prettier": "^3.1.0",
        "scss-loader": "0.0.1",
        "style-loader": "^4.0.0",
        "ts-loader": "^9.5.1",
        "ts-node": "^10.9.1",
        "ts-node-dev": "^2.0.0",
        "typescript-eslint": "^7.8.0",
        "webpack-dev-server": "^5.0.4"
    },
    "dependencies": {
        "@adobe/react-spectrum": "^3.32.2",
        "@azure/storage-blob": "^12.17.0",
        "@babel/preset-env": "^7.23.5",
        "@babel/preset-react": "^7.23.3",
        "@bundled-es-modules/pdfjs-dist": "^3.6.172-alpha.1",
        "@emotion/react": "^11.11.1",
        "@emotion/styled": "^11.11.0",
        "@ffmpeg/core": "^0.12.5",
        "@ffmpeg/ffmpeg": "^0.12.8",
        "@fortawesome/fontawesome-svg-core": "^6.5.1",
        "@fortawesome/free-brands-svg-icons": "^6.5.1",
        "@fortawesome/free-regular-svg-icons": "^6.5.1",
        "@fortawesome/free-solid-svg-icons": "^6.5.1",
        "@fortawesome/react-fontawesome": "^0.2.0",
        "@fullcalendar/core": "^6.1.10",
        "@fullcalendar/daygrid": "^6.1.10",
        "@fullcalendar/multimonth": "^6.1.10",
        "@internationalized/date": "^3.5.0",
        "@mui/icons-material": "^5.14.19",
        "@mui/material": "^5.14.19",
        "@octokit/core": "^6.0.1",
        "@react-google-maps/api": "^2.19.2",
        "@react-spring/web": "^9.7.3",
        "@turf/turf": "^6.5.0",
        "@types/bezier-js": "^4.1.3",
        "@types/brotli": "^1.3.4",
        "@types/cors": "^2.8.17",
        "@types/d3-axis": "^3.0.6",
        "@types/d3-color": "^3.1.3",
        "@types/d3-scale": "^4.0.8",
        "@types/d3-selection": "^3.0.10",
        "@types/dom-speech-recognition": "0.0.4",
        "@types/find-in-files": "^0.5.3",
        "@types/fluent-ffmpeg": "^2.1.24",
        "@types/formidable": "3.4.5",
        "@types/geojson": "^7946.0.14",
        "@types/google-maps": "^3.2.6",
        "@types/mapbox-gl": "^3.1.0",
        "@types/pdf-parse": "^1.1.4",
        "@types/reveal": "^4.2.0",
        "@types/supercluster": "^7.1.3",
        "@types/textfit": "^2.4.4",
        "@types/web": "^0.0.151",
        "@types/webpack-hot-middleware": "^2.25.9",
        "@typescript-eslint/parser": "^7.8.0",
        "@webscopeio/react-textarea-autocomplete": "^4.9.2",
        "adm-zip": "^0.5.10",
        "archiver": "^7.0.1",
        "async": "^3.2.5",
        "axios": "^1.6.2",
        "babel": "^6.23.0",
        "babel-loader": "^9.1.3",
        "bcrypt-nodejs": "0.0.3",
        "better-react-mathjax": "^2.0.3",
        "bezier-curve": "^1.0.0",
        "bezier-js": "^6.1.4",
        "bingmaps-react": "^1.2.10",
        "bluebird": "^3.7.2",
        "body-parser": "^1.20.2",
        "bootstrap": "^5.3.2",
        "brotli": "^1.3.3",
        "browndash-components": "^0.1.45",
        "browser-assert": "^1.2.1",
        "bson": "^6.2.0",
        "canvas": "^2.11.2",
        "chart.js": "^4.4.0",
        "child_process": "^1.0.2",
        "class-transformer": "^0.5.1",
        "color": "^4.2.3",
        "colors": "^1.4.0",
        "compute-cosine-similarity": "^1.1.0",
        "connect-flash": "^0.1.1",
        "connect-mongo": "^5.1.0",
        "cookie-parser": "^1.4.6",
        "cookie-session": "^2.0.0",
        "core-js": "^3.33.3",
        "cors": "^2.8.5",
        "css-loader": "^7.0.0",
        "csstype": "^3.1.3",
        "csv-parser": "^3.0.0",
        "csv-stringify": "^6.4.4",
        "csvtojson": "^2.0.10",
        "D": "^1.0.0",
        "d3": "^7.8.5",
        "depcheck": "^1.4.7",
        "dotenv": "^16.3.1",
        "eslint-webpack-plugin": "^4.1.0",
        "exif": "^0.6.0",
        "exifr": "^7.1.3",
        "express": "^4.18.2",
        "express-flash": "0.0.2",
        "express-session": "^1.17.3",
        "express-validator": "^7.0.1",
        "extract-colors": "^4.0.2",
        "ffmpeg": "^0.0.4",
        "file-loader": "^6.2.0",
        "file-saver": "^2.0.5",
        "find-in-files": "^0.5.0",
        "fit-curve": "^0.2.0",
        "flexlayout-react": "^0.7.15",
        "fluent-ffmpeg": "^2.1.2",
        "forever-agent": "^0.6.1",
        "fork-ts-checker-webpack-plugin": "^9.0.2",
        "form-data": "^4.0.0",
        "formidable": "3.5.1",
        "function-plot": "^1.23.3",
        "golden-layout": "^2.6.0",
        "google-auth-library": "^9.4.1",
        "googleapis": "^140.0.1",
        "googlephotos": "^0.3.5",
        "got": "^14.0.0",
        "howler": "^2.2.4",
        "html-to-image": "^1.11.11",
        "html-to-text": "^9.0.5",
        "html-webpack-plugin": "^5.5.3",
        "http-browserify": "^1.7.0",
        "https": "^1.0.0",
        "https-browserify": "^1.0.0",
        "i": "^0.3.7",
        "image-data-uri": "^2.0.1",
        "image-size": "^1.0.2",
        "image-size-stream": "^1.1.0",
        "is-plain-obj": "^4.1.0",
        "jimp": "^0.22.10",
        "jpeg-autorotate": "^9.0.0",
        "jquery": "^3.7.1",
        "js-datepicker": "^5.18.2",
        "jsonschema": "^1.4.1",
        "jszip": "^3.10.1",
        "lodash": "^4.17.21",
        "mapbox-gl": "^3.0.1",
        "markdown-it": "^14.1.0",
        "mathquill": "^0.10.1-a",
        "md5-file": "^5.0.0",
        "memorystream": "^0.3.1",
        "mermaid": "^10.9.0",
        "mobile-detect": "^1.4.5",
        "mobx": "^6.12.0",
        "mobx-react": "^9.1.0",
        "mobx-utils": "^6.0.8",
        "mongodb": "^6.3.0",
        "mongoose": "^8.0.2",
        "node-stream-zip": "^1.15.0",
        "nodemailer": "^6.9.7",
        "nodemon": "^3.0.2",
        "npm": "^10.2.5",
        "openai": "^4.26.0",
        "p-limit": "^6.1.0",
        "passport": "^0.7.0",
        "passport-google-oauth20": "^2.0.0",
        "passport-local": "^1.0.0",
        "path-browserify": "^1.0.1",
        "pdf-parse": "^1.1.1",
        "pdfjs": "^2.4.7",
        "pdfjs-dist": "^4.0.269",
        "probe-image-size": "^7.2.3",
        "process": "^0.11.10",
        "prosemirror-commands": "^1.5.2",
        "prosemirror-find-replace": "^0.9.0",
        "prosemirror-history": "^1.3.2",
        "prosemirror-inputrules": "^1.4.0",
        "prosemirror-keymap": "^1.2.2",
        "prosemirror-model": "^1.19.3",
        "prosemirror-schema-list": "^1.3.0",
        "prosemirror-state": "^1.4.3",
        "prosemirror-transform": "^1.8.0",
        "prosemirror-view": "^1.32.5",
        "pug": "^3.0.2",
        "query-string": "^7.1.3",
        "querystring-es3": "^0.2.1",
        "raw-loader": "^4.0.2",
        "rc-switch": "^4.1.0",
        "react": "^18.2.0",
        "react-autosuggest": "^10.1.0",
        "react-awesome-reveal": "^4.2.7",
        "react-color": "^2.19.3",
        "react-compound-slider": "^3.4.0",
        "react-datepicker": "^7.3.0",
        "react-dom": "^18.2.0",
        "react-grid-layout": "^1.4.4",
        "react-icons": "^5.0.1",
        "react-jsx-parser": "^2.0.0",
        "react-latex-next": "^3.0.0",
        "react-loading": "^2.0.3",
        "react-map-gl": "^7.1.6",
        "react-markdown": "^9.0.1",
        "react-measure": "^2.5.2",
        "react-resizable": "^3.0.5",
        "react-select": "^5.8.0",
        "react-textarea-autosize": "^8.5.3",
        "react-type-animation": "^3.2.0",
        "react-xarrows": "^2.0.2",
        "readline": "^1.3.0",
        "recharts": "^2.10.3",
        "rehype-katex": "^7.0.0",
        "rehype-raw": "^7.0.0",
        "remark-gfm": "^4.0.0",
        "remark-math": "^6.0.0",
        "request": "^2.88.2",
        "request-promise": "^4.2.6",
        "reveal.js": "^5.0.2",
        "rimraf": "^6.0.0",
        "sass": "^1.69.5",
        "sass-loader": "^14.2.0",
        "serializr": "^3.0.2",
        "shelljs": "^0.8.5",
        "socket.io": "^4.7.2",
        "socket.io-client": "^4.7.2",
        "standard-http-error": "^2.0.1",
        "stream-browserify": "^3.0.0",
        "styled-components": "^6.1.1",
        "supercluster": "^8.0.1",
        "textarea-caret": "^3.1.0",
        "textfit": "^2.4.0",
        "tough-cookie": "^4.1.3",
        "tslint": "^6.1.3",
        "tslint-loader": "^3.5.4",
        "typescript": "^5.3.3",
        "typescript-collections": "^1.3.3",
        "typescript-language-server": "^4.1.3",
        "uninstall": "^0.0.0",
        "url": "^0.11.3",
        "url-loader": "^4.1.1",
        "util": "^0.12.5",
        "uuid": "^10.0.0",
        "valid-url": "^1.0.9",
        "web-request": "^1.0.7",
        "webpack": "^5.89.0",
        "webpack-cli": "^5.1.4",
        "webpack-dev-middleware": "^7.0.0",
        "webpack-hot-middleware": "^2.25.4",
        "wikijs": "^6.4.1",
        "words-to-numbers": "^1.5.1",
        "xoauth2": "^1.2.0",
        "xregexp": "^5.1.1"
    }
}