@jupyterlab/cells
Version:
JupyterLab - Notebook Cells
86 lines (85 loc) • 2.46 kB
JSON
{
"name": "@jupyterlab/cells",
"version": "3.6.1",
"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"
],
"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": {
"@jupyter/ydoc": "~0.2.0",
"@jupyterlab/apputils": "^3.6.1",
"@jupyterlab/attachments": "^3.6.1",
"@jupyterlab/codeeditor": "^3.6.1",
"@jupyterlab/codemirror": "^3.6.1",
"@jupyterlab/coreutils": "^5.6.1",
"@jupyterlab/filebrowser": "^3.6.1",
"@jupyterlab/nbformat": "^3.6.1",
"@jupyterlab/observables": "^4.6.1",
"@jupyterlab/outputarea": "^3.6.1",
"@jupyterlab/rendermime": "^3.6.1",
"@jupyterlab/services": "^6.6.1",
"@jupyterlab/ui-components": "^3.6.1",
"@lumino/algorithm": "^1.9.0",
"@lumino/coreutils": "^1.11.0",
"@lumino/domutils": "^1.8.0",
"@lumino/dragdrop": "^1.13.0",
"@lumino/messaging": "^1.10.0",
"@lumino/polling": "^1.9.0",
"@lumino/signaling": "^1.10.0",
"@lumino/virtualdom": "^1.14.0",
"@lumino/widgets": "^1.37.1",
"marked": "^4.0.17",
"react": "^17.0.1"
},
"devDependencies": {
"@jupyterlab/testutils": "^3.6.1",
"@types/jest": "^26.0.10",
"@types/marked": "^4.0.3",
"@types/react": "^17.0.0",
"jest": "^26.4.2",
"rimraf": "~3.0.0",
"ts-jest": "^26.3.0",
"typedoc": "~0.21.2",
"typescript": "~4.1.3"
},
"publishConfig": {
"access": "public"
},
"styleModule": "style/index.js"
}