| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "name": "@jupyterlab/htmlviewer-extension",
- "version": "4.5.6",
- "description": "JupyterLab extension to render HTML files",
- "keywords": [
- "jupyter",
- "jupyterlab"
- ],
- "homepage": "https://github.com/jupyterlab/jupyterlab",
- "bugs": {
- "url": "https://github.com/jupyterlab/jupyterlab"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/jupyterlab/jupyterlab.git"
- },
- "license": "BSD-3-Clause",
- "author": "Project Jupyter Contributors",
- "sideEffects": [
- "style/**/*"
- ],
- "main": "lib/index.js",
- "types": "lib/index.d.ts",
- "style": "style/index.css",
- "files": [
- "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
- "schema/*.json",
- "style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}",
- "style/index.js",
- "src/**/*.{ts,tsx}"
- ],
- "scripts": {
- "build": "tsc -b",
- "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",
- "watch": "tsc -w"
- },
- "dependencies": {
- "@jupyterlab/application": "^4.5.6",
- "@jupyterlab/apputils": "^4.6.6",
- "@jupyterlab/docregistry": "^4.5.6",
- "@jupyterlab/htmlviewer": "^4.5.6",
- "@jupyterlab/observables": "^5.5.6",
- "@jupyterlab/settingregistry": "^4.5.6",
- "@jupyterlab/translation": "^4.5.6",
- "@jupyterlab/ui-components": "^4.5.6"
- },
- "devDependencies": {
- "rimraf": "~5.0.5",
- "typescript": "~5.5.4"
- },
- "publishConfig": {
- "access": "public"
- },
- "jupyterlab": {
- "extension": true,
- "schemaDir": "schema"
- },
- "styleModule": "style/index.js"
- }
|