forked from jupyter/notebook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
425 lines (425 loc) · 18.1 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
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
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
{
"name": "@jupyter-notebook/app",
"version": "7.3.0-alpha.1",
"private": true,
"scripts": {
"build": "webpack",
"build:prod": "webpack --mode=production",
"clean": "rimraf build && jlpm run clean:static",
"clean:static": "rimraf -g \"../notebook/static/!(favicons)\"",
"watch": "webpack --config ./webpack.config.watch.js"
},
"resolutions": {
"@codemirror/state": "~6.4.1",
"@codemirror/view": "~6.28.3",
"@jupyter-notebook/application": "~7.3.0-alpha.1",
"@jupyter-notebook/application-extension": "~7.3.0-alpha.1",
"@jupyter-notebook/console-extension": "~7.3.0-alpha.1",
"@jupyter-notebook/docmanager-extension": "~7.3.0-alpha.1",
"@jupyter-notebook/documentsearch-extension": "~7.3.0-alpha.1",
"@jupyter-notebook/help-extension": "~7.3.0-alpha.1",
"@jupyter-notebook/notebook-extension": "~7.3.0-alpha.1",
"@jupyter-notebook/terminal-extension": "~7.3.0-alpha.1",
"@jupyter-notebook/tree": "~7.3.0-alpha.1",
"@jupyter-notebook/tree-extension": "~7.3.0-alpha.1",
"@jupyter-notebook/ui-components": "~7.3.0-alpha.1",
"@jupyter/ydoc": "~2.0.1",
"@jupyterlab/application": "~4.3.0-alpha.1",
"@jupyterlab/application-extension": "~4.3.0-alpha.1",
"@jupyterlab/apputils": "~4.4.0-alpha.1",
"@jupyterlab/apputils-extension": "~4.3.0-alpha.1",
"@jupyterlab/attachments": "~4.3.0-alpha.1",
"@jupyterlab/cell-toolbar": "~4.3.0-alpha.1",
"@jupyterlab/cell-toolbar-extension": "~4.3.0-alpha.1",
"@jupyterlab/celltags-extension": "~4.3.0-alpha.1",
"@jupyterlab/codeeditor": "~4.3.0-alpha.1",
"@jupyterlab/codemirror": "~4.3.0-alpha.1",
"@jupyterlab/codemirror-extension": "~4.3.0-alpha.1",
"@jupyterlab/completer": "~4.3.0-alpha.1",
"@jupyterlab/completer-extension": "~4.3.0-alpha.1",
"@jupyterlab/console": "~4.3.0-alpha.1",
"@jupyterlab/console-extension": "~4.3.0-alpha.1",
"@jupyterlab/coreutils": "~6.3.0-alpha.1",
"@jupyterlab/csvviewer-extension": "~4.3.0-alpha.1",
"@jupyterlab/debugger": "~4.3.0-alpha.1",
"@jupyterlab/debugger-extension": "~4.3.0-alpha.1",
"@jupyterlab/docmanager": "~4.3.0-alpha.1",
"@jupyterlab/docmanager-extension": "~4.3.0-alpha.1",
"@jupyterlab/documentsearch": "~4.3.0-alpha.1",
"@jupyterlab/documentsearch-extension": "~4.3.0-alpha.1",
"@jupyterlab/extensionmanager": "~4.3.0-alpha.1",
"@jupyterlab/extensionmanager-extension": "~4.3.0-alpha.1",
"@jupyterlab/filebrowser": "~4.3.0-alpha.1",
"@jupyterlab/filebrowser-extension": "~4.3.0-alpha.1",
"@jupyterlab/fileeditor": "~4.3.0-alpha.1",
"@jupyterlab/fileeditor-extension": "~4.3.0-alpha.1",
"@jupyterlab/help-extension": "~4.3.0-alpha.1",
"@jupyterlab/htmlviewer": "~4.3.0-alpha.1",
"@jupyterlab/htmlviewer-extension": "~4.3.0-alpha.1",
"@jupyterlab/hub-extension": "~4.3.0-alpha.1",
"@jupyterlab/imageviewer": "~4.3.0-alpha.1",
"@jupyterlab/imageviewer-extension": "~4.3.0-alpha.1",
"@jupyterlab/javascript-extension": "~4.3.0-alpha.1",
"@jupyterlab/json-extension": "~4.3.0-alpha.1",
"@jupyterlab/lsp": "~4.3.0-alpha.1",
"@jupyterlab/lsp-extension": "~4.3.0-alpha.1",
"@jupyterlab/mainmenu": "~4.3.0-alpha.1",
"@jupyterlab/mainmenu-extension": "~4.3.0-alpha.1",
"@jupyterlab/markdownviewer": "~4.3.0-alpha.1",
"@jupyterlab/markdownviewer-extension": "~4.3.0-alpha.1",
"@jupyterlab/markedparser-extension": "~4.3.0-alpha.1",
"@jupyterlab/mathjax-extension": "~4.3.0-alpha.1",
"@jupyterlab/mermaid": "~4.3.0-alpha.1",
"@jupyterlab/mermaid-extension": "~4.3.0-alpha.1",
"@jupyterlab/metadataform": "~4.3.0-alpha.1",
"@jupyterlab/metadataform-extension": "~4.3.0-alpha.1",
"@jupyterlab/notebook": "~4.3.0-alpha.1",
"@jupyterlab/notebook-extension": "~4.3.0-alpha.1",
"@jupyterlab/observables": "~5.3.0-alpha.1",
"@jupyterlab/outputarea": "~4.3.0-alpha.1",
"@jupyterlab/pdf-extension": "~4.3.0-alpha.1",
"@jupyterlab/pluginmanager-extension": "~4.3.0-alpha.1",
"@jupyterlab/rendermime": "~4.3.0-alpha.1",
"@jupyterlab/rendermime-interfaces": "~3.11.0-alpha.1",
"@jupyterlab/running-extension": "~4.3.0-alpha.1",
"@jupyterlab/services": "~7.3.0-alpha.1",
"@jupyterlab/settingeditor": "~4.3.0-alpha.1",
"@jupyterlab/settingeditor-extension": "~4.3.0-alpha.1",
"@jupyterlab/settingregistry": "~4.3.0-alpha.1",
"@jupyterlab/shortcuts-extension": "~5.1.0-alpha.1",
"@jupyterlab/statedb": "~4.3.0-alpha.1",
"@jupyterlab/statusbar": "~4.3.0-alpha.1",
"@jupyterlab/terminal": "~4.3.0-alpha.1",
"@jupyterlab/terminal-extension": "~4.3.0-alpha.1",
"@jupyterlab/theme-dark-extension": "~4.3.0-alpha.1",
"@jupyterlab/theme-dark-high-contrast-extension": "~4.3.0-alpha.1",
"@jupyterlab/theme-light-extension": "~4.3.0-alpha.1",
"@jupyterlab/toc-extension": "~6.3.0-alpha.1",
"@jupyterlab/tooltip": "~4.3.0-alpha.1",
"@jupyterlab/tooltip-extension": "~4.3.0-alpha.1",
"@jupyterlab/translation": "~4.3.0-alpha.1",
"@jupyterlab/translation-extension": "~4.3.0-alpha.1",
"@jupyterlab/ui-components": "~4.3.0-alpha.1",
"@jupyterlab/ui-components-extension": "~4.3.0-alpha.1",
"@jupyterlab/vega5-extension": "~4.3.0-alpha.1",
"@lezer/common": "~1.2.1",
"@lezer/highlight": "~1.2.0",
"@lumino/algorithm": "~2.0.1",
"@lumino/application": "~2.3.1",
"@lumino/commands": "~2.3.0",
"@lumino/coreutils": "~2.1.2",
"@lumino/disposable": "~2.1.2",
"@lumino/domutils": "~2.0.1",
"@lumino/dragdrop": "~2.1.4",
"@lumino/messaging": "~2.0.1",
"@lumino/properties": "~2.0.1",
"@lumino/signaling": "~2.1.2",
"@lumino/virtualdom": "~2.0.1",
"@lumino/widgets": "~2.3.2",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"yjs": "~13.6.8"
},
"dependencies": {
"@jupyter-notebook/application": "^7.3.0-alpha.1",
"@jupyter-notebook/application-extension": "^7.3.0-alpha.1",
"@jupyter-notebook/console-extension": "^7.3.0-alpha.1",
"@jupyter-notebook/docmanager-extension": "^7.3.0-alpha.1",
"@jupyter-notebook/documentsearch-extension": "^7.3.0-alpha.1",
"@jupyter-notebook/help-extension": "^7.3.0-alpha.1",
"@jupyter-notebook/notebook-extension": "^7.3.0-alpha.1",
"@jupyter-notebook/terminal-extension": "^7.3.0-alpha.1",
"@jupyter-notebook/tree": "^7.3.0-alpha.1",
"@jupyter-notebook/tree-extension": "^7.3.0-alpha.1",
"@jupyter-notebook/ui-components": "^7.3.0-alpha.1",
"@jupyterlab/application-extension": "~4.3.0-alpha.1",
"@jupyterlab/apputils-extension": "~4.3.0-alpha.1",
"@jupyterlab/attachments": "~4.3.0-alpha.1",
"@jupyterlab/cell-toolbar-extension": "~4.3.0-alpha.1",
"@jupyterlab/celltags-extension": "~4.3.0-alpha.1",
"@jupyterlab/codemirror": "~4.3.0-alpha.1",
"@jupyterlab/codemirror-extension": "~4.3.0-alpha.1",
"@jupyterlab/completer-extension": "~4.3.0-alpha.1",
"@jupyterlab/console-extension": "~4.3.0-alpha.1",
"@jupyterlab/coreutils": "~6.3.0-alpha.1",
"@jupyterlab/csvviewer-extension": "~4.3.0-alpha.1",
"@jupyterlab/debugger-extension": "~4.3.0-alpha.1",
"@jupyterlab/docmanager-extension": "~4.3.0-alpha.1",
"@jupyterlab/documentsearch-extension": "~4.3.0-alpha.1",
"@jupyterlab/extensionmanager-extension": "~4.3.0-alpha.1",
"@jupyterlab/filebrowser-extension": "~4.3.0-alpha.1",
"@jupyterlab/fileeditor-extension": "~4.3.0-alpha.1",
"@jupyterlab/help-extension": "~4.3.0-alpha.1",
"@jupyterlab/htmlviewer-extension": "~4.3.0-alpha.1",
"@jupyterlab/hub-extension": "~4.3.0-alpha.1",
"@jupyterlab/imageviewer-extension": "~4.3.0-alpha.1",
"@jupyterlab/javascript-extension": "~4.3.0-alpha.1",
"@jupyterlab/json-extension": "~4.3.0-alpha.1",
"@jupyterlab/lsp": "~4.3.0-alpha.1",
"@jupyterlab/lsp-extension": "~4.3.0-alpha.1",
"@jupyterlab/mainmenu-extension": "~4.3.0-alpha.1",
"@jupyterlab/markdownviewer-extension": "~4.3.0-alpha.1",
"@jupyterlab/markedparser-extension": "~4.3.0-alpha.1",
"@jupyterlab/mathjax-extension": "~4.3.0-alpha.1",
"@jupyterlab/mermaid-extension": "~4.3.0-alpha.1",
"@jupyterlab/metadataform-extension": "~4.3.0-alpha.1",
"@jupyterlab/notebook-extension": "~4.3.0-alpha.1",
"@jupyterlab/pdf-extension": "~4.3.0-alpha.1",
"@jupyterlab/pluginmanager-extension": "~4.3.0-alpha.1",
"@jupyterlab/running-extension": "~4.3.0-alpha.1",
"@jupyterlab/settingeditor": "~4.3.0-alpha.1",
"@jupyterlab/settingeditor-extension": "~4.3.0-alpha.1",
"@jupyterlab/shortcuts-extension": "~5.1.0-alpha.1",
"@jupyterlab/terminal-extension": "~4.3.0-alpha.1",
"@jupyterlab/theme-dark-extension": "~4.3.0-alpha.1",
"@jupyterlab/theme-dark-high-contrast-extension": "~4.3.0-alpha.1",
"@jupyterlab/theme-light-extension": "~4.3.0-alpha.1",
"@jupyterlab/toc-extension": "~6.3.0-alpha.1",
"@jupyterlab/tooltip-extension": "~4.3.0-alpha.1",
"@jupyterlab/translation-extension": "~4.3.0-alpha.1",
"@jupyterlab/ui-components-extension": "~4.3.0-alpha.1",
"@jupyterlab/vega5-extension": "~4.3.0-alpha.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"yjs": "^13.5.40"
},
"devDependencies": {
"@jupyterlab/builder": "~4.3.0-alpha.1",
"@jupyterlab/buildutils": "~4.3.0-alpha.1",
"@types/rimraf": "^3.0.2",
"css-loader": "~5.0.1",
"extra-watch-webpack-plugin": "^1.0.3",
"fs-extra": "^8.1.0",
"glob": "~7.1.6",
"handlebars": "^4.7.7",
"mini-css-extract-plugin": "~0.9.0",
"rimraf": "^3.0.2",
"style-loader": "~1.0.1",
"svg-url-loader": "~6.0.0",
"watch": "~1.0.2",
"webpack": "^5.76.1",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "^5.0.1",
"webpack-merge": "^5.8.0",
"whatwg-fetch": "^3.0.0"
},
"jupyterlab": {
"name": "Jupyter Notebook",
"mimeExtensions": {
"@jupyterlab/javascript-extension": true,
"@jupyterlab/json-extension": true,
"@jupyterlab/pdf-extension": true,
"@jupyterlab/vega5-extension": true
},
"plugins": {
"/": {
"@jupyter-notebook/application-extension": true,
"@jupyter-notebook/console-extension": true,
"@jupyter-notebook/docmanager-extension": true,
"@jupyter-notebook/documentsearch-extension": true,
"@jupyter-notebook/help-extension": true,
"@jupyter-notebook/notebook-extension": true,
"@jupyter-notebook/terminal-extension": true,
"@jupyterlab/application-extension": [
"@jupyterlab/application-extension:commands",
"@jupyterlab/application-extension:context-menu",
"@jupyterlab/application-extension:faviconbusy",
"@jupyterlab/application-extension:router",
"@jupyterlab/application-extension:top-bar",
"@jupyterlab/application-extension:top-spacer"
],
"@jupyterlab/apputils-extension": [
"@jupyterlab/apputils-extension:palette",
"@jupyterlab/apputils-extension:notification",
"@jupyterlab/apputils-extension:sanitizer",
"@jupyterlab/apputils-extension:sessionDialogs",
"@jupyterlab/apputils-extension:settings",
"@jupyterlab/apputils-extension:state",
"@jupyterlab/apputils-extension:themes",
"@jupyterlab/apputils-extension:themes-palette-menu",
"@jupyterlab/apputils-extension:toolbar-registry",
"@jupyterlab/apputils-extension:utilityCommands"
],
"@jupyterlab/codemirror-extension": true,
"@jupyterlab/completer-extension": [
"@jupyterlab/completer-extension:base-service",
"@jupyterlab/completer-extension:inline-completer",
"@jupyterlab/completer-extension:inline-completer-factory",
"@jupyterlab/completer-extension:inline-history",
"@jupyterlab/completer-extension:manager"
],
"@jupyterlab/console-extension": [
"@jupyterlab/console-extension:cell-executor",
"@jupyterlab/console-extension:completer",
"@jupyterlab/console-extension:factory",
"@jupyterlab/console-extension:foreign",
"@jupyterlab/console-extension:tracker"
],
"@jupyterlab/csvviewer-extension": true,
"@jupyterlab/docmanager-extension": [
"@jupyterlab/docmanager-extension:plugin",
"@jupyterlab/docmanager-extension:download",
"@jupyterlab/docmanager-extension:contexts",
"@jupyterlab/docmanager-extension:manager"
],
"@jupyterlab/documentsearch-extension": [
"@jupyterlab/documentsearch-extension:plugin"
],
"@jupyterlab/filebrowser-extension": [
"@jupyterlab/filebrowser-extension:factory",
"@jupyterlab/filebrowser-extension:default-file-browser"
],
"@jupyterlab/fileeditor-extension": [
"@jupyterlab/fileeditor-extension:plugin"
],
"@jupyterlab/help-extension": [
"@jupyterlab/help-extension:resources"
],
"@jupyterlab/htmlviewer-extension": true,
"@jupyterlab/imageviewer-extension": true,
"@jupyterlab/lsp-extension": true,
"@jupyterlab/mainmenu-extension": [
"@jupyterlab/mainmenu-extension:plugin"
],
"@jupyterlab/markedparser-extension": true,
"@jupyterlab/mathjax-extension": true,
"@jupyterlab/mermaid-extension": true,
"@jupyterlab/notebook-extension": [
"@jupyterlab/notebook-extension:cell-executor",
"@jupyterlab/notebook-extension:code-console",
"@jupyterlab/notebook-extension:export",
"@jupyterlab/notebook-extension:factory",
"@jupyterlab/notebook-extension:tracker",
"@jupyterlab/notebook-extension:widget-factory"
],
"@jupyterlab/pluginmanager-extension": true,
"@jupyterlab/shortcuts-extension": true,
"@jupyterlab/terminal-extension": true,
"@jupyterlab/theme-light-extension": true,
"@jupyterlab/theme-dark-extension": true,
"@jupyterlab/theme-dark-high-contrast-extension": true,
"@jupyterlab/translation-extension": true,
"@jupyterlab/ui-components-extension": true,
"@jupyterlab/hub-extension": true
},
"/tree": {
"@jupyterlab/extensionmanager-extension": true,
"@jupyterlab/filebrowser-extension": [
"@jupyterlab/filebrowser-extension:browser",
"@jupyterlab/filebrowser-extension:download",
"@jupyterlab/filebrowser-extension:file-upload-status",
"@jupyterlab/filebrowser-extension:open-with",
"@jupyterlab/filebrowser-extension:search",
"@jupyterlab/filebrowser-extension:share-file"
],
"@jupyter-notebook/tree-extension": true,
"@jupyterlab/running-extension": [
"@jupyterlab/running-extension:plugin"
],
"@jupyterlab/settingeditor-extension": true
},
"/notebooks": {
"@jupyterlab/celltags-extension": true,
"@jupyterlab/cell-toolbar-extension": true,
"@jupyterlab/debugger-extension": [
"@jupyterlab/debugger-extension:config",
"@jupyterlab/debugger-extension:main",
"@jupyterlab/debugger-extension:notebooks",
"@jupyterlab/debugger-extension:service",
"@jupyterlab/debugger-extension:sidebar",
"@jupyterlab/debugger-extension:sources"
],
"@jupyterlab/metadataform-extension": true,
"@jupyterlab/notebook-extension": [
"@jupyterlab/notebook-extension:active-cell-tool",
"@jupyterlab/notebook-extension:completer",
"@jupyterlab/notebook-extension:copy-output",
"@jupyterlab/notebook-extension:metadata-editor",
"@jupyterlab/notebook-extension:search",
"@jupyterlab/notebook-extension:toc",
"@jupyterlab/notebook-extension:tools",
"@jupyterlab/notebook-extension:update-raw-mimetype"
],
"@jupyterlab/toc-extension": [
"@jupyterlab/toc-extension:registry",
"@jupyterlab/toc-extension:tracker"
],
"@jupyterlab/tooltip-extension": [
"@jupyterlab/tooltip-extension:manager",
"@jupyterlab/tooltip-extension:notebooks"
]
},
"/consoles": {
"@jupyterlab/tooltip-extension": [
"@jupyterlab/tooltip-extension:manager",
"@jupyterlab/tooltip-extension:consoles"
]
},
"/edit": {
"@jupyterlab/fileeditor-extension": [
"@jupyterlab/fileeditor-extension:completer",
"@jupyterlab/fileeditor-extension:search"
],
"@jupyterlab/markdownviewer-extension": true
}
},
"singletonPackages": [
"@codemirror/state",
"@codemirror/view",
"@jupyter-notebook/tree",
"@jupyter/ydoc",
"@jupyterlab/application",
"@jupyterlab/apputils",
"@jupyterlab/cell-toolbar",
"@jupyterlab/codeeditor",
"@jupyterlab/codemirror",
"@jupyterlab/completer",
"@jupyterlab/console",
"@jupyterlab/coreutils",
"@jupyterlab/debugger",
"@jupyterlab/docmanager",
"@jupyterlab/documentsearch",
"@jupyterlab/extensionmanager",
"@jupyterlab/filebrowser",
"@jupyterlab/fileeditor",
"@jupyterlab/htmlviewer",
"@jupyterlab/imageviewer",
"@jupyterlab/lsp",
"@jupyterlab/mainmenu",
"@jupyterlab/markdownviewer",
"@jupyterlab/mermaid",
"@jupyterlab/metadataform",
"@jupyterlab/notebook",
"@jupyterlab/observables",
"@jupyterlab/outputarea",
"@jupyterlab/rendermime",
"@jupyterlab/rendermime-interfaces",
"@jupyterlab/services",
"@jupyterlab/settingeditor",
"@jupyterlab/settingregistry",
"@jupyterlab/statedb",
"@jupyterlab/statusbar",
"@jupyterlab/terminal",
"@jupyterlab/tooltip",
"@jupyterlab/translation",
"@jupyterlab/ui-components",
"@lezer/common",
"@lezer/highlight",
"@lumino/algorithm",
"@lumino/application",
"@lumino/commands",
"@lumino/coreutils",
"@lumino/disposable",
"@lumino/domutils",
"@lumino/dragdrop",
"@lumino/messaging",
"@lumino/properties",
"@lumino/signaling",
"@lumino/virtualdom",
"@lumino/widgets",
"react",
"react-dom",
"yjs"
]
}
}