mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-18 11:55:46 +08:00
218 lines
8.5 KiB
JSON
218 lines
8.5 KiB
JSON
{
|
|
"name": "@retrolab/app",
|
|
"version": "0.3.0-alpha.2",
|
|
"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 ../retrolab/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 --config ./webpack.config.watch.js"
|
|
},
|
|
"resolutions": {
|
|
"@jupyterlab/application": "~3.1.0-alpha.8",
|
|
"@jupyterlab/apputils": "~3.1.0-alpha.8",
|
|
"@jupyterlab/apputils-extension": "~3.1.0-alpha.8",
|
|
"@jupyterlab/celltags": "~3.1.0-alpha.8",
|
|
"@jupyterlab/codeeditor": "~3.1.0-alpha.8",
|
|
"@jupyterlab/codemirror-extension": "~3.1.0-alpha.8",
|
|
"@jupyterlab/completer": "~3.1.0-alpha.8",
|
|
"@jupyterlab/completer-extension": "~3.1.0-alpha.8",
|
|
"@jupyterlab/console": "~3.1.0-alpha.8",
|
|
"@jupyterlab/coreutils": "~5.1.0-alpha.8",
|
|
"@jupyterlab/docmanager": "~3.1.0-alpha.8",
|
|
"@jupyterlab/docmanager-extension": "~3.1.0-alpha.8",
|
|
"@jupyterlab/filebrowser": "~3.1.0-alpha.8",
|
|
"@jupyterlab/filebrowser-extension": "~3.1.0-alpha.8",
|
|
"@jupyterlab/fileeditor": "~3.1.0-alpha.8",
|
|
"@jupyterlab/fileeditor-extension": "~3.1.0-alpha.8",
|
|
"@jupyterlab/hub-extension": "~3.1.0-alpha.8",
|
|
"@jupyterlab/javascript-extension": "~3.1.0-alpha.8",
|
|
"@jupyterlab/json-extension": "~3.1.0-alpha.8",
|
|
"@jupyterlab/mainmenu": "~3.1.0-alpha.8",
|
|
"@jupyterlab/mainmenu-extension": "~3.1.0-alpha.8",
|
|
"@jupyterlab/mathjax2-extension": "~3.1.0-alpha.8",
|
|
"@jupyterlab/notebook": "~3.1.0-alpha.8",
|
|
"@jupyterlab/notebook-extension": "~3.1.0-alpha.8",
|
|
"@jupyterlab/observables": "~4.1.0-alpha.8",
|
|
"@jupyterlab/outputarea": "~3.1.0-alpha.8",
|
|
"@jupyterlab/pdf-extension": "~3.1.0-alpha.8",
|
|
"@jupyterlab/rendermime": "~3.1.0-alpha.8",
|
|
"@jupyterlab/rendermime-extension": "~3.1.0-alpha.8",
|
|
"@jupyterlab/rendermime-interfaces": "~3.1.0-alpha.8",
|
|
"@jupyterlab/running-extension": "~3.1.0-alpha.8",
|
|
"@jupyterlab/services": "~6.1.0-alpha.8",
|
|
"@jupyterlab/settingregistry": "~3.1.0-alpha.8",
|
|
"@jupyterlab/shortcuts-extension": "~3.1.0-alpha.8",
|
|
"@jupyterlab/statedb": "~3.1.0-alpha.8",
|
|
"@jupyterlab/statusbar": "~3.1.0-alpha.8",
|
|
"@jupyterlab/terminal": "~3.1.0-alpha.8",
|
|
"@jupyterlab/terminal-extension": "~3.1.0-alpha.8",
|
|
"@jupyterlab/theme-dark-extension": "~3.1.0-alpha.8",
|
|
"@jupyterlab/theme-light-extension": "~3.1.0-alpha.8",
|
|
"@jupyterlab/tooltip": "~3.1.0-alpha.8",
|
|
"@jupyterlab/tooltip-extension": "~3.1.0-alpha.8",
|
|
"@jupyterlab/ui-components": "~3.1.0-alpha.8",
|
|
"@jupyterlab/vega5-extension": "~3.1.0-alpha.8",
|
|
"@lumino/algorithm": "~1.6.0",
|
|
"@lumino/application": "~1.20.0",
|
|
"@lumino/commands": "~1.15.0",
|
|
"@lumino/coreutils": "~1.8.0",
|
|
"@lumino/disposable": "~1.7.0",
|
|
"@lumino/domutils": "~1.5.0",
|
|
"@lumino/dragdrop": "~1.10.0",
|
|
"@lumino/messaging": "~1.7.0",
|
|
"@lumino/properties": "~1.5.0",
|
|
"@lumino/signaling": "~1.7.0",
|
|
"@lumino/virtualdom": "~1.11.0",
|
|
"@lumino/widgets": "~1.23.0",
|
|
"@retrolab/application": "~0.3.0-alpha.2",
|
|
"@retrolab/application-extension": "~0.3.0-alpha.2",
|
|
"@retrolab/docmanager-extension": "~0.3.0-alpha.2",
|
|
"@retrolab/help-extension": "~0.3.0-alpha.2",
|
|
"@retrolab/notebook-extension": "~0.3.0-alpha.2",
|
|
"@retrolab/terminal-extension": "~0.3.0-alpha.2",
|
|
"@retrolab/tree-extension": "~0.3.0-alpha.2",
|
|
"@retrolab/ui-components": "~0.3.0-alpha.2",
|
|
"react": "~17.0.2",
|
|
"react-dom": "~17.0.2"
|
|
},
|
|
"dependencies": {
|
|
"@jupyterlab/apputils-extension": "^3.1.0-alpha.8",
|
|
"@jupyterlab/celltags": "^3.1.0-alpha.8",
|
|
"@jupyterlab/codemirror-extension": "^3.1.0-alpha.8",
|
|
"@jupyterlab/completer-extension": "^3.1.0-alpha.8",
|
|
"@jupyterlab/coreutils": "~5.1.0-alpha.8",
|
|
"@jupyterlab/docmanager-extension": "^3.1.0-alpha.8",
|
|
"@jupyterlab/filebrowser-extension": "^3.1.0-alpha.8",
|
|
"@jupyterlab/fileeditor-extension": "^3.1.0-alpha.8",
|
|
"@jupyterlab/hub-extension": "3.1.0-alpha.8",
|
|
"@jupyterlab/javascript-extension": "^3.1.0-alpha.8",
|
|
"@jupyterlab/json-extension": "^3.1.0-alpha.8",
|
|
"@jupyterlab/mainmenu-extension": "^3.1.0-alpha.8",
|
|
"@jupyterlab/mathjax2-extension": "^3.1.0-alpha.8",
|
|
"@jupyterlab/notebook-extension": "^3.1.0-alpha.8",
|
|
"@jupyterlab/pdf-extension": "^3.1.0-alpha.8",
|
|
"@jupyterlab/rendermime-extension": "^3.1.0-alpha.8",
|
|
"@jupyterlab/running-extension": "^3.1.0-alpha.8",
|
|
"@jupyterlab/shortcuts-extension": "^3.1.0-alpha.8",
|
|
"@jupyterlab/terminal-extension": "^3.1.0-alpha.8",
|
|
"@jupyterlab/theme-dark-extension": "^3.1.0-alpha.8",
|
|
"@jupyterlab/theme-light-extension": "^3.1.0-alpha.8",
|
|
"@jupyterlab/tooltip-extension": "^3.1.0-alpha.8",
|
|
"@jupyterlab/vega5-extension": "^3.1.0-alpha.8",
|
|
"@retrolab/application": "^0.3.0-alpha.2",
|
|
"@retrolab/application-extension": "^0.3.0-alpha.2",
|
|
"@retrolab/docmanager-extension": "^0.3.0-alpha.2",
|
|
"@retrolab/help-extension": "^0.3.0-alpha.2",
|
|
"@retrolab/notebook-extension": "^0.3.0-alpha.2",
|
|
"@retrolab/terminal-extension": "^0.3.0-alpha.2",
|
|
"@retrolab/tree-extension": "^0.3.0-alpha.2",
|
|
"@retrolab/ui-components": "^0.3.0-alpha.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.11.6",
|
|
"@babel/preset-env": "^7.12.1",
|
|
"@jupyterlab/builder": "^3.1.0-alpha.8",
|
|
"@jupyterlab/buildutils": "^3.1.0-alpha.8",
|
|
"@jupyterlab/testutils": "^3.1.0-alpha.8",
|
|
"@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": "RetroLab",
|
|
"extensions": [
|
|
"@retrolab/application-extension",
|
|
"@retrolab/docmanager-extension",
|
|
"@retrolab/help-extension",
|
|
"@retrolab/notebook-extension",
|
|
"@retrolab/terminal-extension",
|
|
"@retrolab/tree-extension",
|
|
"@jupyterlab/apputils-extension",
|
|
"@jupyterlab/codemirror-extension",
|
|
"@jupyterlab/completer-extension",
|
|
"@jupyterlab/docmanager-extension",
|
|
"@jupyterlab/filebrowser-extension",
|
|
"@jupyterlab/fileeditor-extension",
|
|
"@jupyterlab/hub-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": {}
|
|
}
|
|
}
|