notebook/packages/application/package.json
GitHub Action 748f9eb212 Publish 0.3.13
SHA256 hashes:

retrolab-0.3.13-py3-none-any.whl: 42036621bc5595bea2ee25af8666b8963101b2da4837503f9a377f80a5f58e23

retrolab-0.3.13.tar.gz: 4bf9bfac065d658bdd19c3102917fccf0bae9be0d7c13caa9b9cf176249453f5

retrolab-application-0.3.13.tgz: 5b529b0d54840a7bde199116b8a1d8d5c5da22b741422a7f84a430f94b4ce2a2

retrolab-application-extension-0.3.13.tgz: e04d7b21c35eadc9b3342f56b992dd2e0db959f6da64f19a066f64d797e4d8b9

retrolab-console-extension-0.3.13.tgz: f5d35ab721518912ce6eb2f0d64bbcea1eacd9d30c866b346272655bfcfee09c

retrolab-docmanager-extension-0.3.13.tgz: a48bd06df4972c168e57cbf93deed1b999d3b4d5b5fee53babbf1574e4918fca

retrolab-help-extension-0.3.13.tgz: 2af438a10d2445514a0e54f264edbc5c35090fc9c549942af7af1fd1789158b6

retrolab-lab-extension-0.3.13.tgz: abdd44cd0f5ffcb87a07150927d3fab6e7e46cd29c5c6902a4e6de19c13edcb8

retrolab-notebook-extension-0.3.13.tgz: 2aa712fcc29c242a68f708b17725014cb79ea51485030d8f1401cc67a38a0789

retrolab-terminal-extension-0.3.13.tgz: 04e54f23cdb6a4951ff00bc3c1ffe083ecd8db87663b1844c02f0f66f2e31fdd

retrolab-tree-extension-0.3.13.tgz: e68e1257ebdfb62813b686b2cf2b387923b7d673ebd521ed0ea9e4916aeaf94b

retrolab-ui-components-0.3.13.tgz: 5ad1f91ce94d7633ce0df23211907143cf9f575c0d0e68e2f3f5ea8a05c1e292
2021-11-12 19:49:23 +00:00

76 lines
2.0 KiB
JSON

{
"name": "@retrolab/application",
"version": "0.3.13",
"description": "RetroLab - Application",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
"url": "https://github.com/jupyterlab/retrolab/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/jupyterlab/retrolab.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:prod": "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": {
"@jupyterlab/application": "^3.2.0",
"@jupyterlab/coreutils": "^5.2.0",
"@jupyterlab/docregistry": "^3.2.0",
"@jupyterlab/rendermime-interfaces": "^3.2.0",
"@jupyterlab/ui-components": "^3.2.0",
"@lumino/algorithm": "^1.6.0",
"@lumino/coreutils": "^1.8.0",
"@lumino/messaging": "^1.7.0",
"@lumino/polling": "^1.6.0",
"@lumino/signaling": "^1.7.0",
"@lumino/widgets": "^1.23.0"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.12.1",
"@jupyterlab/testutils": "^3.2.0",
"@types/jest": "^26.0.10",
"jest": "^26.4.2",
"rimraf": "~3.0.0",
"ts-jest": "^26.3.0",
"typescript": "~4.1.3"
},
"publishConfig": {
"access": "public"
},
"jupyterlab": {
"coreDependency": true
},
"styleModule": "style/index.js"
}