@jupyterlab/application
Version:
JupyterLab - Application
90 lines (89 loc) • 2.52 kB
JSON
{
"name": "@jupyterlab/application",
"version": "3.1.3",
"description": "JupyterLab - Application",
"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",
"prepublishOnly": "npm run build",
"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",
"watch": "tsc -b --watch"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.12.0",
"@jupyterlab/apputils": "^3.1.3",
"@jupyterlab/coreutils": "^5.1.3",
"@jupyterlab/docregistry": "^3.1.3",
"@jupyterlab/rendermime": "^3.1.3",
"@jupyterlab/rendermime-interfaces": "^3.1.3",
"@jupyterlab/services": "^6.1.3",
"@jupyterlab/statedb": "^3.1.3",
"@jupyterlab/translation": "^3.1.3",
"@jupyterlab/ui-components": "^3.1.3",
"@lumino/algorithm": "^1.3.3",
"@lumino/application": "^1.16.0",
"@lumino/commands": "^1.12.0",
"@lumino/coreutils": "^1.5.3",
"@lumino/disposable": "^1.4.3",
"@lumino/messaging": "^1.4.3",
"@lumino/polling": "^1.3.3",
"@lumino/properties": "^1.2.3",
"@lumino/signaling": "^1.4.3",
"@lumino/widgets": "^1.19.0"
},
"devDependencies": {
"@jupyterlab/testutils": "^3.1.3",
"@types/jest": "^26.0.10",
"jest": "^26.4.2",
"rimraf": "~3.0.0",
"ts-jest": "^26.3.0",
"typedoc": "~0.21.2",
"typescript": "~4.1.3"
},
"publishConfig": {
"access": "public"
},
"jupyterlab": {
"coreDependency": true,
"extraStyles": {
"@fortawesome/fontawesome-free": [
"css/all.min.css",
"css/v4-shims.min.css"
]
}
},
"styleModule": "style/index.js",
"gitHead": "70a2e13b82229dcdb5cbab0fdff1b95233b771c3"
}