|
|
|
|
@ -11,59 +11,61 @@
|
|
|
|
|
"watch": "webpack --config ./webpack.config.watch.js"
|
|
|
|
|
},
|
|
|
|
|
"resolutions": {
|
|
|
|
|
"@jupyterlab/application": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/application-extension": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/apputils": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/apputils-extension": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/celltags": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/codeeditor": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/codemirror-extension": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/completer": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/completer-extension": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/console": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/console-extension": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/coreutils": "~6.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/docmanager": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/docmanager-extension": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/docprovider": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/docprovider-extension": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/documentsearch": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/documentsearch-extension": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/filebrowser": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/filebrowser-extension": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/fileeditor": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/fileeditor-extension": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/hub-extension": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/javascript-extension": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/json-extension": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/mainmenu": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/mainmenu-extension": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/mathjax2-extension": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/notebook": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/notebook-extension": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/observables": "~5.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/outputarea": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/pdf-extension": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/rendermime": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/rendermime-extension": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/rendermime-interfaces": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/running-extension": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/services": "~7.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/settingregistry": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/shared-models": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/shortcuts-extension": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/statedb": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/statusbar": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/terminal": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/terminal-extension": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/theme-dark-extension": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/theme-light-extension": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/tooltip": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/tooltip-extension": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/translation": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/translation-extension": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/ui-components": "~4.0.0-alpha.18",
|
|
|
|
|
"@jupyterlab/vega5-extension": "~4.0.0-alpha.3",
|
|
|
|
|
"@jupyterlab/application": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/application-extension": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/apputils": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/apputils-extension": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/celltags": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/codeeditor": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/codemirror-extension": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/completer": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/completer-extension": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/console": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/console-extension": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/coreutils": "~6.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/docmanager": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/docmanager-extension": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/docprovider": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/docprovider-extension": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/documentsearch": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/documentsearch-extension": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/filebrowser": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/filebrowser-extension": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/fileeditor": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/fileeditor-extension": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/hub-extension": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/javascript-extension": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/json-extension": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/mainmenu": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/mainmenu-extension": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/mathjax2-extension": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/notebook": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/notebook-extension": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/observables": "~5.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/outputarea": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/pdf-extension": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/rendermime": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/rendermime-extension": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/rendermime-interfaces": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/running-extension": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/services": "~7.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/settingregistry": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/shared-models": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/shortcuts-extension": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/statedb": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/statusbar": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/terminal": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/terminal-extension": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/theme-dark-extension": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/theme-light-extension": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/tooltip": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/tooltip-extension": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/translation": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/translation-extension": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/ui-components": "~4.0.0-alpha.19",
|
|
|
|
|
"@jupyterlab/user": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/user-extension": "~4.0.0-alpha.4",
|
|
|
|
|
"@jupyterlab/vega5-extension": "~4.0.0-alpha.4",
|
|
|
|
|
"@lumino/algorithm": "~1.9.1",
|
|
|
|
|
"@lumino/application": "~1.27.1",
|
|
|
|
|
"@lumino/commands": "~1.19.1",
|
|
|
|
|
@ -76,16 +78,16 @@
|
|
|
|
|
"@lumino/signaling": "~1.10.1",
|
|
|
|
|
"@lumino/virtualdom": "~1.14.1",
|
|
|
|
|
"@lumino/widgets": "~1.30.1",
|
|
|
|
|
"@retrolab/application": "~0.3.15",
|
|
|
|
|
"@retrolab/application-extension": "~0.3.15",
|
|
|
|
|
"@retrolab/console-extension": "~0.3.15",
|
|
|
|
|
"@retrolab/docmanager-extension": "~0.3.15",
|
|
|
|
|
"@retrolab/documentsearch-extension": "~0.3.15",
|
|
|
|
|
"@retrolab/help-extension": "~0.3.15",
|
|
|
|
|
"@retrolab/notebook-extension": "~0.3.15",
|
|
|
|
|
"@retrolab/terminal-extension": "~0.3.15",
|
|
|
|
|
"@retrolab/tree-extension": "~0.3.15",
|
|
|
|
|
"@retrolab/ui-components": "~0.3.15",
|
|
|
|
|
"@retrolab/application": "~0.3.16",
|
|
|
|
|
"@retrolab/application-extension": "~0.3.16",
|
|
|
|
|
"@retrolab/console-extension": "~0.3.16",
|
|
|
|
|
"@retrolab/docmanager-extension": "~0.3.16",
|
|
|
|
|
"@retrolab/documentsearch-extension": "~0.3.16",
|
|
|
|
|
"@retrolab/help-extension": "~0.3.16",
|
|
|
|
|
"@retrolab/notebook-extension": "~0.3.16",
|
|
|
|
|
"@retrolab/terminal-extension": "~0.3.16",
|
|
|
|
|
"@retrolab/tree-extension": "~0.3.16",
|
|
|
|
|
"@retrolab/ui-components": "~0.3.16",
|
|
|
|
|
"react": "~17.0.2",
|
|
|
|
|
"react-dom": "~17.0.2",
|
|
|
|
|
"yjs": "~13.5.23"
|
|
|
|
|
|