| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366 |
- {
- "name": "@jupyterlab/application-top",
- "version": "4.5.6",
- "private": true,
- "license": "BSD-3-Clause",
- "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:minimize:report": "npm run build:prod:minimize:stats && webpack-bundle-analyzer --no-open --mode static --report static/webpack-bundle-analyzer.html stats.json static",
- "build:prod:minimize:stats": "webpack --profile --config webpack.prod.minimize.config.js --json > stats.json",
- "build:prod:release": "webpack --config webpack.prod.release.config.js",
- "build:stats": "webpack --profile --json > stats.json",
- "clean": "rimraf build",
- "prepublishOnly": "npm run build",
- "watch": "webpack --watch"
- },
- "resolutions": {
- "@codemirror/language": "^6.0.0",
- "@codemirror/state": "^6.2.0",
- "@codemirror/view": "^6.9.6",
- "@jupyter/react-components": "^0.16.6",
- "@jupyter/web-components": "^0.16.6",
- "@jupyter/ydoc": "^3.0.0-a3",
- "@jupyterlab/application": "~4.5.6",
- "@jupyterlab/application-extension": "~4.5.6",
- "@jupyterlab/apputils": "~4.6.6",
- "@jupyterlab/apputils-extension": "~4.5.6",
- "@jupyterlab/attachments": "~4.5.6",
- "@jupyterlab/audio-extension": "~4.5.6",
- "@jupyterlab/cell-toolbar": "~4.5.6",
- "@jupyterlab/cell-toolbar-extension": "~4.5.6",
- "@jupyterlab/cells": "~4.5.6",
- "@jupyterlab/celltags-extension": "~4.5.6",
- "@jupyterlab/codeeditor": "~4.5.6",
- "@jupyterlab/codemirror": "~4.5.6",
- "@jupyterlab/codemirror-extension": "~4.5.6",
- "@jupyterlab/completer": "~4.5.6",
- "@jupyterlab/completer-extension": "~4.5.6",
- "@jupyterlab/console": "~4.5.6",
- "@jupyterlab/console-extension": "~4.5.6",
- "@jupyterlab/coreutils": "~6.5.6",
- "@jupyterlab/csvviewer": "~4.5.6",
- "@jupyterlab/csvviewer-extension": "~4.5.6",
- "@jupyterlab/debugger": "~4.5.6",
- "@jupyterlab/debugger-extension": "~4.5.6",
- "@jupyterlab/docmanager": "~4.5.6",
- "@jupyterlab/docmanager-extension": "~4.5.6",
- "@jupyterlab/docregistry": "~4.5.6",
- "@jupyterlab/documentsearch": "~4.5.6",
- "@jupyterlab/documentsearch-extension": "~4.5.6",
- "@jupyterlab/extensionmanager": "~4.5.6",
- "@jupyterlab/extensionmanager-extension": "~4.5.6",
- "@jupyterlab/filebrowser": "~4.5.6",
- "@jupyterlab/filebrowser-extension": "~4.5.6",
- "@jupyterlab/fileeditor": "~4.5.6",
- "@jupyterlab/fileeditor-extension": "~4.5.6",
- "@jupyterlab/help-extension": "~4.5.6",
- "@jupyterlab/htmlviewer": "~4.5.6",
- "@jupyterlab/htmlviewer-extension": "~4.5.6",
- "@jupyterlab/hub-extension": "~4.5.6",
- "@jupyterlab/imageviewer": "~4.5.6",
- "@jupyterlab/imageviewer-extension": "~4.5.6",
- "@jupyterlab/inspector": "~4.5.6",
- "@jupyterlab/inspector-extension": "~4.5.6",
- "@jupyterlab/javascript-extension": "~4.5.6",
- "@jupyterlab/json-extension": "~4.5.6",
- "@jupyterlab/launcher": "~4.5.6",
- "@jupyterlab/launcher-extension": "~4.5.6",
- "@jupyterlab/logconsole": "~4.5.6",
- "@jupyterlab/logconsole-extension": "~4.5.6",
- "@jupyterlab/lsp": "~4.5.6",
- "@jupyterlab/lsp-extension": "~4.5.6",
- "@jupyterlab/mainmenu": "~4.5.6",
- "@jupyterlab/mainmenu-extension": "~4.5.6",
- "@jupyterlab/markdownviewer": "~4.5.6",
- "@jupyterlab/markdownviewer-extension": "~4.5.6",
- "@jupyterlab/markedparser-extension": "~4.5.6",
- "@jupyterlab/mathjax-extension": "~4.5.6",
- "@jupyterlab/mermaid": "~4.5.6",
- "@jupyterlab/mermaid-extension": "~4.5.6",
- "@jupyterlab/metadataform": "~4.5.6",
- "@jupyterlab/metadataform-extension": "~4.5.6",
- "@jupyterlab/metapackage": "~4.5.6",
- "@jupyterlab/nbconvert-css": "~4.5.6",
- "@jupyterlab/nbformat": "~4.5.6",
- "@jupyterlab/notebook": "~4.5.6",
- "@jupyterlab/notebook-extension": "~4.5.6",
- "@jupyterlab/observables": "~5.5.6",
- "@jupyterlab/outputarea": "~4.5.6",
- "@jupyterlab/pdf-extension": "~4.5.6",
- "@jupyterlab/pluginmanager": "~4.5.6",
- "@jupyterlab/pluginmanager-extension": "~4.5.6",
- "@jupyterlab/property-inspector": "~4.5.6",
- "@jupyterlab/rendermime": "~4.5.6",
- "@jupyterlab/rendermime-extension": "~4.5.6",
- "@jupyterlab/rendermime-interfaces": "~3.13.6",
- "@jupyterlab/running": "~4.5.6",
- "@jupyterlab/running-extension": "~4.5.6",
- "@jupyterlab/services": "~7.5.6",
- "@jupyterlab/services-extension": "~4.5.6",
- "@jupyterlab/settingeditor": "~4.5.6",
- "@jupyterlab/settingeditor-extension": "~4.5.6",
- "@jupyterlab/settingregistry": "~4.5.6",
- "@jupyterlab/shortcuts-extension": "~5.3.6",
- "@jupyterlab/statedb": "~4.5.6",
- "@jupyterlab/statusbar": "~4.5.6",
- "@jupyterlab/statusbar-extension": "~4.5.6",
- "@jupyterlab/terminal": "~4.5.6",
- "@jupyterlab/terminal-extension": "~4.5.6",
- "@jupyterlab/theme-dark-extension": "~4.5.6",
- "@jupyterlab/theme-dark-high-contrast-extension": "~4.5.6",
- "@jupyterlab/theme-light-extension": "~4.5.6",
- "@jupyterlab/toc": "~6.5.6",
- "@jupyterlab/toc-extension": "~6.5.6",
- "@jupyterlab/tooltip": "~4.5.6",
- "@jupyterlab/tooltip-extension": "~4.5.6",
- "@jupyterlab/translation": "~4.5.6",
- "@jupyterlab/translation-extension": "~4.5.6",
- "@jupyterlab/ui-components": "~4.5.6",
- "@jupyterlab/ui-components-extension": "~4.5.6",
- "@jupyterlab/vega5-extension": "~4.5.6",
- "@jupyterlab/video-extension": "~4.5.6",
- "@jupyterlab/workspaces": "~4.5.6",
- "@jupyterlab/workspaces-extension": "~4.5.6",
- "@lezer/common": "^1.0.0",
- "@lezer/highlight": "^1.0.0",
- "@lumino/algorithm": "^2.0.0",
- "@lumino/application": "^2.3.0-alpha.1",
- "@lumino/commands": "^2.0.1",
- "@lumino/coreutils": "^2.0.0",
- "@lumino/datagrid": "^2.3.0-alpha.1",
- "@lumino/disposable": "^2.0.0",
- "@lumino/domutils": "^2.0.0",
- "@lumino/dragdrop": "^2.0.0",
- "@lumino/keyboard": "^2.0.0",
- "@lumino/messaging": "^2.0.0",
- "@lumino/polling": "^2.0.0",
- "@lumino/properties": "^2.0.0",
- "@lumino/signaling": "^2.0.0",
- "@lumino/virtualdom": "^2.0.0",
- "@lumino/widgets": "^2.3.1-alpha.1",
- "@microsoft/fast-element": "^1.12.0",
- "@microsoft/fast-foundation": "^2.49.2",
- "react": "^18.2.0",
- "react-dom": "^18.2.0",
- "yjs": "^13.5.40"
- },
- "dependencies": {
- "@jupyterlab/application": "~4.5.6",
- "@jupyterlab/application-extension": "~4.5.6",
- "@jupyterlab/apputils-extension": "~4.5.6",
- "@jupyterlab/audio-extension": "~4.5.6",
- "@jupyterlab/cell-toolbar-extension": "~4.5.6",
- "@jupyterlab/celltags-extension": "~4.5.6",
- "@jupyterlab/codemirror-extension": "~4.5.6",
- "@jupyterlab/completer-extension": "~4.5.6",
- "@jupyterlab/console-extension": "~4.5.6",
- "@jupyterlab/coreutils": "~6.5.6",
- "@jupyterlab/csvviewer-extension": "~4.5.6",
- "@jupyterlab/debugger-extension": "~4.5.6",
- "@jupyterlab/docmanager-extension": "~4.5.6",
- "@jupyterlab/documentsearch-extension": "~4.5.6",
- "@jupyterlab/extensionmanager-extension": "~4.5.6",
- "@jupyterlab/filebrowser-extension": "~4.5.6",
- "@jupyterlab/fileeditor-extension": "~4.5.6",
- "@jupyterlab/help-extension": "~4.5.6",
- "@jupyterlab/htmlviewer-extension": "~4.5.6",
- "@jupyterlab/hub-extension": "~4.5.6",
- "@jupyterlab/imageviewer-extension": "~4.5.6",
- "@jupyterlab/inspector-extension": "~4.5.6",
- "@jupyterlab/javascript-extension": "~4.5.6",
- "@jupyterlab/json-extension": "~4.5.6",
- "@jupyterlab/launcher-extension": "~4.5.6",
- "@jupyterlab/logconsole-extension": "~4.5.6",
- "@jupyterlab/lsp-extension": "~4.5.6",
- "@jupyterlab/mainmenu-extension": "~4.5.6",
- "@jupyterlab/markdownviewer-extension": "~4.5.6",
- "@jupyterlab/markedparser-extension": "~4.5.6",
- "@jupyterlab/mathjax-extension": "~4.5.6",
- "@jupyterlab/mermaid-extension": "~4.5.6",
- "@jupyterlab/metadataform-extension": "~4.5.6",
- "@jupyterlab/notebook-extension": "~4.5.6",
- "@jupyterlab/pdf-extension": "~4.5.6",
- "@jupyterlab/pluginmanager-extension": "~4.5.6",
- "@jupyterlab/rendermime-extension": "~4.5.6",
- "@jupyterlab/running-extension": "~4.5.6",
- "@jupyterlab/services-extension": "~4.5.6",
- "@jupyterlab/settingeditor-extension": "~4.5.6",
- "@jupyterlab/shortcuts-extension": "~5.3.6",
- "@jupyterlab/statusbar-extension": "~4.5.6",
- "@jupyterlab/terminal-extension": "~4.5.6",
- "@jupyterlab/theme-dark-extension": "~4.5.6",
- "@jupyterlab/theme-dark-high-contrast-extension": "~4.5.6",
- "@jupyterlab/theme-light-extension": "~4.5.6",
- "@jupyterlab/toc-extension": "~6.5.6",
- "@jupyterlab/tooltip-extension": "~4.5.6",
- "@jupyterlab/translation-extension": "~4.5.6",
- "@jupyterlab/ui-components-extension": "~4.5.6",
- "@jupyterlab/vega5-extension": "~4.5.6",
- "@jupyterlab/video-extension": "~4.5.6",
- "@jupyterlab/workspaces-extension": "~4.5.6"
- },
- "devDependencies": {
- "@jupyterlab/builder": "^4.5.6",
- "@jupyterlab/buildutils": "^4.5.6",
- "chokidar": "^3.4.0",
- "css-loader": "^6.7.1",
- "duplicate-package-checker-webpack-plugin": "^3.0.0",
- "fs-extra": "^10.1.0",
- "glob": "~7.1.6",
- "handlebars": "^4.7.8",
- "html-loader": "~1.3.0",
- "html-webpack-plugin": "^5.5.0",
- "license-webpack-plugin": "^4.0.2",
- "mini-css-extract-plugin": "^2.7.0",
- "mini-svg-data-uri": "^1.4.4",
- "rimraf": "~5.0.5",
- "sort-package-json": "~1.53.1",
- "source-map-loader": "~1.0.2",
- "style-loader": "~3.3.1",
- "terser-webpack-plugin": "^5.3.7",
- "webpack": "^5.76.1",
- "webpack-bundle-analyzer": "^4.8.0",
- "webpack-cli": "^5.0.1",
- "webpack-merge": "^5.8.0",
- "worker-loader": "^3.0.2"
- },
- "engines": {
- "node": ">=20.0.0"
- },
- "jupyterlab": {
- "name": "JupyterLab",
- "version": "4.5.6",
- "extensions": {
- "@jupyterlab/application-extension": "",
- "@jupyterlab/apputils-extension": "",
- "@jupyterlab/audio-extension": "",
- "@jupyterlab/cell-toolbar-extension": "",
- "@jupyterlab/celltags-extension": "",
- "@jupyterlab/codemirror-extension": "",
- "@jupyterlab/completer-extension": "",
- "@jupyterlab/console-extension": "",
- "@jupyterlab/csvviewer-extension": "",
- "@jupyterlab/debugger-extension": "",
- "@jupyterlab/docmanager-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/lsp-extension": "",
- "@jupyterlab/mainmenu-extension": "",
- "@jupyterlab/markdownviewer-extension": "",
- "@jupyterlab/markedparser-extension": "",
- "@jupyterlab/mathjax-extension": "",
- "@jupyterlab/mermaid-extension": "",
- "@jupyterlab/metadataform-extension": "",
- "@jupyterlab/notebook-extension": "",
- "@jupyterlab/pluginmanager-extension": "",
- "@jupyterlab/rendermime-extension": "",
- "@jupyterlab/running-extension": "",
- "@jupyterlab/services-extension": "",
- "@jupyterlab/settingeditor-extension": "",
- "@jupyterlab/shortcuts-extension": "",
- "@jupyterlab/statusbar-extension": "",
- "@jupyterlab/terminal-extension": "",
- "@jupyterlab/theme-dark-extension": "",
- "@jupyterlab/theme-dark-high-contrast-extension": "",
- "@jupyterlab/theme-light-extension": "",
- "@jupyterlab/toc-extension": "",
- "@jupyterlab/tooltip-extension": "",
- "@jupyterlab/translation-extension": "",
- "@jupyterlab/ui-components-extension": "",
- "@jupyterlab/video-extension": "",
- "@jupyterlab/workspaces-extension": ""
- },
- "mimeExtensions": {
- "@jupyterlab/javascript-extension": "",
- "@jupyterlab/json-extension": "",
- "@jupyterlab/mermaid-extension": "lib/mime.js",
- "@jupyterlab/pdf-extension": "",
- "@jupyterlab/vega5-extension": ""
- },
- "buildDir": "./build",
- "outputDir": "..",
- "singletonPackages": [
- "@codemirror/language",
- "@codemirror/state",
- "@codemirror/view",
- "@jupyter/react-components",
- "@jupyter/web-components",
- "@jupyter/ydoc",
- "@jupyterlab/application",
- "@jupyterlab/apputils",
- "@jupyterlab/cell-toolbar",
- "@jupyterlab/codeeditor",
- "@jupyterlab/codemirror",
- "@jupyterlab/completer",
- "@jupyterlab/console",
- "@jupyterlab/coreutils",
- "@jupyterlab/debugger",
- "@jupyterlab/docmanager",
- "@jupyterlab/documentsearch",
- "@jupyterlab/extensionmanager",
- "@jupyterlab/filebrowser",
- "@jupyterlab/fileeditor",
- "@jupyterlab/htmlviewer",
- "@jupyterlab/imageviewer",
- "@jupyterlab/inspector",
- "@jupyterlab/launcher",
- "@jupyterlab/logconsole",
- "@jupyterlab/lsp",
- "@jupyterlab/mainmenu",
- "@jupyterlab/markdownviewer",
- "@jupyterlab/mermaid",
- "@jupyterlab/metadataform",
- "@jupyterlab/notebook",
- "@jupyterlab/pluginmanager",
- "@jupyterlab/rendermime",
- "@jupyterlab/rendermime-interfaces",
- "@jupyterlab/services",
- "@jupyterlab/settingeditor",
- "@jupyterlab/settingregistry",
- "@jupyterlab/statedb",
- "@jupyterlab/statusbar",
- "@jupyterlab/terminal",
- "@jupyterlab/toc",
- "@jupyterlab/tooltip",
- "@jupyterlab/translation",
- "@jupyterlab/ui-components",
- "@jupyterlab/workspaces",
- "@lezer/common",
- "@lezer/highlight",
- "@lumino/algorithm",
- "@lumino/application",
- "@lumino/commands",
- "@lumino/coreutils",
- "@lumino/datagrid",
- "@lumino/disposable",
- "@lumino/domutils",
- "@lumino/dragdrop",
- "@lumino/keyboard",
- "@lumino/messaging",
- "@lumino/polling",
- "@lumino/properties",
- "@lumino/signaling",
- "@lumino/virtualdom",
- "@lumino/widgets",
- "@microsoft/fast-element",
- "@microsoft/fast-foundation",
- "react",
- "react-dom",
- "yjs"
- ],
- "linkedPackages": {},
- "staticDir": "../static"
- }
- }
|