| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "name": "@jupyterlab/documentsearch-extension",
- "version": "4.5.6",
- "description": "JupyterLab - Document Search Extension",
- "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}",
- "schema/*.json",
- "style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}",
- "style/index.js",
- "src/**/*.{ts,tsx}"
- ],
- "scripts": {
- "build": "tsc -b",
- "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",
- "watch": "tsc -w --listEmittedFiles"
- },
- "dependencies": {
- "@jupyterlab/application": "^4.5.6",
- "@jupyterlab/apputils": "^4.6.6",
- "@jupyterlab/documentsearch": "^4.5.6",
- "@jupyterlab/settingregistry": "^4.5.6",
- "@jupyterlab/translation": "^4.5.6",
- "@lumino/commands": "^2.3.3",
- "@lumino/widgets": "^2.7.5"
- },
- "devDependencies": {
- "rimraf": "~5.0.5",
- "typescript": "~5.5.4"
- },
- "publishConfig": {
- "access": "public"
- },
- "jupyterlab": {
- "extension": true,
- "schemaDir": "schema"
- },
- "styleModule": "style/index.js"
- }
|