|
|
|
|
@ -6,8 +6,9 @@
|
|
|
|
|
"build": "webpack",
|
|
|
|
|
"build:prod": "webpack --mode=production",
|
|
|
|
|
"build:test": "tsc --build tsconfig.test.json",
|
|
|
|
|
"clean": "rimraf build",
|
|
|
|
|
"clean": "rimraf build && jlpm run clean:static",
|
|
|
|
|
"clean:artifacts": "rimraf artifacts",
|
|
|
|
|
"clean:static": "rimraf ../jupyterlab_classic/static",
|
|
|
|
|
"prepublishOnly": "yarn run build",
|
|
|
|
|
"test:e2e": "jlpm run clean:artifacts && jest",
|
|
|
|
|
"test:e2e:pwdebug": "jlpm run clean:artifacts && PWDEBUG=1 jlpm run test:e2e",
|
|
|
|
|
@ -27,6 +28,7 @@
|
|
|
|
|
"@jupyterlab-classic/ui-components": "^0.1.7",
|
|
|
|
|
"@jupyterlab/apputils-extension": "^3.0.0",
|
|
|
|
|
"@jupyterlab/codemirror-extension": "^3.0.0",
|
|
|
|
|
"@jupyterlab/celltags": "^3.0.0",
|
|
|
|
|
"@jupyterlab/completer-extension": "^3.0.0",
|
|
|
|
|
"@jupyterlab/coreutils": "~5.0.0",
|
|
|
|
|
"@jupyterlab/docmanager-extension": "^3.0.0",
|
|
|
|
|
@ -68,5 +70,119 @@
|
|
|
|
|
"webpack-cli": "^4.2.0",
|
|
|
|
|
"webpack-merge": "^5.1.2",
|
|
|
|
|
"whatwg-fetch": "^3.0.0"
|
|
|
|
|
},
|
|
|
|
|
"resolutions": {
|
|
|
|
|
"@jupyterlab-classic/application": "~0.1.7",
|
|
|
|
|
"@jupyterlab-classic/application-extension": "~0.1.7",
|
|
|
|
|
"@jupyterlab-classic/docmanager-extension": "~0.1.7",
|
|
|
|
|
"@jupyterlab-classic/help-extension": "~0.1.7",
|
|
|
|
|
"@jupyterlab-classic/notebook-extension": "~0.1.7",
|
|
|
|
|
"@jupyterlab-classic/terminal-extension": "~0.1.7",
|
|
|
|
|
"@jupyterlab-classic/tree-extension": "~0.1.7",
|
|
|
|
|
"@jupyterlab-classic/ui-components": "~0.1.7",
|
|
|
|
|
"@jupyterlab/apputils-extension": "~3.0.0",
|
|
|
|
|
"@jupyterlab/codemirror-extension": "~3.0.0",
|
|
|
|
|
"@jupyterlab/celltags": "~3.0.0",
|
|
|
|
|
"@jupyterlab/completer-extension": "~3.0.0",
|
|
|
|
|
"@jupyterlab/coreutils": "~5.0.0",
|
|
|
|
|
"@jupyterlab/docmanager-extension": "~3.0.0",
|
|
|
|
|
"@jupyterlab/fileeditor-extension": "~3.0.0",
|
|
|
|
|
"@jupyterlab/mainmenu-extension": "~3.0.0",
|
|
|
|
|
"@jupyterlab/mathjax2-extension": "~3.0.0",
|
|
|
|
|
"@jupyterlab/notebook-extension": "~3.0.0",
|
|
|
|
|
"@jupyterlab/observables": "~4.0.0",
|
|
|
|
|
"@jupyterlab/outputarea": "~3.0.0",
|
|
|
|
|
"@jupyterlab/rendermime-extension": "~3.0.0",
|
|
|
|
|
"@jupyterlab/running-extension": "~3.0.0",
|
|
|
|
|
"@jupyterlab/shortcuts-extension": "~3.0.0",
|
|
|
|
|
"@jupyterlab/terminal-extension": "~3.0.0",
|
|
|
|
|
"@jupyterlab/theme-dark-extension": "~3.0.0",
|
|
|
|
|
"@jupyterlab/theme-light-extension": "~3.0.0",
|
|
|
|
|
"@jupyterlab/tooltip-extension": "~3.0.0",
|
|
|
|
|
"@lumino/algorithm": "^1.3.3",
|
|
|
|
|
"@lumino/application": "^1.13.1",
|
|
|
|
|
"@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.18.0",
|
|
|
|
|
"react": "^17.0.1",
|
|
|
|
|
"react-dom": "^17.0.1"
|
|
|
|
|
},
|
|
|
|
|
"jupyterlab": {
|
|
|
|
|
"name": "JupyterLab Classic",
|
|
|
|
|
"extensions": [
|
|
|
|
|
"@jupyterlab-classic/application-extension",
|
|
|
|
|
"@jupyterlab-classic/docmanager-extension",
|
|
|
|
|
"@jupyterlab-classic/help-extension",
|
|
|
|
|
"@jupyterlab-classic/notebook-extension",
|
|
|
|
|
"@jupyterlab-classic/terminal-extension",
|
|
|
|
|
"@jupyterlab-classic/tree-extension",
|
|
|
|
|
"@jupyterlab/apputils-extension",
|
|
|
|
|
"@jupyterlab/codemirror-extension",
|
|
|
|
|
"@jupyterlab/completer-extension",
|
|
|
|
|
"@jupyterlab/docmanager-extension",
|
|
|
|
|
"@jupyterlab/fileeditor-extension",
|
|
|
|
|
"@jupyterlab/mainmenu-extension",
|
|
|
|
|
"@jupyterlab/mathjax2-extension",
|
|
|
|
|
"@jupyterlab/notebook-extension",
|
|
|
|
|
"@jupyterlab/rendermime-extension",
|
|
|
|
|
"@jupyterlab/running-extension",
|
|
|
|
|
"@jupyterlab/shortcuts-extension",
|
|
|
|
|
"@jupyterlab/terminal-extension",
|
|
|
|
|
"@jupyterlab/theme-dark-extension",
|
|
|
|
|
"@jupyterlab/theme-light-extension",
|
|
|
|
|
"@jupyterlab/tooltip-extension"
|
|
|
|
|
],
|
|
|
|
|
"singletonPackages": [
|
|
|
|
|
"@jupyterlab/application",
|
|
|
|
|
"@jupyterlab/apputils",
|
|
|
|
|
"@jupyterlab/celltags",
|
|
|
|
|
"@jupyterlab/codeeditor",
|
|
|
|
|
"@jupyterlab/completer",
|
|
|
|
|
"@jupyterlab/console",
|
|
|
|
|
"@jupyterlab/coreutils",
|
|
|
|
|
"@jupyterlab/debugger",
|
|
|
|
|
"@jupyterlab/docmanager",
|
|
|
|
|
"@jupyterlab/documentsearch",
|
|
|
|
|
"@jupyterlab/extensionmanager",
|
|
|
|
|
"@jupyterlab/filebrowser",
|
|
|
|
|
"@jupyterlab/fileeditor",
|
|
|
|
|
"@jupyterlab/imageviewer",
|
|
|
|
|
"@jupyterlab/inspector",
|
|
|
|
|
"@jupyterlab/launcher",
|
|
|
|
|
"@jupyterlab/logconsole",
|
|
|
|
|
"@jupyterlab/mainmenu",
|
|
|
|
|
"@jupyterlab/notebook",
|
|
|
|
|
"@jupyterlab/rendermime",
|
|
|
|
|
"@jupyterlab/rendermime-interfaces",
|
|
|
|
|
"@jupyterlab/services",
|
|
|
|
|
"@jupyterlab/settingeditor",
|
|
|
|
|
"@jupyterlab/settingregistry",
|
|
|
|
|
"@jupyterlab/statedb",
|
|
|
|
|
"@jupyterlab/statusbar",
|
|
|
|
|
"@jupyterlab/terminal",
|
|
|
|
|
"@jupyterlab/tooltip",
|
|
|
|
|
"@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"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|