123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203 |
- {
- "name": "@jupyterlab/application-top",
- "version": "0.13.0",
- "private": true,
- "scripts": {
- "build": "webpack",
- "build:prod": "webpack --define process.env.NODE_ENV=\"'production'\" --devtool source-map",
- "clean": "rimraf build",
- "prepublishOnly": "npm run build",
- "watch": "webpack --watch"
- },
- "dependencies": {
- "@jupyterlab/application": "^0.13.0",
- "@jupyterlab/application-extension": "^0.13.0",
- "@jupyterlab/apputils": "^0.13.0",
- "@jupyterlab/apputils-extension": "^0.13.0",
- "@jupyterlab/cells": "^0.13.0",
- "@jupyterlab/codeeditor": "^0.13.0",
- "@jupyterlab/codemirror": "^0.13.0",
- "@jupyterlab/codemirror-extension": "^0.13.0",
- "@jupyterlab/completer": "^0.13.0",
- "@jupyterlab/completer-extension": "^0.13.0",
- "@jupyterlab/console": "^0.13.0",
- "@jupyterlab/console-extension": "^0.13.0",
- "@jupyterlab/coreutils": "^0.13.0",
- "@jupyterlab/csvviewer": "^0.13.0",
- "@jupyterlab/csvviewer-extension": "^0.13.0",
- "@jupyterlab/docmanager": "^0.13.0",
- "@jupyterlab/docmanager-extension": "^0.13.0",
- "@jupyterlab/docregistry": "^0.13.0",
- "@jupyterlab/faq-extension": "^0.13.0",
- "@jupyterlab/filebrowser": "^0.13.0",
- "@jupyterlab/filebrowser-extension": "^0.13.0",
- "@jupyterlab/fileeditor": "^0.13.0",
- "@jupyterlab/fileeditor-extension": "^0.13.0",
- "@jupyterlab/help-extension": "^0.13.0",
- "@jupyterlab/imageviewer": "^0.13.0",
- "@jupyterlab/imageviewer-extension": "^0.13.0",
- "@jupyterlab/inspector": "^0.13.0",
- "@jupyterlab/inspector-extension": "^0.13.0",
- "@jupyterlab/json-extension": "^0.13.0",
- "@jupyterlab/launcher": "^0.13.0",
- "@jupyterlab/launcher-extension": "^0.13.0",
- "@jupyterlab/mainmenu": "^0.2.0",
- "@jupyterlab/mainmenu-extension": "^0.2.0",
- "@jupyterlab/markdownviewer-extension": "^0.13.0",
- "@jupyterlab/notebook": "^0.13.0",
- "@jupyterlab/notebook-extension": "^0.13.0",
- "@jupyterlab/observables": "^0.2.0",
- "@jupyterlab/outputarea": "^0.13.0",
- "@jupyterlab/pdf-extension": "^0.5.0",
- "@jupyterlab/rendermime": "^0.13.0",
- "@jupyterlab/rendermime-interfaces": "^0.4.3",
- "@jupyterlab/running": "^0.13.0",
- "@jupyterlab/running-extension": "^0.13.0",
- "@jupyterlab/services": "^0.52.0",
- "@jupyterlab/settingeditor": "^0.2.0",
- "@jupyterlab/settingeditor-extension": "^0.8.0",
- "@jupyterlab/shortcuts-extension": "^0.13.0",
- "@jupyterlab/tabmanager-extension": "^0.13.0",
- "@jupyterlab/terminal": "^0.13.0",
- "@jupyterlab/terminal-extension": "^0.13.0",
- "@jupyterlab/theme-dark-extension": "^0.13.0",
- "@jupyterlab/theme-light-extension": "^0.13.0",
- "@jupyterlab/tooltip": "^0.13.0",
- "@jupyterlab/tooltip-extension": "^0.13.0",
- "@jupyterlab/vdom-extension": "^0.13.0",
- "@jupyterlab/vega2-extension": "^0.13.0",
- "@phosphor/coreutils": "^1.3.0",
- "@phosphor/widgets": "^1.5.0"
- },
- "devDependencies": {
- "@jupyterlab/buildutils": "^0.3.0",
- "css-loader": "~0.28.7",
- "file-loader": "~0.10.1",
- "fs-extra": "~4.0.2",
- "glob": "~7.1.2",
- "handlebars": "~4.0.11",
- "json-loader": "~0.5.7",
- "raw-loader": "~0.5.1",
- "rimraf": "~2.6.2",
- "sort-package-json": "~1.7.1",
- "source-map-loader": "~0.2.1",
- "style-loader": "~0.13.2",
- "url-loader": "~0.5.9",
- "webpack": "~2.7.0"
- },
- "jupyterlab": {
- "extensions": {
- "@jupyterlab/application-extension": "",
- "@jupyterlab/apputils-extension": "",
- "@jupyterlab/codemirror-extension": "",
- "@jupyterlab/completer-extension": "",
- "@jupyterlab/console-extension": "",
- "@jupyterlab/csvviewer-extension": "",
- "@jupyterlab/docmanager-extension": "",
- "@jupyterlab/faq-extension": "",
- "@jupyterlab/filebrowser-extension": "",
- "@jupyterlab/fileeditor-extension": "",
- "@jupyterlab/help-extension": "",
- "@jupyterlab/imageviewer-extension": "",
- "@jupyterlab/inspector-extension": "",
- "@jupyterlab/launcher-extension": "",
- "@jupyterlab/mainmenu-extension": "",
- "@jupyterlab/markdownviewer-extension": "",
- "@jupyterlab/notebook-extension": "",
- "@jupyterlab/running-extension": "",
- "@jupyterlab/settingeditor-extension": "",
- "@jupyterlab/shortcuts-extension": "",
- "@jupyterlab/tabmanager-extension": "",
- "@jupyterlab/terminal-extension": "",
- "@jupyterlab/theme-dark-extension": "",
- "@jupyterlab/theme-light-extension": "",
- "@jupyterlab/tooltip-extension": ""
- },
- "mimeExtensions": {
- "@jupyterlab/json-extension": "",
- "@jupyterlab/pdf-extension": "",
- "@jupyterlab/vdom-extension": "",
- "@jupyterlab/vega2-extension": ""
- },
- "name": "JupyterLab",
- "outputDir": ".",
- "singletonPackages": [
- "@jupyterlab/application",
- "@jupyterlab/apputils",
- "@jupyterlab/console",
- "@jupyterlab/coreutils",
- "@jupyterlab/docmanager",
- "@jupyterlab/filebrowser",
- "@jupyterlab/fileeditor",
- "@jupyterlab/imageviewer",
- "@jupyterlab/launcher",
- "@jupyterlab/notebook",
- "@jupyterlab/rendermime",
- "@jupyterlab/rendermime-interfaces",
- "@jupyterlab/services",
- "@jupyterlab/terminal",
- "@jupyterlab/tooltip",
- "@phosphor/coreutils",
- "@phosphor/widgets"
- ],
- "version": "0.30.0.dev0",
- "linkedPackages": {
- "@jupyterlab/application": "../packages/application",
- "@jupyterlab/application-extension": "../packages/application-extension",
- "@jupyterlab/apputils": "../packages/apputils",
- "@jupyterlab/apputils-extension": "../packages/apputils-extension",
- "@jupyterlab/cells": "../packages/cells",
- "@jupyterlab/codeeditor": "../packages/codeeditor",
- "@jupyterlab/codemirror": "../packages/codemirror",
- "@jupyterlab/codemirror-extension": "../packages/codemirror-extension",
- "@jupyterlab/completer": "../packages/completer",
- "@jupyterlab/completer-extension": "../packages/completer-extension",
- "@jupyterlab/console": "../packages/console",
- "@jupyterlab/console-extension": "../packages/console-extension",
- "@jupyterlab/coreutils": "../packages/coreutils",
- "@jupyterlab/csvviewer": "../packages/csvviewer",
- "@jupyterlab/csvviewer-extension": "../packages/csvviewer-extension",
- "@jupyterlab/docmanager": "../packages/docmanager",
- "@jupyterlab/docmanager-extension": "../packages/docmanager-extension",
- "@jupyterlab/docregistry": "../packages/docregistry",
- "@jupyterlab/faq-extension": "../packages/faq-extension",
- "@jupyterlab/filebrowser": "../packages/filebrowser",
- "@jupyterlab/filebrowser-extension": "../packages/filebrowser-extension",
- "@jupyterlab/fileeditor": "../packages/fileeditor",
- "@jupyterlab/fileeditor-extension": "../packages/fileeditor-extension",
- "@jupyterlab/help-extension": "../packages/help-extension",
- "@jupyterlab/imageviewer": "../packages/imageviewer",
- "@jupyterlab/imageviewer-extension": "../packages/imageviewer-extension",
- "@jupyterlab/inspector": "../packages/inspector",
- "@jupyterlab/inspector-extension": "../packages/inspector-extension",
- "@jupyterlab/json-extension": "../packages/json-extension",
- "@jupyterlab/launcher": "../packages/launcher",
- "@jupyterlab/launcher-extension": "../packages/launcher-extension",
- "@jupyterlab/mainmenu": "../packages/mainmenu",
- "@jupyterlab/mainmenu-extension": "../packages/mainmenu-extension",
- "@jupyterlab/markdownviewer-extension": "../packages/markdownviewer-extension",
- "@jupyterlab/notebook": "../packages/notebook",
- "@jupyterlab/notebook-extension": "../packages/notebook-extension",
- "@jupyterlab/observables": "../packages/observables",
- "@jupyterlab/outputarea": "../packages/outputarea",
- "@jupyterlab/pdf-extension": "../packages/pdf-extension",
- "@jupyterlab/rendermime": "../packages/rendermime",
- "@jupyterlab/rendermime-interfaces": "../packages/rendermime-interfaces",
- "@jupyterlab/running": "../packages/running",
- "@jupyterlab/running-extension": "../packages/running-extension",
- "@jupyterlab/services": "../packages/services",
- "@jupyterlab/settingeditor": "../packages/settingeditor",
- "@jupyterlab/settingeditor-extension": "../packages/settingeditor-extension",
- "@jupyterlab/shortcuts-extension": "../packages/shortcuts-extension",
- "@jupyterlab/tabmanager-extension": "../packages/tabmanager-extension",
- "@jupyterlab/terminal": "../packages/terminal",
- "@jupyterlab/terminal-extension": "../packages/terminal-extension",
- "@jupyterlab/theme-dark-extension": "../packages/theme-dark-extension",
- "@jupyterlab/theme-light-extension": "../packages/theme-light-extension",
- "@jupyterlab/tooltip": "../packages/tooltip",
- "@jupyterlab/tooltip-extension": "../packages/tooltip-extension",
- "@jupyterlab/vdom-extension": "../packages/vdom-extension",
- "@jupyterlab/vega2-extension": "../packages/vega2-extension"
- }
- }
- }
|