notebook/builder/package.json
2020-12-07 17:31:35 +01:00

212 lines
8.1 KiB
JSON

{
"name": "@jupyterlab-classic/builder",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "webpack",
"build:prod": "webpack --mode=production",
"clean": "rimraf build",
"prepublishOnly": "yarn run build",
"watch": "webpack --watch"
},
"dependencies": {
"@jupyterlab-classic/application": "^0.1.0",
"@jupyterlab-classic/application-extension": "^0.1.0",
"@jupyterlab-classic/ui-components": "^0.1.0",
"@jupyterlab/apputils-extension": "^3.0.0-rc.12",
"@jupyterlab/codemirror-extension": "^3.0.0-rc.12",
"@jupyterlab/docmanager-extension": "^3.0.0-rc.12",
"@jupyterlab/mainmenu-extension": "^3.0.0-rc.12",
"@jupyterlab/mathjax2-extension": "^3.0.0-rc.12",
"@jupyterlab/notebook-extension": "^3.0.0-rc.12",
"@jupyterlab/rendermime-extension": "^3.0.0-rc.12",
"@jupyterlab/shortcuts-extension": "^3.0.0-rc.12",
"@jupyterlab/theme-light-extension": "^3.0.0-rc.12",
"@jupyterlab/theme-dark-extension": "^3.0.0-rc.12",
"@jupyterlab/coreutils": "~5.0.0-rc.12"
},
"devDependencies": {
"@jupyterlab/builder": "^3.0.0-rc.12",
"css-loader": "~3.2.0",
"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",
"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"
},
"resolutions": {
"@jupyterlab/application": "~3.0.0-rc.12",
"@jupyterlab/application-extension": "~3.0.0-rc.12",
"@jupyterlab/apputils": "~3.0.0-rc.12",
"@jupyterlab/apputils-extension": "~3.0.0-rc.12",
"@jupyterlab/attachments": "~3.0.0-rc.12",
"@jupyterlab/cells": "~3.0.0-rc.12",
"@jupyterlab/celltags": "~3.0.0-rc.12",
"@jupyterlab/celltags-extension": "~3.0.0-rc.12",
"@jupyterlab/codeeditor": "~3.0.0-rc.12",
"@jupyterlab/codemirror": "~3.0.0-rc.12",
"@jupyterlab/codemirror-extension": "~3.0.0-rc.12",
"@jupyterlab/completer": "~3.0.0-rc.12",
"@jupyterlab/completer-extension": "~3.0.0-rc.12",
"@jupyterlab/console": "~3.0.0-rc.12",
"@jupyterlab/console-extension": "~3.0.0-rc.12",
"@jupyterlab/coreutils": "~5.0.0-rc.12",
"@jupyterlab/csvviewer": "~3.0.0-rc.12",
"@jupyterlab/csvviewer-extension": "~3.0.0-rc.12",
"@jupyterlab/debugger": "~3.0.0-rc.12",
"@jupyterlab/debugger-extension": "~3.0.0-rc.12",
"@jupyterlab/docmanager": "~3.0.0-rc.12",
"@jupyterlab/docmanager-extension": "~3.0.0-rc.12",
"@jupyterlab/docregistry": "~3.0.0-rc.12",
"@jupyterlab/documentsearch": "~3.0.0-rc.12",
"@jupyterlab/documentsearch-extension": "~3.0.0-rc.12",
"@jupyterlab/extensionmanager": "^3.0.0-rc.12",
"@jupyterlab/extensionmanager-extension": "~3.0.0-rc.12",
"@jupyterlab/filebrowser": "~3.0.0-rc.12",
"@jupyterlab/filebrowser-extension": "~3.0.0-rc.12",
"@jupyterlab/fileeditor": "~3.0.0-rc.12",
"@jupyterlab/fileeditor-extension": "~3.0.0-rc.12",
"@jupyterlab/help-extension": "~3.0.0-rc.12",
"@jupyterlab/htmlviewer": "~3.0.0-rc.12",
"@jupyterlab/htmlviewer-extension": "~3.0.0-rc.12",
"@jupyterlab/hub-extension": "~3.0.0-rc.12",
"@jupyterlab/imageviewer": "~3.0.0-rc.12",
"@jupyterlab/imageviewer-extension": "~3.0.0-rc.12",
"@jupyterlab/inspector": "~3.0.0-rc.12",
"@jupyterlab/inspector-extension": "~3.0.0-rc.12",
"@jupyterlab/javascript-extension": "~3.0.0-rc.12",
"@jupyterlab/json-extension": "~3.0.0-rc.12",
"@jupyterlab/launcher": "~3.0.0-rc.12",
"@jupyterlab/launcher-extension": "~3.0.0-rc.12",
"@jupyterlab/logconsole": "~3.0.0-rc.12",
"@jupyterlab/logconsole-extension": "~3.0.0-rc.12",
"@jupyterlab/mainmenu": "~3.0.0-rc.12",
"@jupyterlab/mainmenu-extension": "~3.0.0-rc.12",
"@jupyterlab/markdownviewer-extension": "~3.0.0-rc.12",
"@jupyterlab/mathjax2": "~3.0.0-rc.12",
"@jupyterlab/mathjax2-extension": "~3.0.0-rc.12",
"@jupyterlab/metapackage": "~3.0.0-rc.12",
"@jupyterlab/nbconvert-css": "~3.0.0-rc.12",
"@jupyterlab/nbformat": "~3.0.0-rc.12",
"@jupyterlab/notebook": "~3.0.0-rc.12",
"@jupyterlab/notebook-extension": "~3.0.0-rc.12",
"@jupyterlab/observables": "~4.0.0-rc.12",
"@jupyterlab/outputarea": "~3.0.0-rc.12",
"@jupyterlab/pdf-extension": "~3.0.0-rc.12",
"@jupyterlab/property-inspector": "~3.0.0-rc.12",
"@jupyterlab/rendermime": "~3.0.0-rc.12",
"@jupyterlab/rendermime-extension": "~3.0.0-rc.12",
"@jupyterlab/rendermime-interfaces": "~3.0.0-rc.12",
"@jupyterlab/running": "~3.0.0-rc.12",
"@jupyterlab/running-extension": "~3.0.0-rc.12",
"@jupyterlab/services": "~6.0.0-rc.12",
"@jupyterlab/settingeditor": "~3.0.0-rc.12",
"@jupyterlab/settingeditor-extension": "~3.0.0-rc.12",
"@jupyterlab/settingregistry": "~3.0.0-rc.12",
"@jupyterlab/shortcuts-extension": "~3.0.0-rc.12",
"@jupyterlab/statedb": "~3.0.0-rc.12",
"@jupyterlab/statusbar": "~3.0.0-rc.12",
"@jupyterlab/statusbar-extension": "~3.0.0-rc.12",
"@jupyterlab/terminal": "~3.0.0-rc.12",
"@jupyterlab/terminal-extension": "~3.0.0-rc.12",
"@jupyterlab/theme-dark-extension": "~3.0.0-rc.12",
"@jupyterlab/theme-light-extension": "~3.0.0-rc.12",
"@jupyterlab/toc": "~5.0.0-rc.12",
"@jupyterlab/toc-extension": "~5.0.0-rc.12",
"@jupyterlab/tooltip": "~3.0.0-rc.12",
"@jupyterlab/tooltip-extension": "~3.0.0-rc.12",
"@jupyterlab/translation": "~3.0.0-rc.12",
"@jupyterlab/translation-extension": "~3.0.0-rc.12",
"@jupyterlab/ui-components": "~3.0.0-rc.12",
"@jupyterlab/ui-components-extension": "~3.0.0-rc.12",
"@jupyterlab/vdom": "~3.0.0-rc.12",
"@jupyterlab/vdom-extension": "~3.0.0-rc.12",
"@jupyterlab/vega5-extension": "~3.0.0-rc.12",
"@lumino/algorithm": "^1.2.3",
"@lumino/application": "^1.8.4",
"@lumino/commands": "^1.10.1",
"@lumino/coreutils": "^1.4.3",
"@lumino/disposable": "^1.3.5",
"@lumino/domutils": "^1.1.7",
"@lumino/dragdrop": "^1.5.1",
"@lumino/messaging": "^1.3.3",
"@lumino/properties": "^1.1.6",
"@lumino/signaling": "^1.3.5",
"@lumino/virtualdom": "^1.6.1",
"@lumino/widgets": "^1.14.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"jupyterlab": {
"name": "JupyterLab Classic",
"version": "0.1.0",
"extensions": {
"@jupyterlab-classic/application-extension": ""
},
"buildDir": "./static",
"outputDir": ".",
"singletonPackages": [
"@jupyterlab/application",
"@jupyterlab/apputils",
"@jupyterlab/codeeditor",
"@jupyterlab/codemirror",
"@jupyterlab/completer",
"@jupyterlab/console",
"@jupyterlab/coreutils",
"@jupyterlab/debugger",
"@jupyterlab/docmanager",
"@jupyterlab/documentsearch",
"@jupyterlab/extensionmanager",
"@jupyterlab/filebrowser",
"@jupyterlab/fileeditor",
"@jupyterlab/imageviewer",
"@jupyterlab/inspector",
"@jupyterlab/launcher",
"@jupyterlab/logconsole",
"@jupyterlab/mainmenu",
"@jupyterlab/markdownviewer",
"@jupyterlab/notebook",
"@jupyterlab/rendermime",
"@jupyterlab/rendermime-interfaces",
"@jupyterlab/services",
"@jupyterlab/settingeditor",
"@jupyterlab/settingregistry",
"@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"
],
"linkedPackages": {
"@jupyterlab-classic/application": "../packages/application",
"@jupyterlab-classic/application-extension": "../packages/application-extension"
}
}
}