{
  "name": "@holoviz/panel",
  "version": "1.8.9",
  "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.8.2",
    "@types/debounce": "^1.2.0",
    "@types/gl-matrix": "^2.4.5",
    "ace-code": "^1.40.1",
    "debounce": "^1.2.0",
    "gl-matrix": "^3.4.3",
    "htm": "^3.1.1",
    "json-formatter-js": "^2.2.1",
    "preact": "^10.26.6",
    "sucrase": "^3.35.0"
  },
  "devDependencies": {
    "@stylistic/eslint-plugin": "^5.9.0",
    "@typescript-eslint/eslint-plugin": "^8.56.1",
    "@typescript-eslint/parser": "^8.56.1",
    "acorn": "^8.11.3",
    "eslint": "^9.39.3",
    "flatpickr": "^4.6.9",
    "typescript-eslint": "^8.56.1"
  },
  "files": [
    "dist/**/*.{js,js.map,d.ts,json,css,whl}"
  ],
  "main": "dist/panel.min.js",
  "scripts": {
    "lint": "npx eslint './*.ts' './models/**/*.ts'"
  }
}
