mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-11 12:30:51 +08:00
204 lines
7.4 KiB
JSON
204 lines
7.4 KiB
JSON
{
|
|
"name": "@jupyterlab-classic/app",
|
|
"version": "0.1.8",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"build:prod": "webpack --mode=production",
|
|
"build:test": "tsc --build tsconfig.test.json",
|
|
"clean": "rimraf build && jlpm run clean:static",
|
|
"clean:artifacts": "rimraf artifacts",
|
|
"clean:static": "rimraf ../jupyterlab_classic/static",
|
|
"prepublishOnly": "yarn run build",
|
|
"test:cov": "jest --collect-coverage",
|
|
"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
|
|
"test:debug:watch": "node --inspect-brk node_modules/.bin/jest --runInBand --watch",
|
|
"test:e2e": "jlpm run clean:artifacts && jest",
|
|
"test:e2e:pwdebug": "jlpm run clean:artifacts && PWDEBUG=1 jlpm run test:e2e",
|
|
"watch": "webpack --watch"
|
|
},
|
|
"resolutions": {
|
|
"@jupyterlab-classic/application": "~0.1.8",
|
|
"@jupyterlab-classic/application-extension": "~0.1.8",
|
|
"@jupyterlab-classic/docmanager-extension": "~0.1.8",
|
|
"@jupyterlab-classic/help-extension": "~0.1.8",
|
|
"@jupyterlab-classic/notebook-extension": "~0.1.8",
|
|
"@jupyterlab-classic/terminal-extension": "~0.1.8",
|
|
"@jupyterlab-classic/tree-extension": "~0.1.8",
|
|
"@jupyterlab-classic/ui-components": "~0.1.8",
|
|
"@jupyterlab/application": "~3.0.7",
|
|
"@jupyterlab/apputils": "~3.0.5",
|
|
"@jupyterlab/apputils-extension": "~3.0.7",
|
|
"@jupyterlab/celltags": "~3.0.7",
|
|
"@jupyterlab/codeeditor": "~3.0.5",
|
|
"@jupyterlab/codemirror-extension": "~3.0.7",
|
|
"@jupyterlab/completer": "~3.0.5",
|
|
"@jupyterlab/completer-extension": "~3.0.7",
|
|
"@jupyterlab/console": "~3.0.6",
|
|
"@jupyterlab/coreutils": "~5.0.3",
|
|
"@jupyterlab/docmanager": "~3.0.7",
|
|
"@jupyterlab/docmanager-extension": "~3.0.7",
|
|
"@jupyterlab/filebrowser": "~3.0.7",
|
|
"@jupyterlab/fileeditor": "~3.0.7",
|
|
"@jupyterlab/fileeditor-extension": "~3.0.7",
|
|
"@jupyterlab/mainmenu": "~3.0.5",
|
|
"@jupyterlab/mainmenu-extension": "~3.0.7",
|
|
"@jupyterlab/mathjax2-extension": "~3.0.7",
|
|
"@jupyterlab/notebook": "~3.0.7",
|
|
"@jupyterlab/notebook-extension": "~3.0.7",
|
|
"@jupyterlab/observables": "~4.0.3",
|
|
"@jupyterlab/outputarea": "~3.0.6",
|
|
"@jupyterlab/rendermime": "~3.0.6",
|
|
"@jupyterlab/rendermime-extension": "~3.0.7",
|
|
"@jupyterlab/rendermime-interfaces": "~3.0.5",
|
|
"@jupyterlab/running-extension": "~3.0.7",
|
|
"@jupyterlab/services": "~6.0.5",
|
|
"@jupyterlab/settingregistry": "~3.0.3",
|
|
"@jupyterlab/shortcuts-extension": "~3.0.7",
|
|
"@jupyterlab/statedb": "~3.0.3",
|
|
"@jupyterlab/statusbar": "~3.0.5",
|
|
"@jupyterlab/terminal": "~3.0.6",
|
|
"@jupyterlab/terminal-extension": "~3.0.8",
|
|
"@jupyterlab/theme-dark-extension": "~3.0.7",
|
|
"@jupyterlab/theme-light-extension": "~3.0.7",
|
|
"@jupyterlab/tooltip": "~3.0.6",
|
|
"@jupyterlab/tooltip-extension": "~3.0.7",
|
|
"@jupyterlab/ui-components": "~3.0.4",
|
|
"@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.2",
|
|
"react-dom": "~17.0.2"
|
|
},
|
|
"dependencies": {
|
|
"@jupyterlab-classic/application": "^0.1.8",
|
|
"@jupyterlab-classic/application-extension": "^0.1.8",
|
|
"@jupyterlab-classic/docmanager-extension": "^0.1.8",
|
|
"@jupyterlab-classic/help-extension": "^0.1.8",
|
|
"@jupyterlab-classic/notebook-extension": "^0.1.8",
|
|
"@jupyterlab-classic/terminal-extension": "^0.1.8",
|
|
"@jupyterlab-classic/tree-extension": "^0.1.8",
|
|
"@jupyterlab-classic/ui-components": "^0.1.8",
|
|
"@jupyterlab/apputils-extension": "^3.0.0",
|
|
"@jupyterlab/celltags": "^3.0.0",
|
|
"@jupyterlab/codemirror-extension": "^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/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"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.11.6",
|
|
"@babel/preset-env": "^7.12.1",
|
|
"@jupyterlab/builder": "^3.0.0",
|
|
"@jupyterlab/buildutils": "^3.0.0",
|
|
"@jupyterlab/testutils": "^3.0.0",
|
|
"@types/jest": "^26.0.10",
|
|
"css-loader": "~5.0.1",
|
|
"file-loader": "~5.0.2",
|
|
"fs-extra": "^8.1.0",
|
|
"glob": "~7.1.6",
|
|
"jest": "^26.4.2",
|
|
"mini-css-extract-plugin": "~0.9.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"playwright": "^1.8.0",
|
|
"raw-loader": "~4.0.0",
|
|
"rimraf": "~3.0.2",
|
|
"style-loader": "~1.0.1",
|
|
"svg-url-loader": "~6.0.0",
|
|
"url-loader": "~4.1.1",
|
|
"watch": "~1.0.2",
|
|
"webpack": "^5.7.0",
|
|
"webpack-bundle-analyzer": "^4.1.0",
|
|
"webpack-cli": "^4.2.0",
|
|
"webpack-merge": "^5.1.2",
|
|
"whatwg-fetch": "^3.0.0"
|
|
},
|
|
"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/docmanager",
|
|
"@jupyterlab/filebrowser",
|
|
"@jupyterlab/fileeditor",
|
|
"@jupyterlab/mainmenu",
|
|
"@jupyterlab/notebook",
|
|
"@jupyterlab/observables",
|
|
"@jupyterlab/outputarea",
|
|
"@jupyterlab/rendermime",
|
|
"@jupyterlab/rendermime-interfaces",
|
|
"@jupyterlab/services",
|
|
"@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"
|
|
],
|
|
"mimeExtensions": {},
|
|
"linkedPackages": {}
|
|
}
|
|
}
|