{
  "name": "@holoviz/panel",
  "version": "1.3.8",
  "description": "The powerful data exploration & web app framework for Python.",
  "license": "BSD-3-Clause",
  "repository": {
    "type": "git",
    "url": "https://github.com/holoviz/panel.git"
  },
  "dependencies": {
    "@bokeh/bokehjs": "~3.3.3",
    "@luma.gl/constants": "^8.0.3",
    "@types/debounce": "^1.2.0",
    "@types/gl-matrix": "^2.4.5",
    "ace-code": "^1.24.1",
    "debounce": "^1.2.0",
    "gl-matrix": "^3.1.0",
    "htm": "^3.1.1",
    "json-formatter-js": "^2.2.1",
    "preact": "^10.13.0"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^6.5.0",
    "@typescript-eslint/parser": "^6.5.0",
    "acorn": "^8.10.0",
    "eslint": "^8.48.0",
    "flatpickr": "^4.6.9"
  },
  "files": [
    "dist/**/*.{js,js.map,d.ts,json,css,whl}"
  ],
  "main": "dist/panel.min.js",
  "scripts": {
    "lint": "npx eslint -c eslint.js *.ts models/*.ts"
  }
}
