2021-04-12 18:23:04 +00:00
|
|
|
{
|
|
|
|
"name": "@holoviz/panel",
|
2021-09-18 10:52:07 +00:00
|
|
|
"version": "0.12.1",
|
2021-04-12 18:23:04 +00:00
|
|
|
"description": "A high level dashboarding library for python visualization libraries.",
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/holoviz/panel.git"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-09-18 10:52:07 +00:00
|
|
|
"@bokeh/bokehjs": "^2.3.3",
|
2021-04-12 18:23:04 +00:00
|
|
|
"@luma.gl/constants": "^8.0.3",
|
|
|
|
"@types/debounce": "^1.2.0",
|
|
|
|
"@types/gl-matrix": "^2.4.5",
|
|
|
|
"debounce": "^1.2.0",
|
|
|
|
"fast-json-patch": "^2.2.1",
|
|
|
|
"gl-matrix": "^3.1.0",
|
|
|
|
"htm": "^3.0.4",
|
|
|
|
"json-formatter-js": "^2.2.1",
|
|
|
|
"preact": "^10.5.12"
|
|
|
|
},
|
|
|
|
"devDependencies": {},
|
|
|
|
"files": [
|
|
|
|
"dist/**/*.{js,js.map,d.ts,json,css}"
|
|
|
|
],
|
|
|
|
"main": "dist/panel.min.js"
|
|
|
|
}
|