UNPKG

@jupyterlab/ui-components

Version:

JupyterLab - UI components written in React

82 lines (81 loc) 2.45 kB
{ "name": "@jupyterlab/ui-components", "version": "4.4.10", "description": "JupyterLab - UI components written in React", "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", "src/**/*.{ts,tsx}" ], "scripts": { "build": "tsc -b", "build:test": "tsc --build tsconfig.test.json", "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo", "clean:svg": "svgo --folder style/icons --recursive", "docs:init": "bash docs/build.sh", "test": "jest", "test:cov": "jest --collect-coverage", "test:debug": "node --inspect-brk ../../node_modules/.bin/jest --runInBand", "test:debug:watch": "node --inspect-brk ../../node_modules/.bin/jest --runInBand --watch", "watch": "tsc -b --watch" }, "dependencies": { "@jupyter/react-components": "^0.16.6", "@jupyter/web-components": "^0.16.6", "@jupyterlab/coreutils": "^6.4.10", "@jupyterlab/observables": "^5.4.10", "@jupyterlab/rendermime-interfaces": "^3.12.10", "@jupyterlab/translation": "^4.4.10", "@lumino/algorithm": "^2.0.3", "@lumino/commands": "^2.3.2", "@lumino/coreutils": "^2.2.1", "@lumino/disposable": "^2.1.4", "@lumino/messaging": "^2.0.3", "@lumino/polling": "^2.1.4", "@lumino/properties": "^2.0.3", "@lumino/signaling": "^2.1.4", "@lumino/virtualdom": "^2.0.3", "@lumino/widgets": "^2.7.1", "@rjsf/core": "^5.13.4", "@rjsf/utils": "^5.13.4", "react": "^18.2.0", "react-dom": "^18.2.0", "typestyle": "^2.0.4" }, "devDependencies": { "@jupyterlab/testing": "^4.4.10", "@types/jest": "^29.2.0", "@types/react": "^18.0.26", "jest": "^29.2.0", "rimraf": "~5.0.5", "svgo": "^3.3.2", "typescript": "~5.5.4" }, "peerDependencies": { "react": "^18.2.0" }, "publishConfig": { "access": "public" }, "styleModule": "style/index.js" }