{ "name": "@jupyterlab/nbconvert-css", "version": "2.1.0", "description": "CSS bundle for the JupyterLab nbconvert template", "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" ], "sideEffects": [ "style/*.css" ], "main": "lib/index.js", "types": "lib/index.d.ts", "style": "style/index.css", "directories": { "lib": "lib/" }, "scripts": { "build": "webpack && rimraf style/index.js", "clean": "rimraf style/", "prepublishOnly": "npm run build", "watch": "webpack --watch" }, "dependencies": { "@jupyterlab/apputils": "^2.1.0", "@jupyterlab/cells": "^2.1.0", "@jupyterlab/codemirror": "^2.1.0", "@jupyterlab/notebook": "^2.1.0", "@jupyterlab/outputarea": "^2.1.0", "@jupyterlab/rendermime": "^2.1.0" }, "devDependencies": { "css-loader": "~3.2.0", "file-loader": "~5.0.2", "mini-css-extract-plugin": "~0.8.0", "null-loader": "^3.0.0", "rimraf": "~3.0.0", "typescript": "~3.7.3", "url-loader": "~3.0.0", "webpack": "^4.41.2", "webpack-cli": "^3.3.10" }, "publishConfig": { "access": "public" } }