{ "name": "@jupyterlab/htmlviewer", "version": "3.2.8", "description": "A viewer for HTML documents.", "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/**/*" ], "main": "lib/index.js", "types": "lib/index.d.ts", "style": "style/index.css", "directories": { "lib": "lib/" }, "files": [ "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}", "style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}", "style/index.js" ], "scripts": { "build": "tsc -b", "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo", "watch": "tsc -w --listEmittedFiles" }, "dependencies": { "@jupyterlab/apputils": "^3.2.8", "@jupyterlab/coreutils": "^5.2.8", "@jupyterlab/docregistry": "^3.2.8", "@jupyterlab/translation": "^3.2.8", "@jupyterlab/ui-components": "^3.2.8", "@lumino/coreutils": "^1.5.3", "@lumino/signaling": "^1.4.3", "react": "^17.0.1" }, "devDependencies": { "rimraf": "~3.0.0", "typescript": "~4.1.3" }, "publishConfig": { "access": "public" }, "styleModule": "style/index.js" }