You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
161 lines
6.3 KiB
161 lines
6.3 KiB
{
|
|
"private": true,
|
|
"homepage": "https://github.com/jtpio/jupyterlab-classic",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jtpio/jupyterlab-classic"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jtpio/jupyterlab-classic/issues"
|
|
},
|
|
"license": "BSD-3-Clause",
|
|
"author": "Jeremy Tuloup",
|
|
"workspaces": {
|
|
"packages": [
|
|
"builder",
|
|
"packages/*"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"build": "lerna run build",
|
|
"build:prod": "lerna run build:prod",
|
|
"build:test": "lerna run build:test",
|
|
"clean": "lerna run clean",
|
|
"install": "lerna bootstrap",
|
|
"eslint": "eslint . --ext .ts,.tsx --fix",
|
|
"eslint:check": "eslint . --ext .ts,.tsx",
|
|
"prettier": "prettier --write \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"",
|
|
"prettier:check": "prettier --list-different \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"",
|
|
"publish": "yarn run clean && yarn run build && lerna publish",
|
|
"test": "lerna run test"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^4.2.0",
|
|
"@typescript-eslint/parser": "^4.2.0",
|
|
"eslint": "^7.10.0",
|
|
"eslint-plugin-jest": "^24.1.3",
|
|
"eslint-config-prettier": "^6.15.0",
|
|
"eslint-plugin-prettier": "^3.1.4",
|
|
"eslint-plugin-react": "^7.21.5",
|
|
"husky": "^3",
|
|
"jest": "^26.4.2",
|
|
"jest-junit": "^11.1.0",
|
|
"jest-raw-loader": "^1.0.1",
|
|
"jest-summary-reporter": "^0.0.2",
|
|
"lerna": "^3.22.1",
|
|
"lint-staged": "^10.4.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^1.19.0",
|
|
"rimraf": "^3.0.2",
|
|
"shell-quote": "^1.7.2",
|
|
"typescript": "~4.0.3"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged"
|
|
}
|
|
},
|
|
"resolutions": {
|
|
"@jupyterlab/application": "3.0.0-rc.10",
|
|
"@jupyterlab/application-extension": "3.0.0-rc.10",
|
|
"@jupyterlab/apputils": "3.0.0-rc.10",
|
|
"@jupyterlab/apputils-extension": "3.0.0-rc.10",
|
|
"@jupyterlab/attachments": "3.0.0-rc.10",
|
|
"@jupyterlab/cells": "3.0.0-rc.10",
|
|
"@jupyterlab/celltags": "3.0.0-rc.10",
|
|
"@jupyterlab/celltags-extension": "3.0.0-rc.10",
|
|
"@jupyterlab/codeeditor": "3.0.0-rc.10",
|
|
"@jupyterlab/codemirror": "3.0.0-rc.10",
|
|
"@jupyterlab/codemirror-extension": "3.0.0-rc.10",
|
|
"@jupyterlab/completer": "3.0.0-rc.10",
|
|
"@jupyterlab/completer-extension": "3.0.0-rc.10",
|
|
"@jupyterlab/console": "3.0.0-rc.10",
|
|
"@jupyterlab/console-extension": "3.0.0-rc.10",
|
|
"@jupyterlab/coreutils": "5.0.0-rc.10",
|
|
"@jupyterlab/csvviewer": "3.0.0-rc.10",
|
|
"@jupyterlab/csvviewer-extension": "3.0.0-rc.10",
|
|
"@jupyterlab/debugger": "3.0.0-rc.10",
|
|
"@jupyterlab/debugger-extension": "3.0.0-rc.10",
|
|
"@jupyterlab/docmanager": "3.0.0-rc.10",
|
|
"@jupyterlab/docmanager-extension": "3.0.0-rc.10",
|
|
"@jupyterlab/docregistry": "3.0.0-rc.10",
|
|
"@jupyterlab/documentsearch": "3.0.0-rc.10",
|
|
"@jupyterlab/documentsearch-extension": "3.0.0-rc.10",
|
|
"@jupyterlab/extensionmanager": "3.0.0-rc.10",
|
|
"@jupyterlab/extensionmanager-extension": "3.0.0-rc.10",
|
|
"@jupyterlab/filebrowser": "3.0.0-rc.10",
|
|
"@jupyterlab/filebrowser-extension": "3.0.0-rc.10",
|
|
"@jupyterlab/fileeditor": "3.0.0-rc.10",
|
|
"@jupyterlab/fileeditor-extension": "3.0.0-rc.10",
|
|
"@jupyterlab/help-extension": "3.0.0-rc.10",
|
|
"@jupyterlab/htmlviewer": "3.0.0-rc.10",
|
|
"@jupyterlab/htmlviewer-extension": "3.0.0-rc.10",
|
|
"@jupyterlab/hub-extension": "3.0.0-rc.10",
|
|
"@jupyterlab/imageviewer": "3.0.0-rc.10",
|
|
"@jupyterlab/imageviewer-extension": "3.0.0-rc.10",
|
|
"@jupyterlab/inspector": "3.0.0-rc.10",
|
|
"@jupyterlab/inspector-extension": "3.0.0-rc.10",
|
|
"@jupyterlab/javascript-extension": "3.0.0-rc.10",
|
|
"@jupyterlab/json-extension": "3.0.0-rc.10",
|
|
"@jupyterlab/launcher": "3.0.0-rc.10",
|
|
"@jupyterlab/launcher-extension": "3.0.0-rc.10",
|
|
"@jupyterlab/logconsole": "3.0.0-rc.10",
|
|
"@jupyterlab/logconsole-extension": "3.0.0-rc.10",
|
|
"@jupyterlab/mainmenu": "3.0.0-rc.10",
|
|
"@jupyterlab/mainmenu-extension": "3.0.0-rc.10",
|
|
"@jupyterlab/markdownviewer-extension": "3.0.0-rc.10",
|
|
"@jupyterlab/mathjax2": "3.0.0-rc.10",
|
|
"@jupyterlab/mathjax2-extension": "3.0.0-rc.10",
|
|
"@jupyterlab/metapackage": "3.0.0-rc.10",
|
|
"@jupyterlab/nbconvert-css": "3.0.0-rc.10",
|
|
"@jupyterlab/nbformat": "3.0.0-rc.10",
|
|
"@jupyterlab/notebook": "3.0.0-rc.10",
|
|
"@jupyterlab/notebook-extension": "3.0.0-rc.10",
|
|
"@jupyterlab/observables": "4.0.0-rc.10",
|
|
"@jupyterlab/outputarea": "3.0.0-rc.10",
|
|
"@jupyterlab/pdf-extension": "3.0.0-rc.10",
|
|
"@jupyterlab/property-inspector": "3.0.0-rc.10",
|
|
"@jupyterlab/rendermime": "3.0.0-rc.10",
|
|
"@jupyterlab/rendermime-extension": "3.0.0-rc.10",
|
|
"@jupyterlab/rendermime-interfaces": "3.0.0-rc.10",
|
|
"@jupyterlab/running": "3.0.0-rc.10",
|
|
"@jupyterlab/running-extension": "3.0.0-rc.10",
|
|
"@jupyterlab/services": "6.0.0-rc.10",
|
|
"@jupyterlab/settingeditor": "3.0.0-rc.10",
|
|
"@jupyterlab/settingeditor-extension": "3.0.0-rc.10",
|
|
"@jupyterlab/settingregistry": "3.0.0-rc.10",
|
|
"@jupyterlab/shortcuts-extension": "3.0.0-rc.10",
|
|
"@jupyterlab/statedb": "3.0.0-rc.10",
|
|
"@jupyterlab/statusbar": "3.0.0-rc.10",
|
|
"@jupyterlab/statusbar-extension": "3.0.0-rc.10",
|
|
"@jupyterlab/terminal": "3.0.0-rc.10",
|
|
"@jupyterlab/terminal-extension": "3.0.0-rc.10",
|
|
"@jupyterlab/theme-dark-extension": "3.0.0-rc.10",
|
|
"@jupyterlab/theme-light-extension": "3.0.0-rc.10",
|
|
"@jupyterlab/toc": "5.0.0-rc.10",
|
|
"@jupyterlab/toc-extension": "5.0.0-rc.10",
|
|
"@jupyterlab/tooltip": "3.0.0-rc.10",
|
|
"@jupyterlab/tooltip-extension": "3.0.0-rc.10",
|
|
"@jupyterlab/translation": "3.0.0-rc.10",
|
|
"@jupyterlab/translation-extension": "3.0.0-rc.10",
|
|
"@jupyterlab/ui-components": "3.0.0-rc.10",
|
|
"@jupyterlab/ui-components-extension": "3.0.0-rc.10",
|
|
"@jupyterlab/vdom": "3.0.0-rc.10",
|
|
"@jupyterlab/vdom-extension": "3.0.0-rc.10",
|
|
"@jupyterlab/vega5-extension": "3.0.0-rc.10",
|
|
"@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"
|
|
}
|
|
} |