{
  "name": "@beakerx/beakerx-widgets",
  "version": "2.4.2",
  "description": "BeakerX: Beaker EasyForms, Magics, Plots and Spark Extension for Jupyter Lab 2.x",
  "homepage": "http://beakerx.com/",
  "keywords": [
    "jupyter",
    "jupyterlab",
    "jupyterlab notebook",
    "jupyterlab-extension"
  ],
  "author": {
    "name": "Two Sigma Open Source, LLC",
    "email": "beakerx-feedback@twosigma.com"
  },
  "main": "lib/jupyterlab-plugin",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/twosigma/beakerx_widgets.git"
  },
  "scripts": {
    "build": "jlpm run clean && jlpm run build:css && jlpm run build:js && webpack",
    "build:css": "jlpm run build:css:classic && jlpm run build:css:lab",
    "build:css:classic": "sass --no-source-map --load-path node_modules sass/beakerx_widgets.scss css/beakerx_widgets.css",
    "build:css:lab": "sass --no-source-map --load-path node_modules sass/beakerx_widgets_lab.scss css/beakerx_widgets_lab.css",
    "build:labextension": "jlpm run build && jupyter labextension build .",
    "build:labextension:dev": "jlpm run build && jupyter labextension build --development True .",
    "build:js": "tsc",
    "watch": "run-p watch:js watch:webpack",
    "watch:js": "tsc --watch",
    "watch:webpack": "webpack --watch --progress",
    "prepublish": "jlpm run build",
    "test": "karma start --single-run",
    "clean": "rimraf lib css dist ../beakerx/labextension",
    "lint": "eslint src/ --ext .ts",
    "lint:fix": "eslint src/ --ext .ts --fix",
    "prettier": "prettier --check src/**/*.{ts,js}",
    "prettier:fix": "prettier --check src/**/*.{ts,js} --write"
  },
  "devDependencies": {
    "@jupyterlab/builder": "^4",
    "@types/big.js": "^4.0.5",
    "@types/chai": "^4.2.11",
    "@types/d3": "^5.7.2",
    "@types/expect.js": "^0.3.29",
    "@types/jquery": "^3.3.38",
    "@types/jqueryui": "^1.12.10",
    "@types/mocha": "^8.0.0",
    "@types/node": "^14.0.24",
    "@types/sinon": "^9.0.0",
    "@typescript-eslint/eslint-plugin": "^3.7.0",
    "@typescript-eslint/parser": "^3.7.0",
    "css-loader": "^3.6.0",
    "eslint": "^7.5.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-prettier": "^3.1.4",
    "file-loader": "^6.0.0",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.0.5",
    "rimraf": "^3.0.2",
    "sass": "^1.26.10",
    "sass-loader": "^9.0.2",
    "style-loader": "^1.2.1",
    "typescript": "^5",
    "url-loader": "^4.1.0",
    "webpack": "^4.46.0",
    "webpack-cli": "^3.3.11"
  },
  "dependencies": {
    "@jupyter-widgets/base": "^4 || ^6",
    "@jupyter-widgets/controls": "^3 || ^5",
    "@jupyterlab/application": "^3.2.5 || ^4",
    "@jupyterlab/apputils": "^3.2.5 || ^4",
    "@jupyterlab/cells": "^3.2.5 || ^4",
    "@jupyterlab/coreutils": "^5.2.5 || ^6",
    "@jupyterlab/docregistry": "^3.2.5 || ^4",
    "@jupyterlab/notebook": "^3.2.5 || ^4",
    "@jupyterlab/settingregistry": "^3.2.5 || ^4",
    "@lumino/commands": "^1 || ^2",
    "@lumino/coreutils": "^1 || ^2",
    "@lumino/disposable": "^1 || ^2",
    "@lumino/messaging": "^1 || ^2",
    "@lumino/signaling": "^1 || ^2",
    "@lumino/widgets": "^1 || ^2",
    "big.js": "^5.2.2",
    "d3": "^5.16.0",
    "flatpickr": "^4.6.3",
    "jquery": "^3.5.1",
    "jquery-ui": "^1.12.1",
    "jquery-ui.combobox": "^1.0.7",
    "moment-timezone": "^0.5.28",
    "underscore": "^1.10.2"
  },
  "files": [
    "css/",
    "dist/",
    "lib/",
    "fonts/"
  ],
  "jupyterlab": {
    "extension": "lib/jupyterlab-plugin",
    "outputDir": "../beakerx/labextension",
    "sharedPackages": {
      "@jupyter-widgets/base": {
        "bundled": false,
        "singleton": true
      }
    }
  }
}
