{ "name": "@jupyterlab/launcher", "version": "2.1.0", "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", "files": [ "lib/*.d.ts", "lib/*.js.map", "lib/*.js", "style/*.css" ], "sideEffects": [ "style/*.css" ], "main": "lib/index.js", "types": "lib/index.d.ts", "style": "style/index.css", "directories": { "lib": "lib/" }, "scripts": { "build": "tsc -b", "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo", "docs": "typedoc src", "prepublishOnly": "npm run build", "watch": "tsc -b --watch" }, "dependencies": { "@jupyterlab/apputils": "^2.1.0", "@jupyterlab/ui-components": "^2.1.0", "@lumino/algorithm": "^1.2.3", "@lumino/commands": "^1.10.1", "@lumino/coreutils": "^1.4.2", "@lumino/disposable": "^1.3.5", "@lumino/properties": "^1.1.6", "@lumino/widgets": "^1.11.1", "react": "~16.9.0" }, "devDependencies": { "@types/react": "~16.9.16", "rimraf": "~3.0.0", "typedoc": "^0.15.4", "typescript": "~3.7.3" }, "publishConfig": { "access": "public" } }