UNPKG

jupyterlab_onedarkpro

Version:

A full IDE build of VSCode's One Dark Pro theme for JupyterLab

66 lines (65 loc) 1.64 kB
{ "name": "jupyterlab_onedarkpro", "version": "0.1.2", "description": " A full IDE build of VSCode's One Dark Pro theme for JupyterLab", "author": "johnnybarrels <barrettjc1@gmail.com>", "keywords": [ "jupyter", "jupyterlab", "jupyterlab-extension", "jupyterlab-theme" ], "license": "BSD-3-Clause", "files": [ "lib/*.d.ts", "lib/*.js.map", "lib/*.js", "style/*" ], "main": "lib/index.js", "types": "lib/index.d.ts", "directories": { "lib": "lib/" }, "scripts": { "build": "tsc", "build:webpack": "webpack", "clean": "rimraf lib && rimraf static && rimraf tsconfig.tsbuildinfo", "prepare": "npm run clean && npm run build", "watch": "tsc -w", "watch:webpack": "webpack --watch" }, "dependencies": { "@jupyterlab/application": "^3.0.0", "@jupyterlab/apputils": "^3.0.0" }, "devDependencies": { "css-loader": "^5.0.1", "mini-css-extract-plugin": "~0.4.4", "rimraf": "~2.6.2", "svg-url-loader": "~2.3.1", "svgo": "^1.3.2", "svgo-loader": "~2.1.0", "typedoc": "^0.19.2", "typescript": "~3.7.1", "url-loader": "~1.0.1", "watch": "~1.0.2", "webpack": "^5.4.0", "webpack-cli": "^3.0.3" }, "publishConfig": { "access": "public" }, "jupyterlab": { "extension": true, "themePath": "style/index.css" }, "homepage": "https://github.com/johnnybarrels/jupyterlab_onedarkpro", "bugs": { "url": "https://github.com/johnnybarrels/jupyterlab_onedarkpro/issues" }, "repository": { "type": "git", "url": "https://github.com/johnnybarrels/jupyterlab_onedarkpro.git" } }