{
  "name": "qgridnext",
  "version": "2.0.4",
  "description": "An Interactive Grid for Sorting and Filtering DataFrames in Jupyter",
  "author": "QgridNext",
  "main": "src/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zhihanyue/qgridnext.git"
  },
  "keywords": [
    "jupyter",
    "widgets",
    "ipython",
    "ipywidgets"
  ],
  "scripts": {
    "clean": "rimraf dist/",
    "prepare": "webpack && jupyter labextension build . && shx cp ./install.json static/",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "devDependencies": {
    "@jupyterlab/builder": "^4",
    "css-loader": "^6.10.0",
    "expose-loader": "^5.0.0",
    "file-loader": "^6.2.0",
    "jshint": "^2.13.6",
    "json-loader": "^0.5.7",
    "rimraf": "^5.0.5",
    "shx": "^0.3.4",
    "style-loader": "^3.3.4",
    "webpack": "^5.90.1",
    "webpack-cli": "^5.1.4"
  },
  "dependencies": {
    "@jupyter-widgets/base": "^6",
    "jquery": "^3.7.1",
    "jquery-ui-dist": "^1.13.2",
    "moment": "^2.30.1",
    "slickgrid-qgridnext": "^0.0.8",
    "underscore": "^1.13.6",
    "@juggle/resize-observer": "^3.4.0"
  },
  "jshintConfig": {
    "esversion": 6
  },
  "files": [
    "dist/",
    "src/"
  ],
  "jupyterlab": {
    "extension": "src/jupyterlab-plugin",
    "sharedPackages": {
      "@jupyter-widgets/base": { "bundled": false, "singleton": true }
    }
  }
}
