123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308 |
- {
- "name": "@jupyterlab/application-top",
- "license": "BSD-3-Clause",
- "version": "3.1.0-alpha.10",
- "private": true,
- "scripts": {
- "build": "npm run clean && webpack",
- "build:dev": "npm run build",
- "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",
- "clean": "rimraf build",
- "prepublishOnly": "npm run build",
- "watch": "webpack --watch"
- },
- "resolutions": {
- "@jupyterlab/application": "~3.1.0-alpha.10",
- "@jupyterlab/application-extension": "~3.1.0-alpha.10",
- "@jupyterlab/apputils": "~3.1.0-alpha.10",
- "@jupyterlab/apputils-extension": "~3.1.0-alpha.10",
- "@jupyterlab/attachments": "~3.1.0-alpha.10",
- "@jupyterlab/cells": "~3.1.0-alpha.10",
- "@jupyterlab/celltags": "~3.1.0-alpha.10",
- "@jupyterlab/celltags-extension": "~3.1.0-alpha.10",
- "@jupyterlab/codeeditor": "~3.1.0-alpha.10",
- "@jupyterlab/codemirror": "~3.1.0-alpha.10",
- "@jupyterlab/codemirror-extension": "~3.1.0-alpha.10",
- "@jupyterlab/completer": "~3.1.0-alpha.10",
- "@jupyterlab/completer-extension": "~3.1.0-alpha.10",
- "@jupyterlab/console": "~3.1.0-alpha.10",
- "@jupyterlab/console-extension": "~3.1.0-alpha.10",
- "@jupyterlab/coreutils": "~5.1.0-alpha.10",
- "@jupyterlab/csvviewer": "~3.1.0-alpha.10",
- "@jupyterlab/csvviewer-extension": "~3.1.0-alpha.10",
- "@jupyterlab/debugger": "~3.1.0-alpha.10",
- "@jupyterlab/debugger-extension": "~3.1.0-alpha.10",
- "@jupyterlab/docmanager": "~3.1.0-alpha.10",
- "@jupyterlab/docmanager-extension": "~3.1.0-alpha.10",
- "@jupyterlab/docprovider": "~3.1.0-alpha.10",
- "@jupyterlab/docprovider-extension": "~3.1.0-alpha.10",
- "@jupyterlab/docregistry": "~3.1.0-alpha.10",
- "@jupyterlab/documentsearch": "~3.1.0-alpha.10",
- "@jupyterlab/documentsearch-extension": "~3.1.0-alpha.10",
- "@jupyterlab/extensionmanager": "~3.1.0-alpha.10",
- "@jupyterlab/extensionmanager-extension": "~3.1.0-alpha.10",
- "@jupyterlab/filebrowser": "~3.1.0-alpha.10",
- "@jupyterlab/filebrowser-extension": "~3.1.0-alpha.10",
- "@jupyterlab/fileeditor": "~3.1.0-alpha.10",
- "@jupyterlab/fileeditor-extension": "~3.1.0-alpha.10",
- "@jupyterlab/help-extension": "~3.1.0-alpha.10",
- "@jupyterlab/htmlviewer": "~3.1.0-alpha.10",
- "@jupyterlab/htmlviewer-extension": "~3.1.0-alpha.10",
- "@jupyterlab/hub-extension": "~3.1.0-alpha.10",
- "@jupyterlab/imageviewer": "~3.1.0-alpha.10",
- "@jupyterlab/imageviewer-extension": "~3.1.0-alpha.10",
- "@jupyterlab/inspector": "~3.1.0-alpha.10",
- "@jupyterlab/inspector-extension": "~3.1.0-alpha.10",
- "@jupyterlab/javascript-extension": "~3.1.0-alpha.10",
- "@jupyterlab/json-extension": "~3.1.0-alpha.10",
- "@jupyterlab/launcher": "~3.1.0-alpha.10",
- "@jupyterlab/launcher-extension": "~3.1.0-alpha.10",
- "@jupyterlab/logconsole": "~3.1.0-alpha.10",
- "@jupyterlab/logconsole-extension": "~3.1.0-alpha.10",
- "@jupyterlab/mainmenu": "~3.1.0-alpha.10",
- "@jupyterlab/mainmenu-extension": "~3.1.0-alpha.10",
- "@jupyterlab/markdownviewer": "~3.1.0-alpha.10",
- "@jupyterlab/markdownviewer-extension": "~3.1.0-alpha.10",
- "@jupyterlab/mathjax2": "~3.1.0-alpha.10",
- "@jupyterlab/mathjax2-extension": "~3.1.0-alpha.10",
- "@jupyterlab/metapackage": "~3.1.0-alpha.10",
- "@jupyterlab/nbconvert-css": "~3.1.0-alpha.10",
- "@jupyterlab/nbformat": "~3.1.0-alpha.10",
- "@jupyterlab/notebook": "~3.1.0-alpha.10",
- "@jupyterlab/notebook-extension": "~3.1.0-alpha.10",
- "@jupyterlab/observables": "~4.1.0-alpha.10",
- "@jupyterlab/outputarea": "~3.1.0-alpha.10",
- "@jupyterlab/pdf-extension": "~3.1.0-alpha.10",
- "@jupyterlab/property-inspector": "~3.1.0-alpha.10",
- "@jupyterlab/rendermime": "~3.1.0-alpha.10",
- "@jupyterlab/rendermime-extension": "~3.1.0-alpha.10",
- "@jupyterlab/rendermime-interfaces": "~3.1.0-alpha.10",
- "@jupyterlab/running": "~3.1.0-alpha.10",
- "@jupyterlab/running-extension": "~3.1.0-alpha.10",
- "@jupyterlab/services": "~6.1.0-alpha.10",
- "@jupyterlab/settingeditor": "~3.1.0-alpha.10",
- "@jupyterlab/settingeditor-extension": "~3.1.0-alpha.10",
- "@jupyterlab/settingregistry": "~3.1.0-alpha.10",
- "@jupyterlab/shared-models": "~3.1.0-alpha.10",
- "@jupyterlab/shortcuts-extension": "~3.1.0-alpha.10",
- "@jupyterlab/statedb": "~3.1.0-alpha.10",
- "@jupyterlab/statusbar": "~3.1.0-alpha.10",
- "@jupyterlab/statusbar-extension": "~3.1.0-alpha.10",
- "@jupyterlab/terminal": "~3.1.0-alpha.10",
- "@jupyterlab/terminal-extension": "~3.1.0-alpha.10",
- "@jupyterlab/theme-dark-extension": "~3.1.0-alpha.10",
- "@jupyterlab/theme-light-extension": "~3.1.0-alpha.10",
- "@jupyterlab/toc": "~5.1.0-alpha.10",
- "@jupyterlab/toc-extension": "~5.1.0-alpha.10",
- "@jupyterlab/tooltip": "~3.1.0-alpha.10",
- "@jupyterlab/tooltip-extension": "~3.1.0-alpha.10",
- "@jupyterlab/translation": "~3.1.0-alpha.10",
- "@jupyterlab/translation-extension": "~3.1.0-alpha.10",
- "@jupyterlab/ui-components": "~3.1.0-alpha.10",
- "@jupyterlab/ui-components-extension": "~3.1.0-alpha.10",
- "@jupyterlab/vdom": "~3.1.0-alpha.10",
- "@jupyterlab/vdom-extension": "~3.1.0-alpha.10",
- "@jupyterlab/vega5-extension": "~3.1.0-alpha.10",
- "@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",
- "react": "^17.0.1",
- "react-dom": "^17.0.1"
- },
- "dependencies": {
- "@jupyterlab/application": "~3.1.0-alpha.10",
- "@jupyterlab/application-extension": "~3.1.0-alpha.10",
- "@jupyterlab/apputils-extension": "~3.1.0-alpha.10",
- "@jupyterlab/celltags-extension": "~3.1.0-alpha.10",
- "@jupyterlab/codemirror-extension": "~3.1.0-alpha.10",
- "@jupyterlab/completer-extension": "~3.1.0-alpha.10",
- "@jupyterlab/console-extension": "~3.1.0-alpha.10",
- "@jupyterlab/coreutils": "~5.1.0-alpha.10",
- "@jupyterlab/csvviewer-extension": "~3.1.0-alpha.10",
- "@jupyterlab/debugger-extension": "~3.1.0-alpha.10",
- "@jupyterlab/docmanager-extension": "~3.1.0-alpha.10",
- "@jupyterlab/docprovider-extension": "~3.1.0-alpha.10",
- "@jupyterlab/documentsearch-extension": "~3.1.0-alpha.10",
- "@jupyterlab/extensionmanager-extension": "~3.1.0-alpha.10",
- "@jupyterlab/filebrowser-extension": "~3.1.0-alpha.10",
- "@jupyterlab/fileeditor-extension": "~3.1.0-alpha.10",
- "@jupyterlab/help-extension": "~3.1.0-alpha.10",
- "@jupyterlab/htmlviewer-extension": "~3.1.0-alpha.10",
- "@jupyterlab/hub-extension": "~3.1.0-alpha.10",
- "@jupyterlab/imageviewer-extension": "~3.1.0-alpha.10",
- "@jupyterlab/inspector-extension": "~3.1.0-alpha.10",
- "@jupyterlab/javascript-extension": "~3.1.0-alpha.10",
- "@jupyterlab/json-extension": "~3.1.0-alpha.10",
- "@jupyterlab/launcher-extension": "~3.1.0-alpha.10",
- "@jupyterlab/logconsole-extension": "~3.1.0-alpha.10",
- "@jupyterlab/mainmenu-extension": "~3.1.0-alpha.10",
- "@jupyterlab/markdownviewer-extension": "~3.1.0-alpha.10",
- "@jupyterlab/mathjax2-extension": "~3.1.0-alpha.10",
- "@jupyterlab/notebook-extension": "~3.1.0-alpha.10",
- "@jupyterlab/pdf-extension": "~3.1.0-alpha.10",
- "@jupyterlab/rendermime-extension": "~3.1.0-alpha.10",
- "@jupyterlab/running-extension": "~3.1.0-alpha.10",
- "@jupyterlab/settingeditor-extension": "~3.1.0-alpha.10",
- "@jupyterlab/shortcuts-extension": "~3.1.0-alpha.10",
- "@jupyterlab/statusbar-extension": "~3.1.0-alpha.10",
- "@jupyterlab/terminal-extension": "~3.1.0-alpha.10",
- "@jupyterlab/theme-dark-extension": "~3.1.0-alpha.10",
- "@jupyterlab/theme-light-extension": "~3.1.0-alpha.10",
- "@jupyterlab/toc-extension": "~5.1.0-alpha.10",
- "@jupyterlab/tooltip-extension": "~3.1.0-alpha.10",
- "@jupyterlab/translation-extension": "~3.1.0-alpha.10",
- "@jupyterlab/ui-components-extension": "~3.1.0-alpha.10",
- "@jupyterlab/vdom-extension": "~3.1.0-alpha.10",
- "@jupyterlab/vega5-extension": "~3.1.0-alpha.10"
- },
- "devDependencies": {
- "@jupyterlab/builder": "^3.1.0-alpha.10",
- "@jupyterlab/buildutils": "^3.1.0-alpha.10",
- "chokidar": "^3.4.0",
- "css-loader": "^5.0.1",
- "duplicate-package-checker-webpack-plugin": "^3.0.0",
- "file-loader": "~6.0.0",
- "fs-extra": "^9.0.1",
- "glob": "~7.1.6",
- "handlebars": "^4.5.3",
- "html-loader": "~1.3.0",
- "html-webpack-plugin": "^5.0.0-beta.6",
- "license-webpack-plugin": "^2.3.14",
- "mini-css-extract-plugin": "~1.3.2",
- "raw-loader": "~4.0.0",
- "rimraf": "~3.0.0",
- "sort-package-json": "~1.44.0",
- "source-map-loader": "~1.0.2",
- "style-loader": "~2.0.0",
- "svg-url-loader": "~6.0.0",
- "terser-webpack-plugin": "^4.1.0",
- "url-loader": "~4.1.0",
- "webpack": "^5.3.1",
- "webpack-bundle-analyzer": "^3.6.0",
- "webpack-cli": "^4.1.0",
- "webpack-merge": "^5.1.2",
- "whatwg-fetch": "^3.0.0",
- "worker-loader": "^3.0.2",
- "yarn-deduplicate": "^2.1.1"
- },
- "engines": {
- "node": ">=12.0.0"
- },
- "jupyterlab": {
- "name": "JupyterLab",
- "version": "3.1.0a10",
- "extensions": {
- "@jupyterlab/application-extension": "",
- "@jupyterlab/apputils-extension": "",
- "@jupyterlab/celltags-extension": "",
- "@jupyterlab/codemirror-extension": "",
- "@jupyterlab/completer-extension": "",
- "@jupyterlab/console-extension": "",
- "@jupyterlab/csvviewer-extension": "",
- "@jupyterlab/debugger-extension": "",
- "@jupyterlab/docmanager-extension": "",
- "@jupyterlab/docprovider-extension": "",
- "@jupyterlab/documentsearch-extension": "",
- "@jupyterlab/extensionmanager-extension": "",
- "@jupyterlab/filebrowser-extension": "",
- "@jupyterlab/fileeditor-extension": "",
- "@jupyterlab/help-extension": "",
- "@jupyterlab/htmlviewer-extension": "",
- "@jupyterlab/hub-extension": "",
- "@jupyterlab/imageviewer-extension": "",
- "@jupyterlab/inspector-extension": "",
- "@jupyterlab/launcher-extension": "",
- "@jupyterlab/logconsole-extension": "",
- "@jupyterlab/mainmenu-extension": "",
- "@jupyterlab/markdownviewer-extension": "",
- "@jupyterlab/mathjax2-extension": "",
- "@jupyterlab/notebook-extension": "",
- "@jupyterlab/rendermime-extension": "",
- "@jupyterlab/running-extension": "",
- "@jupyterlab/settingeditor-extension": "",
- "@jupyterlab/shortcuts-extension": "",
- "@jupyterlab/statusbar-extension": "",
- "@jupyterlab/terminal-extension": "",
- "@jupyterlab/theme-dark-extension": "",
- "@jupyterlab/theme-light-extension": "",
- "@jupyterlab/toc-extension": "",
- "@jupyterlab/tooltip-extension": "",
- "@jupyterlab/translation-extension": "",
- "@jupyterlab/ui-components-extension": "",
- "@jupyterlab/vdom-extension": ""
- },
- "mimeExtensions": {
- "@jupyterlab/javascript-extension": "",
- "@jupyterlab/json-extension": "",
- "@jupyterlab/pdf-extension": "",
- "@jupyterlab/vega5-extension": ""
- },
- "externalExtensions": {},
- "buildDir": "./build",
- "outputDir": "..",
- "singletonPackages": [
- "@jupyterlab/application",
- "@jupyterlab/apputils",
- "@jupyterlab/codeeditor",
- "@jupyterlab/codemirror",
- "@jupyterlab/completer",
- "@jupyterlab/console",
- "@jupyterlab/coreutils",
- "@jupyterlab/debugger",
- "@jupyterlab/docmanager",
- "@jupyterlab/docprovider",
- "@jupyterlab/documentsearch",
- "@jupyterlab/extensionmanager",
- "@jupyterlab/filebrowser",
- "@jupyterlab/fileeditor",
- "@jupyterlab/imageviewer",
- "@jupyterlab/inspector",
- "@jupyterlab/launcher",
- "@jupyterlab/logconsole",
- "@jupyterlab/mainmenu",
- "@jupyterlab/markdownviewer",
- "@jupyterlab/notebook",
- "@jupyterlab/rendermime",
- "@jupyterlab/rendermime-interfaces",
- "@jupyterlab/services",
- "@jupyterlab/settingeditor",
- "@jupyterlab/settingregistry",
- "@jupyterlab/shared-models",
- "@jupyterlab/statedb",
- "@jupyterlab/statusbar",
- "@jupyterlab/terminal",
- "@jupyterlab/tooltip",
- "@jupyterlab/translation",
- "@jupyterlab/ui-components",
- "@lumino/algorithm",
- "@lumino/application",
- "@lumino/commands",
- "@lumino/coreutils",
- "@lumino/disposable",
- "@lumino/domutils",
- "@lumino/dragdrop",
- "@lumino/messaging",
- "@lumino/properties",
- "@lumino/signaling",
- "@lumino/virtualdom",
- "@lumino/widgets",
- "react",
- "react-dom"
- ],
- "linkedPackages": {},
- "staticDir": "../static"
- }
- }
|