|
@@ -1,65 +1,65 @@
|
|
|
{
|
|
|
"name": "@jupyterlab/application-top",
|
|
|
- "version": "2.0.2",
|
|
|
+ "version": "2.1.0-a.0",
|
|
|
"private": true,
|
|
|
"scripts": {
|
|
|
"build": "webpack",
|
|
|
"build:dev": "jlpm run build",
|
|
|
"build:dev:minimize": "jlpm run build:dev",
|
|
|
- "build:prod": "webpack --config webpack.prod.config.js",
|
|
|
- "build:prod:minimize": "webpack --config webpack.prod.minimize.config.js",
|
|
|
- "build:prod:release": "webpack --config webpack.prod.release.config.js",
|
|
|
- "build:prod:stats": "webpack --profile --config webpack.prod.minimize.config.js --json > stats.json",
|
|
|
+ "build:prod": "ensure-max-old-space webpack --config webpack.prod.config.js",
|
|
|
+ "build:prod:minimize": "ensure-max-old-space webpack --config webpack.prod.minimize.config.js",
|
|
|
+ "build:prod:release": "ensure-max-old-space webpack --config webpack.prod.release.config.js",
|
|
|
+ "build:prod:stats": "ensure-max-old-space webpack --profile --config webpack.prod.minimize.config.js --json > stats.json",
|
|
|
"build:stats": "webpack --profile --json > stats.json",
|
|
|
"clean": "rimraf build",
|
|
|
"prepublishOnly": "npm run build",
|
|
|
"watch": "webpack --watch"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
- "@jupyterlab/application": "~2.0.2",
|
|
|
- "@jupyterlab/application-extension": "~2.0.2",
|
|
|
- "@jupyterlab/apputils-extension": "~2.0.2",
|
|
|
- "@jupyterlab/celltags-extension": "~2.0.2",
|
|
|
- "@jupyterlab/codemirror-extension": "~2.0.2",
|
|
|
- "@jupyterlab/completer-extension": "~2.0.2",
|
|
|
- "@jupyterlab/console-extension": "~2.0.2",
|
|
|
- "@jupyterlab/coreutils": "~4.0.2",
|
|
|
- "@jupyterlab/csvviewer-extension": "~2.0.2",
|
|
|
- "@jupyterlab/docmanager-extension": "~2.0.2",
|
|
|
- "@jupyterlab/documentsearch-extension": "~2.0.2",
|
|
|
- "@jupyterlab/extensionmanager-extension": "~2.0.2",
|
|
|
- "@jupyterlab/filebrowser-extension": "~2.0.2",
|
|
|
- "@jupyterlab/fileeditor-extension": "~2.0.2",
|
|
|
- "@jupyterlab/help-extension": "~2.0.2",
|
|
|
- "@jupyterlab/htmlviewer-extension": "~2.0.2",
|
|
|
- "@jupyterlab/hub-extension": "~2.0.2",
|
|
|
- "@jupyterlab/imageviewer-extension": "~2.0.2",
|
|
|
- "@jupyterlab/inspector-extension": "~2.0.2",
|
|
|
- "@jupyterlab/javascript-extension": "~2.0.2",
|
|
|
- "@jupyterlab/json-extension": "~2.0.2",
|
|
|
- "@jupyterlab/launcher-extension": "~2.0.2",
|
|
|
- "@jupyterlab/logconsole-extension": "~2.0.2",
|
|
|
- "@jupyterlab/mainmenu-extension": "~2.0.2",
|
|
|
- "@jupyterlab/markdownviewer-extension": "~2.0.2",
|
|
|
- "@jupyterlab/mathjax2-extension": "~2.0.2",
|
|
|
- "@jupyterlab/notebook-extension": "~2.0.2",
|
|
|
- "@jupyterlab/pdf-extension": "~2.0.1",
|
|
|
- "@jupyterlab/rendermime-extension": "~2.0.2",
|
|
|
- "@jupyterlab/running-extension": "~2.0.2",
|
|
|
- "@jupyterlab/settingeditor-extension": "~2.0.2",
|
|
|
- "@jupyterlab/shortcuts-extension": "~2.0.2",
|
|
|
- "@jupyterlab/statusbar-extension": "~2.0.2",
|
|
|
- "@jupyterlab/tabmanager-extension": "~2.0.2",
|
|
|
- "@jupyterlab/terminal-extension": "~2.0.2",
|
|
|
- "@jupyterlab/theme-dark-extension": "~2.0.2",
|
|
|
- "@jupyterlab/theme-light-extension": "~2.0.2",
|
|
|
- "@jupyterlab/tooltip-extension": "~2.0.2",
|
|
|
- "@jupyterlab/ui-components-extension": "~2.0.2",
|
|
|
- "@jupyterlab/vdom-extension": "~2.0.2",
|
|
|
- "@jupyterlab/vega5-extension": "~2.0.1"
|
|
|
+ "@jupyterlab/application": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/application-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/apputils-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/celltags-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/codemirror-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/completer-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/console-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/coreutils": "~4.1.0-a.0",
|
|
|
+ "@jupyterlab/csvviewer-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/docmanager-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/documentsearch-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/extensionmanager-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/filebrowser-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/fileeditor-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/help-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/htmlviewer-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/hub-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/imageviewer-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/inspector-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/javascript-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/json-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/launcher-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/logconsole-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/mainmenu-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/markdownviewer-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/mathjax2-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/notebook-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/pdf-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/rendermime-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/running-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/settingeditor-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/shortcuts-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/statusbar-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/tabmanager-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/terminal-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/theme-dark-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/theme-light-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/tooltip-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/ui-components-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/vdom-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/vega5-extension": "~2.1.0-a.0"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
- "@jupyterlab/buildutils": "^2.0.2",
|
|
|
+ "@jupyterlab/buildutils": "^2.1.0-a.0",
|
|
|
"css-loader": "~3.2.0",
|
|
|
"duplicate-package-checker-webpack-plugin": "^3.0.0",
|
|
|
"file-loader": "~5.0.2",
|
|
@@ -85,89 +85,89 @@
|
|
|
"yarn-deduplicate": "^1.1.1"
|
|
|
},
|
|
|
"resolutions": {
|
|
|
- "@jupyterlab/application": "~2.0.2",
|
|
|
- "@jupyterlab/application-extension": "~2.0.2",
|
|
|
- "@jupyterlab/apputils": "~2.0.2",
|
|
|
- "@jupyterlab/apputils-extension": "~2.0.2",
|
|
|
- "@jupyterlab/attachments": "~2.0.2",
|
|
|
- "@jupyterlab/cells": "~2.0.2",
|
|
|
- "@jupyterlab/celltags": "~2.0.2",
|
|
|
- "@jupyterlab/celltags-extension": "~2.0.2",
|
|
|
- "@jupyterlab/codeeditor": "~2.0.2",
|
|
|
- "@jupyterlab/codemirror": "~2.0.2",
|
|
|
- "@jupyterlab/codemirror-extension": "~2.0.2",
|
|
|
- "@jupyterlab/completer": "~2.0.2",
|
|
|
- "@jupyterlab/completer-extension": "~2.0.2",
|
|
|
- "@jupyterlab/console": "~2.0.2",
|
|
|
- "@jupyterlab/console-extension": "~2.0.2",
|
|
|
- "@jupyterlab/coreutils": "~4.0.2",
|
|
|
- "@jupyterlab/csvviewer": "~2.0.2",
|
|
|
- "@jupyterlab/csvviewer-extension": "~2.0.2",
|
|
|
- "@jupyterlab/docmanager": "~2.0.2",
|
|
|
- "@jupyterlab/docmanager-extension": "~2.0.2",
|
|
|
- "@jupyterlab/docregistry": "~2.0.2",
|
|
|
- "@jupyterlab/documentsearch": "~2.0.2",
|
|
|
- "@jupyterlab/documentsearch-extension": "~2.0.2",
|
|
|
- "@jupyterlab/extensionmanager": "~2.0.2",
|
|
|
- "@jupyterlab/extensionmanager-extension": "~2.0.2",
|
|
|
- "@jupyterlab/filebrowser": "~2.0.2",
|
|
|
- "@jupyterlab/filebrowser-extension": "~2.0.2",
|
|
|
- "@jupyterlab/fileeditor": "~2.0.2",
|
|
|
- "@jupyterlab/fileeditor-extension": "~2.0.2",
|
|
|
- "@jupyterlab/help-extension": "~2.0.2",
|
|
|
- "@jupyterlab/htmlviewer": "~2.0.2",
|
|
|
- "@jupyterlab/htmlviewer-extension": "~2.0.2",
|
|
|
- "@jupyterlab/hub-extension": "~2.0.2",
|
|
|
- "@jupyterlab/imageviewer": "~2.0.2",
|
|
|
- "@jupyterlab/imageviewer-extension": "~2.0.2",
|
|
|
- "@jupyterlab/inspector": "~2.0.2",
|
|
|
- "@jupyterlab/inspector-extension": "~2.0.2",
|
|
|
- "@jupyterlab/javascript-extension": "~2.0.2",
|
|
|
- "@jupyterlab/json-extension": "~2.0.2",
|
|
|
- "@jupyterlab/launcher": "~2.0.2",
|
|
|
- "@jupyterlab/launcher-extension": "~2.0.2",
|
|
|
- "@jupyterlab/logconsole": "~2.0.2",
|
|
|
- "@jupyterlab/logconsole-extension": "~2.0.2",
|
|
|
- "@jupyterlab/mainmenu": "~2.0.2",
|
|
|
- "@jupyterlab/mainmenu-extension": "~2.0.2",
|
|
|
- "@jupyterlab/markdownviewer": "~2.0.2",
|
|
|
- "@jupyterlab/markdownviewer-extension": "~2.0.2",
|
|
|
- "@jupyterlab/mathjax2": "~2.0.1",
|
|
|
- "@jupyterlab/mathjax2-extension": "~2.0.2",
|
|
|
- "@jupyterlab/metapackage": "~2.0.2",
|
|
|
- "@jupyterlab/nbconvert-css": "~2.0.2",
|
|
|
- "@jupyterlab/nbformat": "~2.0.1",
|
|
|
- "@jupyterlab/notebook": "~2.0.2",
|
|
|
- "@jupyterlab/notebook-extension": "~2.0.2",
|
|
|
- "@jupyterlab/observables": "~3.0.1",
|
|
|
- "@jupyterlab/outputarea": "~2.0.2",
|
|
|
- "@jupyterlab/pdf-extension": "~2.0.1",
|
|
|
- "@jupyterlab/property-inspector": "~2.0.2",
|
|
|
- "@jupyterlab/rendermime": "~2.0.2",
|
|
|
- "@jupyterlab/rendermime-extension": "~2.0.2",
|
|
|
- "@jupyterlab/rendermime-interfaces": "~2.0.1",
|
|
|
- "@jupyterlab/running": "~2.0.2",
|
|
|
- "@jupyterlab/running-extension": "~2.0.2",
|
|
|
- "@jupyterlab/services": "~5.0.2",
|
|
|
- "@jupyterlab/settingeditor": "~2.0.2",
|
|
|
- "@jupyterlab/settingeditor-extension": "~2.0.2",
|
|
|
- "@jupyterlab/settingregistry": "~2.0.1",
|
|
|
- "@jupyterlab/shortcuts-extension": "~2.0.2",
|
|
|
- "@jupyterlab/statedb": "~2.0.1",
|
|
|
- "@jupyterlab/statusbar": "~2.0.2",
|
|
|
- "@jupyterlab/statusbar-extension": "~2.0.2",
|
|
|
- "@jupyterlab/tabmanager-extension": "~2.0.2",
|
|
|
- "@jupyterlab/terminal": "~2.0.2",
|
|
|
- "@jupyterlab/terminal-extension": "~2.0.2",
|
|
|
- "@jupyterlab/theme-dark-extension": "~2.0.2",
|
|
|
- "@jupyterlab/theme-light-extension": "~2.0.2",
|
|
|
- "@jupyterlab/tooltip": "~2.0.2",
|
|
|
- "@jupyterlab/tooltip-extension": "~2.0.2",
|
|
|
- "@jupyterlab/ui-components": "~2.0.2",
|
|
|
- "@jupyterlab/ui-components-extension": "~2.0.2",
|
|
|
- "@jupyterlab/vdom": "~2.0.2",
|
|
|
- "@jupyterlab/vdom-extension": "~2.0.2",
|
|
|
- "@jupyterlab/vega5-extension": "~2.0.1",
|
|
|
+ "@jupyterlab/application": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/application-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/apputils": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/apputils-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/attachments": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/cells": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/celltags": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/celltags-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/codeeditor": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/codemirror": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/codemirror-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/completer": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/completer-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/console": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/console-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/coreutils": "~4.1.0-a.0",
|
|
|
+ "@jupyterlab/csvviewer": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/csvviewer-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/docmanager": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/docmanager-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/docregistry": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/documentsearch": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/documentsearch-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/extensionmanager": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/extensionmanager-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/filebrowser": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/filebrowser-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/fileeditor": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/fileeditor-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/help-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/htmlviewer": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/htmlviewer-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/hub-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/imageviewer": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/imageviewer-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/inspector": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/inspector-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/javascript-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/json-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/launcher": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/launcher-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/logconsole": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/logconsole-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/mainmenu": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/mainmenu-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/markdownviewer": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/markdownviewer-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/mathjax2": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/mathjax2-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/metapackage": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/nbconvert-css": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/nbformat": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/notebook": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/notebook-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/observables": "~3.1.0-a.0",
|
|
|
+ "@jupyterlab/outputarea": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/pdf-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/property-inspector": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/rendermime": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/rendermime-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/rendermime-interfaces": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/running": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/running-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/services": "~5.1.0-a.0",
|
|
|
+ "@jupyterlab/settingeditor": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/settingeditor-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/settingregistry": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/shortcuts-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/statedb": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/statusbar": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/statusbar-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/tabmanager-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/terminal": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/terminal-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/theme-dark-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/theme-light-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/tooltip": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/tooltip-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/ui-components": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/ui-components-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/vdom": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/vdom-extension": "~2.1.0-a.0",
|
|
|
+ "@jupyterlab/vega5-extension": "~2.1.0-a.0",
|
|
|
"@lumino/algorithm": "^1.2.3",
|
|
|
"@lumino/application": "^1.8.4",
|
|
|
"@lumino/commands": "^1.10.1",
|
|
@@ -188,7 +188,7 @@
|
|
|
},
|
|
|
"jupyterlab": {
|
|
|
"name": "JupyterLab",
|
|
|
- "version": "2.0.1",
|
|
|
+ "version": "2.1.0a0",
|
|
|
"extensions": {
|
|
|
"@jupyterlab/application-extension": "",
|
|
|
"@jupyterlab/apputils-extension": "",
|