{ "name": "@retrolab/app", "version": "0.3.6", "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 -g \"../retrolab/static/!(favicons)\"", "prepublishOnly": "yarn run build", "test:e2e": "jlpm run clean:artifacts && playwright test", "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.11", "@jupyterlab/application-extension": "~3.1.11", "@jupyterlab/apputils": "~3.1.11", "@jupyterlab/apputils-extension": "~3.1.12", "@jupyterlab/celltags": "~3.1.11", "@jupyterlab/codeeditor": "~3.1.11", "@jupyterlab/codemirror-extension": "~3.1.11", "@jupyterlab/completer": "~3.1.11", "@jupyterlab/completer-extension": "~3.1.11", "@jupyterlab/console": "~3.1.11", "@jupyterlab/console-extension": "~3.1.11", "@jupyterlab/coreutils": "~5.1.11", "@jupyterlab/docmanager": "~3.1.11", "@jupyterlab/docmanager-extension": "~3.1.11", "@jupyterlab/docprovider": "~3.1.11", "@jupyterlab/docprovider-extension": "~3.1.11", "@jupyterlab/filebrowser": "~3.1.11", "@jupyterlab/filebrowser-extension": "~3.1.11", "@jupyterlab/fileeditor": "~3.1.11", "@jupyterlab/fileeditor-extension": "~3.1.11", "@jupyterlab/hub-extension": "~3.1.11", "@jupyterlab/javascript-extension": "~3.1.12", "@jupyterlab/json-extension": "~3.1.12", "@jupyterlab/mainmenu": "~3.1.11", "@jupyterlab/mainmenu-extension": "~3.1.11", "@jupyterlab/mathjax2-extension": "~3.1.11", "@jupyterlab/notebook": "~3.1.11", "@jupyterlab/notebook-extension": "~3.1.11", "@jupyterlab/observables": "~4.1.11", "@jupyterlab/outputarea": "~3.1.11", "@jupyterlab/pdf-extension": "~3.1.11", "@jupyterlab/rendermime": "~3.1.11", "@jupyterlab/rendermime-extension": "~3.1.11", "@jupyterlab/rendermime-interfaces": "~3.1.11", "@jupyterlab/running-extension": "~3.1.11", "@jupyterlab/services": "~6.1.11", "@jupyterlab/settingregistry": "~3.1.11", "@jupyterlab/shared-models": "~3.1.11", "@jupyterlab/shortcuts-extension": "~3.1.11", "@jupyterlab/statedb": "~3.1.11", "@jupyterlab/statusbar": "~3.1.11", "@jupyterlab/terminal": "~3.1.11", "@jupyterlab/terminal-extension": "~3.1.11", "@jupyterlab/theme-dark-extension": "~3.1.11", "@jupyterlab/theme-light-extension": "~3.1.11", "@jupyterlab/tooltip": "~3.1.11", "@jupyterlab/tooltip-extension": "~3.1.11", "@jupyterlab/translation": "~3.1.11", "@jupyterlab/translation-extension": "~3.1.11", "@jupyterlab/ui-components": "~3.1.11", "@jupyterlab/vega5-extension": "~3.1.12", "@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.6", "@retrolab/application-extension": "~0.3.6", "@retrolab/console-extension": "~0.3.6", "@retrolab/docmanager-extension": "~0.3.6", "@retrolab/help-extension": "~0.3.6", "@retrolab/notebook-extension": "~0.3.6", "@retrolab/terminal-extension": "~0.3.6", "@retrolab/tree-extension": "~0.3.6", "@retrolab/ui-components": "~0.3.6", "react": "~17.0.2", "react-dom": "~17.0.2", "yjs": "~13.5.10" }, "dependencies": { "@jupyterlab/application-extension": "^3.1.11", "@jupyterlab/apputils-extension": "^3.1.12", "@jupyterlab/celltags": "^3.1.11", "@jupyterlab/codemirror-extension": "^3.1.11", "@jupyterlab/completer-extension": "^3.1.11", "@jupyterlab/console-extension": "^3.1.11", "@jupyterlab/coreutils": "~5.1.11", "@jupyterlab/docmanager-extension": "^3.1.11", "@jupyterlab/docprovider-extension": "^3.1.11", "@jupyterlab/filebrowser-extension": "^3.1.11", "@jupyterlab/fileeditor-extension": "^3.1.11", "@jupyterlab/hub-extension": "^3.1.11", "@jupyterlab/javascript-extension": "^3.1.12", "@jupyterlab/json-extension": "^3.1.12", "@jupyterlab/mainmenu-extension": "^3.1.11", "@jupyterlab/mathjax2-extension": "^3.1.11", "@jupyterlab/notebook-extension": "^3.1.11", "@jupyterlab/pdf-extension": "^3.1.11", "@jupyterlab/rendermime-extension": "^3.1.11", "@jupyterlab/running-extension": "^3.1.11", "@jupyterlab/shortcuts-extension": "^3.1.11", "@jupyterlab/terminal-extension": "^3.1.11", "@jupyterlab/theme-dark-extension": "^3.1.11", "@jupyterlab/theme-light-extension": "^3.1.11", "@jupyterlab/tooltip-extension": "^3.1.11", "@jupyterlab/translation-extension": "^3.1.11", "@jupyterlab/vega5-extension": "^3.1.12", "@retrolab/application": "^0.3.6", "@retrolab/application-extension": "^0.3.6", "@retrolab/console-extension": "^0.3.6", "@retrolab/docmanager-extension": "^0.3.6", "@retrolab/help-extension": "^0.3.6", "@retrolab/notebook-extension": "^0.3.6", "@retrolab/terminal-extension": "^0.3.6", "@retrolab/tree-extension": "^0.3.6", "@retrolab/ui-components": "^0.3.6" }, "devDependencies": { "@jupyterlab/builder": "^3.1.12", "@jupyterlab/buildutils": "^3.1.12", "@playwright/test": "^1.12.3", "@types/rimraf": "^3.0.0", "css-loader": "~5.0.1", "file-loader": "~5.0.2", "fs-extra": "^8.1.0", "glob": "~7.1.6", "mini-css-extract-plugin": "~0.9.0", "npm-run-all": "^4.1.5", "playwright": "^1.12.3", "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/console-extension", "@retrolab/docmanager-extension", "@retrolab/help-extension", "@retrolab/notebook-extension", "@retrolab/terminal-extension", "@retrolab/tree-extension", "@jupyterlab/application-extension", "@jupyterlab/apputils-extension", "@jupyterlab/codemirror-extension", "@jupyterlab/completer-extension", "@jupyterlab/console-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", "@jupyterlab/translation-extension" ], "singletonPackages": [ "@jupyterlab/application", "@jupyterlab/apputils", "@jupyterlab/celltags", "@jupyterlab/codeeditor", "@jupyterlab/completer", "@jupyterlab/console", "@jupyterlab/coreutils", "@jupyterlab/docmanager", "@jupyterlab/docprovider", "@jupyterlab/filebrowser", "@jupyterlab/fileeditor", "@jupyterlab/mainmenu", "@jupyterlab/notebook", "@jupyterlab/observables", "@jupyterlab/outputarea", "@jupyterlab/rendermime", "@jupyterlab/rendermime-interfaces", "@jupyterlab/services", "@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", "yjs" ], "mimeExtensions": {}, "linkedPackages": {} } }