123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- {
- "name": "@jupyterlab/application-top",
- "version": "0.12.0",
- "private": true,
- "scripts": {
- "build": "webpack",
- "build:prod": "webpack --define process.env.NODE_ENV=\"'production'\"",
- "clean": "rimraf build",
- "watch": "webpack --watch"
- },
- "dependencies": {
- "@jupyterlab/application": "^0.12.0",
- "@jupyterlab/application-extension": "^0.12.0",
- "@jupyterlab/apputils": "^0.12.4",
- "@jupyterlab/apputils-extension": "^0.12.0",
- "@jupyterlab/cells": "^0.12.0",
- "@jupyterlab/codeeditor": "^0.12.0",
- "@jupyterlab/codemirror": "^0.12.0",
- "@jupyterlab/codemirror-extension": "^0.12.0",
- "@jupyterlab/completer": "^0.12.0",
- "@jupyterlab/completer-extension": "^0.12.0",
- "@jupyterlab/console": "^0.12.0",
- "@jupyterlab/console-extension": "^0.12.0",
- "@jupyterlab/coreutils": "^0.12.0",
- "@jupyterlab/csvviewer": "^0.12.0",
- "@jupyterlab/csvviewer-extension": "^0.12.0",
- "@jupyterlab/docmanager": "^0.12.0",
- "@jupyterlab/docmanager-extension": "^0.12.0",
- "@jupyterlab/docregistry": "^0.12.0",
- "@jupyterlab/faq-extension": "^0.12.0",
- "@jupyterlab/filebrowser": "^0.12.0",
- "@jupyterlab/filebrowser-extension": "^0.12.0",
- "@jupyterlab/fileeditor": "^0.12.0",
- "@jupyterlab/fileeditor-extension": "^0.12.0",
- "@jupyterlab/help-extension": "^0.12.0",
- "@jupyterlab/imageviewer": "^0.12.0",
- "@jupyterlab/imageviewer-extension": "^0.12.0",
- "@jupyterlab/inspector": "^0.12.0",
- "@jupyterlab/inspector-extension": "^0.12.0",
- "@jupyterlab/json-extension": "^0.12.0",
- "@jupyterlab/launcher": "^0.12.0",
- "@jupyterlab/launcher-extension": "^0.12.0",
- "@jupyterlab/markdownviewer-extension": "^0.12.0",
- "@jupyterlab/notebook": "^0.12.0",
- "@jupyterlab/notebook-extension": "^0.12.0",
- "@jupyterlab/outputarea": "^0.12.0",
- "@jupyterlab/pdf-extension": "^0.4.0",
- "@jupyterlab/rendermime": "^0.12.0",
- "@jupyterlab/rendermime-interfaces": "^0.4.2",
- "@jupyterlab/running": "^0.12.0",
- "@jupyterlab/running-extension": "^0.12.0",
- "@jupyterlab/services": "^0.51.0",
- "@jupyterlab/settingeditor-extension": "^0.7.0",
- "@jupyterlab/shortcuts-extension": "^0.12.0",
- "@jupyterlab/tabmanager-extension": "^0.12.0",
- "@jupyterlab/terminal": "^0.12.0",
- "@jupyterlab/terminal-extension": "^0.12.0",
- "@jupyterlab/theme-dark-extension": "^0.12.0",
- "@jupyterlab/theme-light-extension": "^0.12.0",
- "@jupyterlab/tooltip": "^0.12.0",
- "@jupyterlab/tooltip-extension": "^0.12.0",
- "@jupyterlab/vdom-extension": "^0.12.0",
- "@jupyterlab/vega2-extension": "^0.12.0",
- "@phosphor/coreutils": "^1.3.0",
- "@phosphor/widgets": "^1.5.0"
- },
- "devDependencies": {
- "@jupyterlab/buildutils": "^0.2.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/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": "..",
- "staticDir": "../static",
- "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.29.0",
- "linkedPackages": {}
- }
- }
|