|
@@ -1,48 +1,48 @@
|
|
|
{
|
|
|
"private": true,
|
|
|
"name": "@jupyterlab/application-top",
|
|
|
- "version": "0.4.1",
|
|
|
+ "version": "0.5.0",
|
|
|
"scripts": {
|
|
|
"build": "webpack",
|
|
|
"publish": "node make-release.js"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
- "@jupyterlab/about-extension": "^0.5.0",
|
|
|
- "@jupyterlab/application-extension": "^0.5.0",
|
|
|
- "@jupyterlab/apputils-extension": "^0.5.0",
|
|
|
- "@jupyterlab/codemirror-extension": "^0.5.0",
|
|
|
- "@jupyterlab/completer-extension": "^0.5.1",
|
|
|
- "@jupyterlab/coreutils": "^0.5.0",
|
|
|
- "@jupyterlab/console-extension": "^0.5.1",
|
|
|
- "@jupyterlab/csvviewer-extension": "^0.5.0",
|
|
|
- "@jupyterlab/docmanager-extension": "^0.5.0",
|
|
|
- "@jupyterlab/docregistry-extension": "^0.5.0",
|
|
|
- "@jupyterlab/fileeditor-extension": "^0.5.0",
|
|
|
- "@jupyterlab/faq-extension": "^0.5.0",
|
|
|
- "@jupyterlab/filebrowser-extension": "^0.5.1",
|
|
|
- "@jupyterlab/help-extension": "^0.5.0",
|
|
|
- "@jupyterlab/imageviewer-extension": "^0.5.0",
|
|
|
- "@jupyterlab/inspector-extension": "^0.5.1",
|
|
|
- "@jupyterlab/landing-extension": "^0.5.1",
|
|
|
- "@jupyterlab/launcher-extension": "^0.5.1",
|
|
|
- "@jupyterlab/markdownviewer-extension": "^0.5.0",
|
|
|
- "@jupyterlab/notebook-extension": "^0.5.1",
|
|
|
- "@jupyterlab/rendermime-extension": "^0.5.0",
|
|
|
- "@jupyterlab/running-extension": "^0.5.0",
|
|
|
- "@jupyterlab/services": "^0.44.0",
|
|
|
- "@jupyterlab/services-extension": "^0.5.0",
|
|
|
- "@jupyterlab/shortcuts-extension": "^0.5.0",
|
|
|
- "@jupyterlab/tabmanager-extension": "^0.5.0",
|
|
|
- "@jupyterlab/terminal-extension": "^0.5.0",
|
|
|
- "@jupyterlab/tooltip-extension": "^0.5.1",
|
|
|
- "@jupyterlab/application": "^0.5.0",
|
|
|
- "@jupyterlab/default-theme": "^0.5.1",
|
|
|
+ "@jupyterlab/application": "^0.6.0",
|
|
|
+ "@jupyterlab/application-extension": "^0.6.0",
|
|
|
+ "@jupyterlab/apputils-extension": "^0.6.0",
|
|
|
+ "@jupyterlab/chatbox-extension": "^0.1.1",
|
|
|
+ "@jupyterlab/codemirror-extension": "^0.6.0",
|
|
|
+ "@jupyterlab/completer-extension": "^0.6.0",
|
|
|
+ "@jupyterlab/console-extension": "^0.6.0",
|
|
|
+ "@jupyterlab/coreutils": "^0.6.0",
|
|
|
+ "@jupyterlab/csvviewer-extension": "^0.6.0",
|
|
|
+ "@jupyterlab/docmanager-extension": "^0.6.0",
|
|
|
+ "@jupyterlab/docregistry-extension": "^0.6.0",
|
|
|
+ "@jupyterlab/faq-extension": "^0.6.0",
|
|
|
+ "@jupyterlab/filebrowser-extension": "^0.6.0",
|
|
|
+ "@jupyterlab/fileeditor-extension": "^0.6.0",
|
|
|
+ "@jupyterlab/help-extension": "^0.6.0",
|
|
|
+ "@jupyterlab/imageviewer-extension": "^0.6.0",
|
|
|
+ "@jupyterlab/inspector-extension": "^0.6.0",
|
|
|
+ "@jupyterlab/landing-extension": "^0.6.0",
|
|
|
+ "@jupyterlab/launcher-extension": "^0.6.0",
|
|
|
+ "@jupyterlab/markdownviewer-extension": "^0.6.0",
|
|
|
+ "@jupyterlab/notebook-extension": "^0.6.0",
|
|
|
+ "@jupyterlab/rendermime-extension": "^0.6.0",
|
|
|
+ "@jupyterlab/running-extension": "^0.6.0",
|
|
|
+ "@jupyterlab/services": "^0.45.0",
|
|
|
+ "@jupyterlab/services-extension": "^0.6.0",
|
|
|
+ "@jupyterlab/shortcuts-extension": "^0.6.0",
|
|
|
+ "@jupyterlab/tabmanager-extension": "^0.6.0",
|
|
|
+ "@jupyterlab/terminal-extension": "^0.6.0",
|
|
|
+ "@jupyterlab/theme-light-extension": "^0.6.0",
|
|
|
+ "@jupyterlab/theming": "^0.6.0",
|
|
|
+ "@jupyterlab/tooltip-extension": "^0.6.0",
|
|
|
"es6-promise": "^4.1.0",
|
|
|
"font-awesome": "^4.6.3"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
"css-loader": "^0.27.3",
|
|
|
- "extract-text-webpack-plugin": "^2.1.0",
|
|
|
"file-loader": "^0.10.1",
|
|
|
"fs-extra": "^2.1.2",
|
|
|
"handlebars": "^4.0.6",
|
|
@@ -53,9 +53,9 @@
|
|
|
},
|
|
|
"jupyterlab": {
|
|
|
"extensions": [
|
|
|
- "@jupyterlab/about-extension",
|
|
|
"@jupyterlab/application-extension",
|
|
|
"@jupyterlab/apputils-extension",
|
|
|
+ "@jupyterlab/chatbox-extension",
|
|
|
"@jupyterlab/codemirror-extension",
|
|
|
"@jupyterlab/completer-extension",
|
|
|
"@jupyterlab/console-extension",
|
|
@@ -78,9 +78,10 @@
|
|
|
"@jupyterlab/shortcuts-extension",
|
|
|
"@jupyterlab/tabmanager-extension",
|
|
|
"@jupyterlab/terminal-extension",
|
|
|
+ "@jupyterlab/theme-light-extension",
|
|
|
"@jupyterlab/tooltip-extension"
|
|
|
],
|
|
|
"name": "JupyterLab",
|
|
|
- "version": "0.22.1"
|
|
|
+ "version": "0.23.0rc0"
|
|
|
}
|
|
|
}
|