UNPKG

@jupyterlab/cells

Version:
89 lines (88 loc) 2.59 kB
{ "name": "@jupyterlab/cells", "version": "4.0.6", "description": "JupyterLab - Notebook Cells", "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", "build:test": "tsc --build tsconfig.test.json", "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo", "docs": "typedoc src", "test": "jest", "test:cov": "jest --collect-coverage", "test:debug": "node --inspect-brk ../../node_modules/.bin/jest --runInBand", "test:debug:watch": "node --inspect-brk ../../node_modules/.bin/jest --runInBand --watch", "test:watch": "jest --runInBand --watch", "watch": "tsc -b --watch" }, "dependencies": { "@codemirror/state": "^6.2.0", "@codemirror/view": "^6.9.6", "@jupyter/ydoc": "^1.0.2", "@jupyterlab/apputils": "^4.1.6", "@jupyterlab/attachments": "^4.0.6", "@jupyterlab/codeeditor": "^4.0.6", "@jupyterlab/codemirror": "^4.0.6", "@jupyterlab/coreutils": "^6.0.6", "@jupyterlab/documentsearch": "^4.0.6", "@jupyterlab/filebrowser": "^4.0.6", "@jupyterlab/nbformat": "^4.0.6", "@jupyterlab/observables": "^5.0.6", "@jupyterlab/outputarea": "^4.0.6", "@jupyterlab/rendermime": "^4.0.6", "@jupyterlab/services": "^7.0.6", "@jupyterlab/toc": "^6.0.6", "@jupyterlab/translation": "^4.0.6", "@jupyterlab/ui-components": "^4.0.6", "@lumino/algorithm": "^2.0.1", "@lumino/coreutils": "^2.1.2", "@lumino/domutils": "^2.0.1", "@lumino/dragdrop": "^2.1.3", "@lumino/messaging": "^2.0.1", "@lumino/polling": "^2.1.2", "@lumino/signaling": "^2.1.2", "@lumino/virtualdom": "^2.0.1", "@lumino/widgets": "^2.3.0", "react": "^18.2.0" }, "devDependencies": { "@jupyterlab/testing": "^4.0.6", "@types/jest": "^29.2.0", "@types/react": "^18.0.26", "jest": "^29.2.0", "rimraf": "~3.0.0", "typedoc": "~0.24.7", "typescript": "~5.0.4" }, "publishConfig": { "access": "public" }, "styleModule": "style/index.js" }