@jupyterlab/launcher
Version:
JupyterLab - Launcher Panel
60 lines (59 loc) • 1.44 kB
JSON
{
"name": "@jupyterlab/launcher",
"version": "4.4.2",
"description": "JupyterLab - Launcher Panel",
"homepage": "https://github.com/jupyterlab/jupyterlab",
"bugs": {
"url": "https://github.com/jupyterlab/jupyterlab/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/jupyterlab/jupyterlab.git"
},
"license": "BSD-3-Clause",
"author": "Project Jupyter",
"sideEffects": [
"style/*.css",
"style/index.js"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"style": "style/index.css",
"directories": {
"lib": "lib/"
},
"files": [
"lib/*.d.ts",
"lib/*.js.map",
"lib/*.js",
"style/*.css",
"style/index.js",
"src/**/*.{ts,tsx}"
],
"scripts": {
"build": "tsc -b",
"clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/apputils": "^4.5.2",
"@jupyterlab/translation": "^4.4.2",
"@jupyterlab/ui-components": "^4.4.2",
"@lumino/algorithm": "^2.0.3",
"@lumino/commands": "^2.3.2",
"@lumino/coreutils": "^2.2.1",
"@lumino/disposable": "^2.1.4",
"@lumino/properties": "^2.0.3",
"@lumino/widgets": "^2.7.1",
"react": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.26",
"rimraf": "~5.0.5",
"typescript": "~5.5.4"
},
"publishConfig": {
"access": "public"
},
"styleModule": "style/index.js"
}