sophon-notebook-notebook
Version:
JupyterLab - Notebook
69 lines (68 loc) • 1.95 kB
JSON
{
"name": "sophon-notebook-notebook",
"version": "1.0.2",
"description": "JupyterLab - Notebook",
"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,eot,gif,html,jpg,json,png,svg,woff2,ttf}"
],
"sideEffects": [
"style/**/*"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"style": "style/index.css",
"directories": {
"lib": "lib/"
},
"scripts": {
"build": "tsc -b",
"clean": "rimraf lib",
"docs": "typedoc --options tdoptions.json --theme ../../typedoc-theme src",
"prepublishOnly": "npm run build",
"watch": "tsc -b --watch"
},
"dependencies": {
"@phosphor/algorithm": "^1.1.3",
"@phosphor/coreutils": "^1.3.1",
"@phosphor/domutils": "^1.1.3",
"@phosphor/dragdrop": "^1.3.3",
"@phosphor/messaging": "^1.2.3",
"@phosphor/properties": "^1.1.3",
"@phosphor/signaling": "^1.2.3",
"@phosphor/virtualdom": "^1.1.3",
"@phosphor/widgets": "^1.8.0",
"react": "~16.8.4",
"sophon-notebook-apputils": "^1.0.2",
"sophon-notebook-cells": "^1.0.2",
"sophon-notebook-codeeditor": "^1.0.0",
"sophon-notebook-coreutils": "^3.0.0",
"sophon-notebook-docregistry": "^1.0.2",
"sophon-notebook-observables": "^2.2.0",
"sophon-notebook-rendermime": "^1.0.2",
"sophon-notebook-services": "^4.0.2",
"sophon-notebook-statusbar": "^1.0.2",
"sophon-notebook-ui-components": "^1.0.0"
},
"devDependencies": {
"rimraf": "~2.6.2",
"typedoc": "^0.14.2",
"typescript": "~3.5.1"
},
"publishConfig": {
"access": "public"
},
"gitHead": "bac6ab6f89f9328bc49ff8d06e2eceb619b5f1d3"
}