|
@@ -1,195 +1,200 @@
|
|
|
{
|
|
|
"name": "@jupyterlab/application-top",
|
|
|
- "version": "2.0.0-alpha.4",
|
|
|
+ "version": "2.0.0-beta.2",
|
|
|
"private": true,
|
|
|
"scripts": {
|
|
|
"build": "webpack",
|
|
|
"build:dev": "jlpm run build",
|
|
|
"build:dev:minimize": "jlpm run build:dev",
|
|
|
- "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: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:stats": "webpack --profile --json > stats.json",
|
|
|
- "deduplicate": "jlpm yarn-deduplicate -s fewer",
|
|
|
"clean": "rimraf build",
|
|
|
"prepublishOnly": "npm run build",
|
|
|
"watch": "webpack --watch"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
- "@jupyterlab/application": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/application-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/apputils-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/codemirror-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/completer-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/console-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/coreutils": "~4.0.0-alpha.4",
|
|
|
- "@jupyterlab/csvviewer-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/docmanager-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/documentsearch-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/extensionmanager-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/filebrowser-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/fileeditor-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/help-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/htmlviewer-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/hub-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/imageviewer-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/inspector-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/javascript-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/json-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/launcher-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/logconsole-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/mainmenu-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/markdownviewer-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/mathjax2-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/notebook-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/pdf-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/rendermime-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/running-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/settingeditor-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/shortcuts-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/statusbar-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/tabmanager-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/terminal-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/theme-dark-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/theme-light-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/tooltip-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/ui-components-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/vdom-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/vega4-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/vega5-extension": "~2.0.0-alpha.4"
|
|
|
+ "@jupyterlab/application": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/application-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/apputils-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/celltags-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/codemirror-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/completer-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/console-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/coreutils": "~4.0.0-beta.2",
|
|
|
+ "@jupyterlab/csvviewer-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/docmanager-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/documentsearch-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/extensionmanager-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/filebrowser-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/fileeditor-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/help-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/htmlviewer-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/hub-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/imageviewer-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/inspector-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/javascript-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/json-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/launcher-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/logconsole-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/mainmenu-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/markdownviewer-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/mathjax2-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/notebook-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/pdf-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/rendermime-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/running-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/settingeditor-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/shortcuts-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/statusbar-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/tabmanager-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/terminal-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/theme-dark-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/theme-light-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/tooltip-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/ui-components-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/vdom-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/vega5-extension": "~2.0.0-beta.2"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
- "@jupyterlab/buildutils": "^2.0.0-alpha.4",
|
|
|
- "css-loader": "~2.1.1",
|
|
|
+ "@jupyterlab/buildutils": "^2.0.0-beta.2",
|
|
|
+ "css-loader": "~3.2.0",
|
|
|
"duplicate-package-checker-webpack-plugin": "^3.0.0",
|
|
|
- "file-loader": "~3.0.1",
|
|
|
- "fs-extra": "^8.0.1",
|
|
|
- "glob": "~7.1.2",
|
|
|
- "handlebars": "^4.1.2",
|
|
|
+ "file-loader": "~5.0.2",
|
|
|
+ "fs-extra": "^8.1.0",
|
|
|
+ "glob": "~7.1.6",
|
|
|
+ "handlebars": "^4.5.3",
|
|
|
"html-loader": "~0.5.5",
|
|
|
"html-webpack-plugin": "~3.2.0",
|
|
|
- "mini-css-extract-plugin": "~0.6.0",
|
|
|
- "raw-loader": "~2.0.0",
|
|
|
- "rimraf": "~2.6.2",
|
|
|
- "sort-package-json": "~1.22.1",
|
|
|
- "source-map-loader": "~0.2.1",
|
|
|
- "style-loader": "~0.23.1",
|
|
|
- "svg-url-loader": "~2.3.2",
|
|
|
- "svgo": "~1.2.1",
|
|
|
- "svgo-loader": "~2.2.0",
|
|
|
- "terser-webpack-plugin": "^1.4.2",
|
|
|
- "url-loader": "~1.1.2",
|
|
|
- "webpack": "^4.32.2",
|
|
|
- "webpack-bundle-analyzer": "^3.4.1",
|
|
|
- "webpack-cli": "^3.3.0",
|
|
|
- "webpack-merge": "^4.2.1",
|
|
|
+ "mini-css-extract-plugin": "~0.8.0",
|
|
|
+ "raw-loader": "~4.0.0",
|
|
|
+ "rimraf": "~3.0.0",
|
|
|
+ "sort-package-json": "~1.31.0",
|
|
|
+ "source-map-loader": "~0.2.4",
|
|
|
+ "style-loader": "~1.0.1",
|
|
|
+ "svg-url-loader": "~3.0.3",
|
|
|
+ "svgo": "~1.3.2",
|
|
|
+ "svgo-loader": "~2.2.1",
|
|
|
+ "terser-webpack-plugin": "^2.3.0",
|
|
|
+ "url-loader": "~3.0.0",
|
|
|
+ "webpack": "^4.41.2",
|
|
|
+ "webpack-bundle-analyzer": "^3.6.0",
|
|
|
+ "webpack-cli": "^3.3.10",
|
|
|
+ "webpack-merge": "^4.2.2",
|
|
|
"whatwg-fetch": "^3.0.0",
|
|
|
"yarn-deduplicate": "^1.1.1"
|
|
|
},
|
|
|
"resolutions": {
|
|
|
- "@jupyterlab/application": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/application-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/apputils": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/apputils-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/attachments": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/cells": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/codeeditor": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/codemirror": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/codemirror-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/completer": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/completer-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/console": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/console-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/coreutils": "~4.0.0-alpha.4",
|
|
|
- "@jupyterlab/csvviewer": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/csvviewer-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/docmanager": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/docmanager-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/docregistry": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/documentsearch": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/documentsearch-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/extensionmanager": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/extensionmanager-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/filebrowser": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/filebrowser-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/fileeditor": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/fileeditor-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/help-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/htmlviewer": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/htmlviewer-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/hub-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/imageviewer": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/imageviewer-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/inspector": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/inspector-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/javascript-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/json-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/launcher": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/launcher-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/logconsole": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/logconsole-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/mainmenu": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/mainmenu-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/markdownviewer": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/markdownviewer-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/mathjax2": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/mathjax2-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/metapackage": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/nbconvert-css": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/notebook": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/notebook-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/observables": "~3.0.0-alpha.4",
|
|
|
- "@jupyterlab/outputarea": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/pdf-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/rendermime": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/rendermime-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/rendermime-interfaces": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/running": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/running-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/services": "~5.0.0-alpha.4",
|
|
|
- "@jupyterlab/settingeditor": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/settingeditor-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/shortcuts-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/statusbar": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/statusbar-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/tabmanager-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/terminal": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/terminal-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/theme-dark-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/theme-light-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/tooltip": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/tooltip-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/ui-components": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/ui-components-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/vdom": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/vdom-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/vega4-extension": "~2.0.0-alpha.4",
|
|
|
- "@jupyterlab/vega5-extension": "~2.0.0-alpha.4",
|
|
|
- "@lumino/algorithm": "^1.2.0",
|
|
|
- "@lumino/application": "^1.7.0",
|
|
|
- "@lumino/commands": "^1.7.0",
|
|
|
- "@lumino/coreutils": "^1.3.1",
|
|
|
- "@lumino/disposable": "^1.3.0",
|
|
|
- "@lumino/domutils": "^1.1.3",
|
|
|
- "@lumino/dragdrop": "^1.3.0",
|
|
|
- "@lumino/messaging": "^1.3.0",
|
|
|
- "@lumino/properties": "^1.1.3",
|
|
|
- "@lumino/signaling": "^1.3.0",
|
|
|
- "@lumino/virtualdom": "^1.2.0",
|
|
|
- "@lumino/widgets": "^1.9.0",
|
|
|
- "react": "~16.8.4",
|
|
|
- "react-dom": "~16.8.4"
|
|
|
+ "@jupyterlab/application": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/application-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/apputils": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/apputils-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/attachments": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/cells": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/celltags": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/celltags-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/codeeditor": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/codemirror": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/codemirror-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/completer": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/completer-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/console": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/console-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/coreutils": "~4.0.0-beta.2",
|
|
|
+ "@jupyterlab/csvviewer": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/csvviewer-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/docmanager": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/docmanager-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/docregistry": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/documentsearch": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/documentsearch-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/extensionmanager": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/extensionmanager-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/filebrowser": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/filebrowser-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/fileeditor": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/fileeditor-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/help-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/htmlviewer": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/htmlviewer-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/hub-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/imageviewer": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/imageviewer-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/inspector": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/inspector-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/javascript-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/json-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/launcher": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/launcher-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/logconsole": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/logconsole-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/mainmenu": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/mainmenu-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/markdownviewer": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/markdownviewer-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/mathjax2": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/mathjax2-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/metapackage": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/nbconvert-css": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/nbformat": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/notebook": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/notebook-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/observables": "~3.0.0-beta.2",
|
|
|
+ "@jupyterlab/outputarea": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/pdf-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/property-inspector": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/rendermime": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/rendermime-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/rendermime-interfaces": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/running": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/running-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/services": "~5.0.0-beta.2",
|
|
|
+ "@jupyterlab/settingeditor": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/settingeditor-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/settingregistry": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/shortcuts-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/statedb": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/statusbar": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/statusbar-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/tabmanager-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/terminal": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/terminal-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/theme-dark-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/theme-light-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/tooltip": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/tooltip-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/ui-components": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/ui-components-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/vdom": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/vdom-extension": "~2.0.0-beta.2",
|
|
|
+ "@jupyterlab/vega5-extension": "~2.0.0-beta.2",
|
|
|
+ "@lumino/algorithm": "^1.2.3",
|
|
|
+ "@lumino/application": "^1.7.7",
|
|
|
+ "@lumino/commands": "^1.9.1",
|
|
|
+ "@lumino/coreutils": "^1.4.2",
|
|
|
+ "@lumino/disposable": "^1.3.4",
|
|
|
+ "@lumino/domutils": "^1.1.7",
|
|
|
+ "@lumino/dragdrop": "^1.4.4",
|
|
|
+ "@lumino/messaging": "^1.3.3",
|
|
|
+ "@lumino/properties": "^1.1.6",
|
|
|
+ "@lumino/signaling": "^1.3.4",
|
|
|
+ "@lumino/virtualdom": "^1.4.0",
|
|
|
+ "@lumino/widgets": "^1.9.7",
|
|
|
+ "react": "~16.9.0",
|
|
|
+ "react-dom": "~16.9.0"
|
|
|
},
|
|
|
"engines": {
|
|
|
"node": ">=6.11.5"
|
|
|
},
|
|
|
"jupyterlab": {
|
|
|
"name": "JupyterLab",
|
|
|
- "version": "2.0.0a4",
|
|
|
+ "version": "2.0.0b2",
|
|
|
"extensions": {
|
|
|
"@jupyterlab/application-extension": "",
|
|
|
"@jupyterlab/apputils-extension": "",
|
|
|
+ "@jupyterlab/celltags-extension": "",
|
|
|
"@jupyterlab/codemirror-extension": "",
|
|
|
"@jupyterlab/completer-extension": "",
|
|
|
"@jupyterlab/console-extension": "",
|
|
@@ -227,7 +232,6 @@
|
|
|
"@jupyterlab/javascript-extension": "",
|
|
|
"@jupyterlab/json-extension": "",
|
|
|
"@jupyterlab/pdf-extension": "",
|
|
|
- "@jupyterlab/vega4-extension": "",
|
|
|
"@jupyterlab/vega5-extension": ""
|
|
|
},
|
|
|
"buildDir": "./build",
|