|
|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
{
|
|
|
|
|
"name": "@jupyterlab-classic/builder",
|
|
|
|
|
"version": "0.1.0-rc.0",
|
|
|
|
|
"version": "0.1.0-rc.1",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "webpack",
|
|
|
|
|
@ -10,17 +10,18 @@
|
|
|
|
|
"watch": "webpack --watch"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@jupyterlab-classic/application": "^0.1.0-rc.0",
|
|
|
|
|
"@jupyterlab-classic/application-extension": "^0.1.0-rc.0",
|
|
|
|
|
"@jupyterlab-classic/docmanager-extension": "^0.1.0-rc.0",
|
|
|
|
|
"@jupyterlab-classic/help-extension": "^0.1.0-rc.0",
|
|
|
|
|
"@jupyterlab-classic/notebook-extension": "^0.1.0-rc.0",
|
|
|
|
|
"@jupyterlab-classic/terminal-extension": "^0.1.0-rc.0",
|
|
|
|
|
"@jupyterlab-classic/tree-extension": "^0.1.0-rc.0",
|
|
|
|
|
"@jupyterlab-classic/ui-components": "^0.1.0-rc.0",
|
|
|
|
|
"@jupyterlab-classic/application": "^0.1.0-rc.1",
|
|
|
|
|
"@jupyterlab-classic/application-extension": "^0.1.0-rc.1",
|
|
|
|
|
"@jupyterlab-classic/docmanager-extension": "^0.1.0-rc.1",
|
|
|
|
|
"@jupyterlab-classic/help-extension": "^0.1.0-rc.1",
|
|
|
|
|
"@jupyterlab-classic/notebook-extension": "^0.1.0-rc.1",
|
|
|
|
|
"@jupyterlab-classic/terminal-extension": "^0.1.0-rc.1",
|
|
|
|
|
"@jupyterlab-classic/tree-extension": "^0.1.0-rc.1",
|
|
|
|
|
"@jupyterlab-classic/ui-components": "^0.1.0-rc.1",
|
|
|
|
|
"@jupyterlab/apputils-extension": "^3.0.0-rc.13",
|
|
|
|
|
"@jupyterlab/codemirror-extension": "^3.0.0-rc.13",
|
|
|
|
|
"@jupyterlab/completer-extension": "^3.0.0-rc.13",
|
|
|
|
|
"@jupyterlab/coreutils": "~5.0.0-rc.13",
|
|
|
|
|
"@jupyterlab/docmanager-extension": "^3.0.0-rc.13",
|
|
|
|
|
"@jupyterlab/fileeditor-extension": "^3.0.0-rc.13",
|
|
|
|
|
"@jupyterlab/mainmenu-extension": "^3.0.0-rc.13",
|
|
|
|
|
@ -30,10 +31,9 @@
|
|
|
|
|
"@jupyterlab/running-extension": "^3.0.0-rc.13",
|
|
|
|
|
"@jupyterlab/shortcuts-extension": "^3.0.0-rc.13",
|
|
|
|
|
"@jupyterlab/terminal-extension": "^3.0.0-rc.13",
|
|
|
|
|
"@jupyterlab/tooltip-extension": "^3.0.0-rc.13",
|
|
|
|
|
"@jupyterlab/theme-light-extension": "^3.0.0-rc.13",
|
|
|
|
|
"@jupyterlab/theme-dark-extension": "^3.0.0-rc.13",
|
|
|
|
|
"@jupyterlab/coreutils": "~5.0.0-rc.13"
|
|
|
|
|
"@jupyterlab/theme-light-extension": "^3.0.0-rc.13",
|
|
|
|
|
"@jupyterlab/tooltip-extension": "^3.0.0-rc.13"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@jupyterlab/builder": "^3.0.0-rc.13",
|
|
|
|
|
|