{
  "name": "@jupyterlab/ui-components",
  "version": "4.5.6",
  "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.5.6",
    "@jupyterlab/observables": "^5.5.6",
    "@jupyterlab/rendermime-interfaces": "^3.13.6",
    "@jupyterlab/translation": "^4.5.6",
    "@lumino/algorithm": "^2.0.4",
    "@lumino/commands": "^2.3.3",
    "@lumino/coreutils": "^2.2.2",
    "@lumino/disposable": "^2.1.5",
    "@lumino/messaging": "^2.0.4",
    "@lumino/polling": "^2.1.5",
    "@lumino/properties": "^2.0.4",
    "@lumino/signaling": "^2.1.5",
    "@lumino/virtualdom": "^2.0.4",
    "@lumino/widgets": "^2.7.5",
    "@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.5.6",
    "@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"
}
