jupyterlab_templates
Version:
Notebook templates
87 lines (86 loc) • 2.51 kB
JSON
{
"name": "jupyterlab_templates",
"version": "0.5.1",
"description": "Notebook templates",
"author": "the jupyterlab_templates authors",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/finos/jupyterlab_templates.git"
},
"license": "Apache-2.0",
"keywords": [
"jupyter",
"jupyterlab",
"jupyterlab-extension",
"templates",
"finos"
],
"scripts": {
"build:babel": "babel src/ --source-maps --out-dir lib/",
"build:lab": "rimraf ../jupyterlab_templates/labextension && jupyter labextension build .",
"build": "npm-run-all clean build:*",
"check-security": "auditjs-screener 5",
"clean": "rimraf lib",
"fix": "yarn lint --fix",
"lint": "eslint -c .eslintrc.js --ext .js src/ tests/",
"prepublishOnly": "npm run build",
"test": "jest --coverage --collectCoverageFrom=src/*.{js}"
},
"files": [
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
"style/**/*.css"
],
"jupyterlab": {
"extension": "lib/index.js",
"outputDir": "../jupyterlab_templates/labextension",
"discovery": {
"server": {
"base": {
"name": "jupyterlab_templates"
},
"managers": [
"pip"
]
}
}
},
"dependencies": {
"@jupyterlab/application": "^4.0.7",
"@jupyterlab/apputils": "^4.1.7",
"@jupyterlab/coreutils": "^6.0.7",
"@jupyterlab/filebrowser": "^4.0.7",
"@jupyterlab/launcher": "^4.0.7",
"@jupyterlab/mainmenu": "^4.0.7",
"@jupyterlab/notebook": "^4.0.7",
"@lumino/disposable": "^2.1.2",
"requests-helper": "^0.1.5"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.15",
"@babel/preset-env": "^7.23.2",
"@jupyterlab/builder": "^4.0.7",
"auditjs": "^4.0.41",
"auditjs-screener": "^0.1.1",
"babel-jest": "^29.7.0",
"eslint": "^8.52.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-prettier": "^5.0.1",
"isomorphic-fetch": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-junit": "^16.0.0",
"jest-transform-css": "^6.0.1",
"mkdirp": "^3.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"rimraf": "^5.0.5"
}
}