{ "name": "@jupyterlab/documentsearch", "version": "3.0.0-rc.15", "description": "Document Search", "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/*" ], "main": "lib/index.js", "types": "lib/index.d.ts", "style": "style/index.css", "directories": { "lib": "lib/" }, "files": [ "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}", "style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}", "style/index.js" ], "scripts": { "build": "tsc -b", "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo", "prepublishOnly": "npm run build", "watch": "tsc -w --listEmittedFiles" }, "dependencies": { "@jupyterlab/apputils": "^3.0.0-rc.15", "@jupyterlab/cells": "^3.0.0-rc.15", "@jupyterlab/codeeditor": "^3.0.0-rc.15", "@jupyterlab/codemirror": "^3.0.0-rc.15", "@jupyterlab/fileeditor": "^3.0.0-rc.15", "@jupyterlab/notebook": "^3.0.0-rc.15", "@jupyterlab/translation": "^3.0.0-rc.15", "@jupyterlab/ui-components": "^3.0.0-rc.15", "@lumino/algorithm": "^1.3.3", "@lumino/coreutils": "^1.5.3", "@lumino/disposable": "^1.4.3", "@lumino/polling": "^1.3.3", "@lumino/signaling": "^1.4.3", "@lumino/widgets": "^1.16.1", "codemirror": "~5.57.0", "react": "^17.0.1" }, "devDependencies": { "rimraf": "~3.0.0", "typescript": "~4.1.3" }, "publishConfig": { "access": "public" }, "styleModule": "style/index.js" }