|
|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
{
|
|
|
|
|
"name": "@retrolab/app",
|
|
|
|
|
"version": "0.1.10",
|
|
|
|
|
"version": "0.2.0-rc.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "webpack",
|
|
|
|
|
@ -18,80 +18,72 @@
|
|
|
|
|
"watch": "webpack --config ./webpack.config.watch.js"
|
|
|
|
|
},
|
|
|
|
|
"resolutions": {
|
|
|
|
|
"@retrolab/application": "~0.1.10",
|
|
|
|
|
"@retrolab/application-extension": "~0.1.10",
|
|
|
|
|
"@retrolab/docmanager-extension": "~0.1.10",
|
|
|
|
|
"@retrolab/help-extension": "~0.1.10",
|
|
|
|
|
"@retrolab/notebook-extension": "~0.1.10",
|
|
|
|
|
"@retrolab/terminal-extension": "~0.1.10",
|
|
|
|
|
"@retrolab/tree-extension": "~0.1.10",
|
|
|
|
|
"@retrolab/ui-components": "~0.1.10",
|
|
|
|
|
"@jupyterlab/application": "~3.0.7",
|
|
|
|
|
"@jupyterlab/apputils": "~3.0.5",
|
|
|
|
|
"@jupyterlab/apputils-extension": "~3.0.7",
|
|
|
|
|
"@jupyterlab/celltags": "~3.0.7",
|
|
|
|
|
"@jupyterlab/codeeditor": "~3.0.5",
|
|
|
|
|
"@jupyterlab/codemirror-extension": "~3.0.7",
|
|
|
|
|
"@jupyterlab/completer": "~3.0.5",
|
|
|
|
|
"@jupyterlab/completer-extension": "~3.0.7",
|
|
|
|
|
"@jupyterlab/console": "~3.0.6",
|
|
|
|
|
"@jupyterlab/coreutils": "~5.0.3",
|
|
|
|
|
"@jupyterlab/docmanager": "~3.0.7",
|
|
|
|
|
"@jupyterlab/docmanager-extension": "~3.0.7",
|
|
|
|
|
"@jupyterlab/filebrowser": "~3.0.7",
|
|
|
|
|
"@jupyterlab/fileeditor": "~3.0.7",
|
|
|
|
|
"@jupyterlab/fileeditor-extension": "~3.0.7",
|
|
|
|
|
"@jupyterlab/javascript-extension": "~3.0.8",
|
|
|
|
|
"@jupyterlab/json-extension": "~3.0.7",
|
|
|
|
|
"@jupyterlab/mainmenu": "~3.0.5",
|
|
|
|
|
"@jupyterlab/mainmenu-extension": "~3.0.7",
|
|
|
|
|
"@jupyterlab/mathjax2-extension": "~3.0.7",
|
|
|
|
|
"@jupyterlab/notebook": "~3.0.7",
|
|
|
|
|
"@jupyterlab/notebook-extension": "~3.0.7",
|
|
|
|
|
"@jupyterlab/observables": "~4.0.3",
|
|
|
|
|
"@jupyterlab/outputarea": "~3.0.6",
|
|
|
|
|
"@jupyterlab/pdf-extension": "~3.0.7",
|
|
|
|
|
"@jupyterlab/rendermime": "~3.0.6",
|
|
|
|
|
"@jupyterlab/rendermime-extension": "~3.0.7",
|
|
|
|
|
"@jupyterlab/rendermime-interfaces": "~3.0.5",
|
|
|
|
|
"@jupyterlab/running-extension": "~3.0.7",
|
|
|
|
|
"@jupyterlab/services": "~6.0.5",
|
|
|
|
|
"@jupyterlab/settingregistry": "~3.0.3",
|
|
|
|
|
"@jupyterlab/shortcuts-extension": "~3.0.7",
|
|
|
|
|
"@jupyterlab/statedb": "~3.0.3",
|
|
|
|
|
"@jupyterlab/statusbar": "~3.0.5",
|
|
|
|
|
"@jupyterlab/terminal": "~3.0.6",
|
|
|
|
|
"@jupyterlab/terminal-extension": "~3.0.8",
|
|
|
|
|
"@jupyterlab/theme-dark-extension": "~3.0.7",
|
|
|
|
|
"@jupyterlab/theme-light-extension": "~3.0.7",
|
|
|
|
|
"@jupyterlab/tooltip": "~3.0.6",
|
|
|
|
|
"@jupyterlab/tooltip-extension": "~3.0.7",
|
|
|
|
|
"@jupyterlab/ui-components": "~3.0.4",
|
|
|
|
|
"@jupyterlab/vega5-extension": "~3.0.7",
|
|
|
|
|
"@lumino/algorithm": "~1.3.3",
|
|
|
|
|
"@lumino/application": "~1.16.0",
|
|
|
|
|
"@lumino/commands": "~1.12.0",
|
|
|
|
|
"@lumino/coreutils": "~1.5.3",
|
|
|
|
|
"@lumino/disposable": "~1.4.3",
|
|
|
|
|
"@lumino/domutils": "~1.2.3",
|
|
|
|
|
"@lumino/dragdrop": "~1.7.1",
|
|
|
|
|
"@lumino/messaging": "~1.4.3",
|
|
|
|
|
"@lumino/properties": "~1.2.3",
|
|
|
|
|
"@lumino/signaling": "~1.4.3",
|
|
|
|
|
"@lumino/virtualdom": "~1.8.0",
|
|
|
|
|
"@lumino/widgets": "~1.19.0",
|
|
|
|
|
"@jupyterlab/application": "~3.0.10",
|
|
|
|
|
"@jupyterlab/apputils": "~3.0.8",
|
|
|
|
|
"@jupyterlab/apputils-extension": "~3.0.10",
|
|
|
|
|
"@jupyterlab/celltags": "~3.0.10",
|
|
|
|
|
"@jupyterlab/codeeditor": "~3.0.8",
|
|
|
|
|
"@jupyterlab/codemirror-extension": "~3.0.10",
|
|
|
|
|
"@jupyterlab/completer": "~3.0.8",
|
|
|
|
|
"@jupyterlab/completer-extension": "~3.0.10",
|
|
|
|
|
"@jupyterlab/console": "~3.0.9",
|
|
|
|
|
"@jupyterlab/coreutils": "~5.0.6",
|
|
|
|
|
"@jupyterlab/docmanager": "~3.0.10",
|
|
|
|
|
"@jupyterlab/docmanager-extension": "~3.0.10",
|
|
|
|
|
"@jupyterlab/filebrowser": "~3.0.10",
|
|
|
|
|
"@jupyterlab/fileeditor": "~3.0.10",
|
|
|
|
|
"@jupyterlab/fileeditor-extension": "~3.0.10",
|
|
|
|
|
"@jupyterlab/javascript-extension": "~3.0.9",
|
|
|
|
|
"@jupyterlab/json-extension": "~3.0.8",
|
|
|
|
|
"@jupyterlab/mainmenu": "~3.0.8",
|
|
|
|
|
"@jupyterlab/mainmenu-extension": "~3.0.10",
|
|
|
|
|
"@jupyterlab/mathjax2-extension": "~3.0.10",
|
|
|
|
|
"@jupyterlab/notebook": "~3.0.10",
|
|
|
|
|
"@jupyterlab/notebook-extension": "~3.0.10",
|
|
|
|
|
"@jupyterlab/observables": "~4.0.5",
|
|
|
|
|
"@jupyterlab/outputarea": "~3.0.9",
|
|
|
|
|
"@jupyterlab/pdf-extension": "~3.0.8",
|
|
|
|
|
"@jupyterlab/rendermime": "~3.0.9",
|
|
|
|
|
"@jupyterlab/rendermime-extension": "~3.0.10",
|
|
|
|
|
"@jupyterlab/rendermime-interfaces": "~3.0.8",
|
|
|
|
|
"@jupyterlab/running-extension": "~3.0.10",
|
|
|
|
|
"@jupyterlab/services": "~6.0.8",
|
|
|
|
|
"@jupyterlab/settingregistry": "~3.0.5",
|
|
|
|
|
"@jupyterlab/shortcuts-extension": "~3.0.10",
|
|
|
|
|
"@jupyterlab/statedb": "~3.0.5",
|
|
|
|
|
"@jupyterlab/statusbar": "~3.0.8",
|
|
|
|
|
"@jupyterlab/terminal": "~3.0.9",
|
|
|
|
|
"@jupyterlab/terminal-extension": "~3.0.11",
|
|
|
|
|
"@jupyterlab/theme-dark-extension": "~3.0.10",
|
|
|
|
|
"@jupyterlab/theme-light-extension": "~3.0.10",
|
|
|
|
|
"@jupyterlab/tooltip": "~3.0.9",
|
|
|
|
|
"@jupyterlab/tooltip-extension": "~3.0.10",
|
|
|
|
|
"@jupyterlab/ui-components": "~3.0.7",
|
|
|
|
|
"@jupyterlab/vega5-extension": "~3.0.8",
|
|
|
|
|
"@lumino/algorithm": "~1.6.0",
|
|
|
|
|
"@lumino/application": "~1.20.0",
|
|
|
|
|
"@lumino/commands": "~1.15.0",
|
|
|
|
|
"@lumino/coreutils": "~1.8.0",
|
|
|
|
|
"@lumino/disposable": "~1.7.0",
|
|
|
|
|
"@lumino/domutils": "~1.5.0",
|
|
|
|
|
"@lumino/dragdrop": "~1.10.0",
|
|
|
|
|
"@lumino/messaging": "~1.7.0",
|
|
|
|
|
"@lumino/properties": "~1.5.0",
|
|
|
|
|
"@lumino/signaling": "~1.7.0",
|
|
|
|
|
"@lumino/virtualdom": "~1.11.0",
|
|
|
|
|
"@lumino/widgets": "~1.23.0",
|
|
|
|
|
"@retrolab/application": "~0.2.0-rc.0",
|
|
|
|
|
"@retrolab/application-extension": "~0.2.0-rc.0",
|
|
|
|
|
"@retrolab/docmanager-extension": "~0.2.0-rc.0",
|
|
|
|
|
"@retrolab/help-extension": "~0.2.0-rc.0",
|
|
|
|
|
"@retrolab/notebook-extension": "~0.2.0-rc.0",
|
|
|
|
|
"@retrolab/terminal-extension": "~0.2.0-rc.0",
|
|
|
|
|
"@retrolab/tree-extension": "~0.2.0-rc.0",
|
|
|
|
|
"@retrolab/ui-components": "~0.2.0-rc.0",
|
|
|
|
|
"react": "~17.0.2",
|
|
|
|
|
"react-dom": "~17.0.2"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@retrolab/application": "^0.1.10",
|
|
|
|
|
"@retrolab/application-extension": "^0.1.10",
|
|
|
|
|
"@retrolab/docmanager-extension": "^0.1.10",
|
|
|
|
|
"@retrolab/help-extension": "^0.1.10",
|
|
|
|
|
"@retrolab/notebook-extension": "^0.1.10",
|
|
|
|
|
"@retrolab/terminal-extension": "^0.1.10",
|
|
|
|
|
"@retrolab/tree-extension": "^0.1.10",
|
|
|
|
|
"@retrolab/ui-components": "^0.1.10",
|
|
|
|
|
"@jupyterlab/apputils-extension": "^3.0.0",
|
|
|
|
|
"@jupyterlab/celltags": "^3.0.0",
|
|
|
|
|
"@jupyterlab/codemirror-extension": "^3.0.0",
|
|
|
|
|
@ -112,7 +104,15 @@
|
|
|
|
|
"@jupyterlab/theme-dark-extension": "^3.0.0",
|
|
|
|
|
"@jupyterlab/theme-light-extension": "^3.0.0",
|
|
|
|
|
"@jupyterlab/tooltip-extension": "^3.0.0",
|
|
|
|
|
"@jupyterlab/vega5-extension": "^3.0.0"
|
|
|
|
|
"@jupyterlab/vega5-extension": "^3.0.0",
|
|
|
|
|
"@retrolab/application": "^0.2.0-rc.0",
|
|
|
|
|
"@retrolab/application-extension": "^0.2.0-rc.0",
|
|
|
|
|
"@retrolab/docmanager-extension": "^0.2.0-rc.0",
|
|
|
|
|
"@retrolab/help-extension": "^0.2.0-rc.0",
|
|
|
|
|
"@retrolab/notebook-extension": "^0.2.0-rc.0",
|
|
|
|
|
"@retrolab/terminal-extension": "^0.2.0-rc.0",
|
|
|
|
|
"@retrolab/tree-extension": "^0.2.0-rc.0",
|
|
|
|
|
"@retrolab/ui-components": "^0.2.0-rc.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@babel/core": "^7.11.6",
|
|
|
|
|
|