123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313 |
- {
- "name": "@jupyterlab/application-top",
- "version": "1.0.0-alpha.7",
- "private": true,
- "scripts": {
- "build": "webpack",
- "build:prod": "webpack --config webpack.prod.config.js",
- "build:prod:stats": "webpack --profile --config webpack.prod.config.js --json > stats.json",
- "build:stats": "webpack --profile --json > stats.json",
- "clean": "rimraf build",
- "prepublishOnly": "npm run build",
- "watch": "webpack --watch"
- },
- "dependencies": {
- "@jupyterlab/application": "^1.0.0-alpha.6",
- "@jupyterlab/application-extension": "^1.0.0-alpha.6",
- "@jupyterlab/apputils": "^1.0.0-alpha.6",
- "@jupyterlab/apputils-extension": "^1.0.0-alpha.6",
- "@jupyterlab/attachments": "^1.0.0-alpha.6",
- "@jupyterlab/cells": "^1.0.0-alpha.7",
- "@jupyterlab/codeeditor": "^1.0.0-alpha.6",
- "@jupyterlab/codemirror": "^1.0.0-alpha.6",
- "@jupyterlab/codemirror-extension": "^1.0.0-alpha.6",
- "@jupyterlab/completer": "^1.0.0-alpha.6",
- "@jupyterlab/completer-extension": "^1.0.0-alpha.6",
- "@jupyterlab/console": "^1.0.0-alpha.6",
- "@jupyterlab/console-extension": "^1.0.0-alpha.6",
- "@jupyterlab/coreutils": "^3.0.0-alpha.6",
- "@jupyterlab/csvviewer": "^1.0.0-alpha.6",
- "@jupyterlab/csvviewer-extension": "^1.0.0-alpha.7",
- "@jupyterlab/docmanager": "^1.0.0-alpha.6",
- "@jupyterlab/docmanager-extension": "^1.0.0-alpha.6",
- "@jupyterlab/docregistry": "^1.0.0-alpha.6",
- "@jupyterlab/documentsearch": "^1.0.0-alpha.7",
- "@jupyterlab/documentsearch-extension": "^1.0.0-alpha.8",
- "@jupyterlab/extensionmanager": "^1.0.0-alpha.6",
- "@jupyterlab/extensionmanager-extension": "^1.0.0-alpha.6",
- "@jupyterlab/faq-extension": "^1.0.0-alpha.6",
- "@jupyterlab/filebrowser": "^1.0.0-alpha.6",
- "@jupyterlab/filebrowser-extension": "^1.0.0-alpha.6",
- "@jupyterlab/fileeditor": "^1.0.0-alpha.6",
- "@jupyterlab/fileeditor-extension": "^1.0.0-alpha.6",
- "@jupyterlab/help-extension": "^1.0.0-alpha.6",
- "@jupyterlab/htmlviewer": "^1.0.0-alpha.7",
- "@jupyterlab/htmlviewer-extension": "^1.0.0-alpha.7",
- "@jupyterlab/imageviewer": "^1.0.0-alpha.6",
- "@jupyterlab/imageviewer-extension": "^1.0.0-alpha.6",
- "@jupyterlab/inspector": "^1.0.0-alpha.6",
- "@jupyterlab/inspector-extension": "^1.0.0-alpha.6",
- "@jupyterlab/javascript-extension": "^1.0.0-alpha.6",
- "@jupyterlab/json-extension": "^1.0.0-alpha.6",
- "@jupyterlab/launcher": "^1.0.0-alpha.6",
- "@jupyterlab/launcher-extension": "^1.0.0-alpha.6",
- "@jupyterlab/mainmenu": "^1.0.0-alpha.6",
- "@jupyterlab/mainmenu-extension": "^1.0.0-alpha.6",
- "@jupyterlab/markdownviewer": "^1.0.0-alpha.6",
- "@jupyterlab/markdownviewer-extension": "^1.0.0-alpha.6",
- "@jupyterlab/mathjax2": "^1.0.0-alpha.6",
- "@jupyterlab/mathjax2-extension": "^1.0.0-alpha.6",
- "@jupyterlab/notebook": "^1.0.0-alpha.7",
- "@jupyterlab/notebook-extension": "^1.0.0-alpha.6",
- "@jupyterlab/observables": "^2.2.0-alpha.6",
- "@jupyterlab/outputarea": "^1.0.0-alpha.6",
- "@jupyterlab/pdf-extension": "^1.0.0-alpha.6",
- "@jupyterlab/rendermime": "^1.0.0-alpha.6",
- "@jupyterlab/rendermime-extension": "^1.0.0-alpha.6",
- "@jupyterlab/rendermime-interfaces": "^1.3.0-alpha.6",
- "@jupyterlab/running": "^1.0.0-alpha.6",
- "@jupyterlab/running-extension": "^1.0.0-alpha.6",
- "@jupyterlab/services": "^4.0.0-alpha.6",
- "@jupyterlab/settingeditor": "^1.0.0-alpha.6",
- "@jupyterlab/settingeditor-extension": "^1.0.0-alpha.6",
- "@jupyterlab/shortcuts-extension": "^1.0.0-alpha.6",
- "@jupyterlab/statusbar": "^1.0.0-alpha.6",
- "@jupyterlab/statusbar-extension": "^1.0.0-alpha.6",
- "@jupyterlab/tabmanager-extension": "^1.0.0-alpha.6",
- "@jupyterlab/terminal": "^1.0.0-alpha.6",
- "@jupyterlab/terminal-extension": "^1.0.0-alpha.6",
- "@jupyterlab/theme-dark-extension": "^1.0.0-alpha.7",
- "@jupyterlab/theme-light-extension": "^1.0.0-alpha.7",
- "@jupyterlab/tooltip": "^1.0.0-alpha.6",
- "@jupyterlab/tooltip-extension": "^1.0.0-alpha.6",
- "@jupyterlab/ui-components": "^1.0.0-alpha.6",
- "@jupyterlab/vdom": "^1.0.0-alpha.6",
- "@jupyterlab/vdom-extension": "^1.0.0-alpha.6",
- "@jupyterlab/vega5-extension": "^1.0.0-alpha.6",
- "@phosphor/algorithm": "^1.1.2",
- "@phosphor/application": "^1.6.0",
- "@phosphor/commands": "^1.6.1",
- "@phosphor/coreutils": "^1.3.0",
- "@phosphor/datagrid": "^0.1.6",
- "@phosphor/disposable": "^1.1.2",
- "@phosphor/domutils": "^1.1.2",
- "@phosphor/dragdrop": "^1.3.0",
- "@phosphor/messaging": "^1.2.2",
- "@phosphor/properties": "^1.1.2",
- "@phosphor/signaling": "^1.2.2",
- "@phosphor/virtualdom": "^1.1.2",
- "@phosphor/widgets": "^1.6.0",
- "ajv": "^6.5.5",
- "codemirror": "~5.42.0",
- "comment-json": "^1.1.3",
- "es6-promise": "~4.1.1",
- "marked": "0.5.1",
- "moment": "~2.21.0",
- "path-posix": "~1.0.0",
- "react": "~16.8.4",
- "react-dom": "~16.8.4",
- "react-paginate": "^5.2.3",
- "sanitize-html": "~1.18.2",
- "semver": "^5.5.0",
- "url-parse": "~1.4.3",
- "xterm": "~3.10.1"
- },
- "devDependencies": {
- "@jupyterlab/buildutils": "^1.0.0-alpha.6",
- "css-loader": "~2.1.1",
- "duplicate-package-checker-webpack-plugin": "^3.0.0",
- "file-loader": "~3.0.1",
- "fs-extra": "~4.0.2",
- "glob": "~7.1.2",
- "handlebars": "~4.0.11",
- "html-loader": "~0.5.5",
- "html-webpack-plugin": "~3.2.0",
- "mini-css-extract-plugin": "~0.6.0",
- "raw-loader": "~2.0.0",
- "rimraf": "~2.6.2",
- "sort-package-json": "~1.7.1",
- "source-map-loader": "~0.2.1",
- "style-loader": "~0.23.1",
- "svg-url-loader": "~2.3.2",
- "svgo": "~1.2.1",
- "svgo-loader": "~2.2.0",
- "terser-webpack-plugin": "~1.2.3",
- "url-loader": "~1.1.2",
- "webpack": "~4.29.6",
- "webpack-cli": "^3.3.0",
- "webpack-merge": "^4.2.1",
- "webpack-visualizer-plugin": "^0.1.11"
- },
- "engines": {
- "node": ">=6.11.5"
- },
- "jupyterlab": {
- "extensions": {
- "@jupyterlab/application-extension": "",
- "@jupyterlab/apputils-extension": "",
- "@jupyterlab/codemirror-extension": "",
- "@jupyterlab/completer-extension": "",
- "@jupyterlab/console-extension": "",
- "@jupyterlab/csvviewer-extension": "",
- "@jupyterlab/docmanager-extension": "",
- "@jupyterlab/documentsearch-extension": "",
- "@jupyterlab/extensionmanager-extension": "",
- "@jupyterlab/faq-extension": "",
- "@jupyterlab/filebrowser-extension": "",
- "@jupyterlab/fileeditor-extension": "",
- "@jupyterlab/help-extension": "",
- "@jupyterlab/htmlviewer-extension": "",
- "@jupyterlab/imageviewer-extension": "",
- "@jupyterlab/inspector-extension": "",
- "@jupyterlab/launcher-extension": "",
- "@jupyterlab/mainmenu-extension": "",
- "@jupyterlab/markdownviewer-extension": "",
- "@jupyterlab/mathjax2-extension": "",
- "@jupyterlab/notebook-extension": "",
- "@jupyterlab/rendermime-extension": "",
- "@jupyterlab/running-extension": "",
- "@jupyterlab/settingeditor-extension": "",
- "@jupyterlab/shortcuts-extension": "",
- "@jupyterlab/statusbar-extension": "",
- "@jupyterlab/tabmanager-extension": "",
- "@jupyterlab/terminal-extension": "",
- "@jupyterlab/theme-dark-extension": "",
- "@jupyterlab/theme-light-extension": "",
- "@jupyterlab/tooltip-extension": "",
- "@jupyterlab/vdom-extension": ""
- },
- "mimeExtensions": {
- "@jupyterlab/javascript-extension": "",
- "@jupyterlab/json-extension": "",
- "@jupyterlab/pdf-extension": "",
- "@jupyterlab/vega5-extension": ""
- },
- "name": "JupyterLab",
- "buildDir": "./static",
- "outputDir": ".",
- "singletonPackages": [
- "@jupyterlab/application",
- "@jupyterlab/apputils",
- "@jupyterlab/console",
- "@jupyterlab/coreutils",
- "@jupyterlab/docmanager",
- "@jupyterlab/extensionmanager",
- "@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"
- ],
- "vendor": [
- "@phosphor/algorithm",
- "@phosphor/application",
- "@phosphor/commands",
- "@phosphor/coreutils",
- "@phosphor/datagrid",
- "@phosphor/disposable",
- "@phosphor/domutils",
- "@phosphor/dragdrop",
- "@phosphor/messaging",
- "@phosphor/properties",
- "@phosphor/signaling",
- "@phosphor/virtualdom",
- "@phosphor/widgets",
- "ajv",
- "codemirror",
- "comment-json",
- "es6-promise",
- "marked",
- "moment",
- "path-posix",
- "react",
- "react-dom",
- "react-paginate",
- "sanitize-html",
- "semver",
- "url-parse",
- "xterm"
- ],
- "version": "1.0.0a3",
- "linkedPackages": {
- "@jupyterlab/application": "../packages/application",
- "@jupyterlab/application-extension": "../packages/application-extension",
- "@jupyterlab/apputils": "../packages/apputils",
- "@jupyterlab/apputils-extension": "../packages/apputils-extension",
- "@jupyterlab/attachments": "../packages/attachments",
- "@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/documentsearch": "../packages/documentsearch",
- "@jupyterlab/documentsearch-extension": "../packages/documentsearch-extension",
- "@jupyterlab/extensionmanager": "../packages/extensionmanager",
- "@jupyterlab/extensionmanager-extension": "../packages/extensionmanager-extension",
- "@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/htmlviewer": "../packages/htmlviewer",
- "@jupyterlab/htmlviewer-extension": "../packages/htmlviewer-extension",
- "@jupyterlab/imageviewer": "../packages/imageviewer",
- "@jupyterlab/imageviewer-extension": "../packages/imageviewer-extension",
- "@jupyterlab/inspector": "../packages/inspector",
- "@jupyterlab/inspector-extension": "../packages/inspector-extension",
- "@jupyterlab/javascript-extension": "../packages/javascript-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": "../packages/markdownviewer",
- "@jupyterlab/markdownviewer-extension": "../packages/markdownviewer-extension",
- "@jupyterlab/mathjax2": "../packages/mathjax2",
- "@jupyterlab/mathjax2-extension": "../packages/mathjax2-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-extension": "../packages/rendermime-extension",
- "@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/statusbar": "../packages/statusbar",
- "@jupyterlab/statusbar-extension": "../packages/statusbar-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/ui-components": "../packages/ui-components",
- "@jupyterlab/vdom": "../packages/vdom",
- "@jupyterlab/vdom-extension": "../packages/vdom-extension",
- "@jupyterlab/vega5-extension": "../packages/vega5-extension"
- }
- }
- }
|