at 22.05-pre 708 B view raw
1{ 2 "name": "@holoviz/panel", 3 "version": "0.12.1", 4 "description": "A high level dashboarding library for python visualization libraries.", 5 "license": "BSD-3-Clause", 6 "repository": { 7 "type": "git", 8 "url": "https://github.com/holoviz/panel.git" 9 }, 10 "dependencies": { 11 "@bokeh/bokehjs": "^2.3.3", 12 "@luma.gl/constants": "^8.0.3", 13 "@types/debounce": "^1.2.0", 14 "@types/gl-matrix": "^2.4.5", 15 "debounce": "^1.2.0", 16 "fast-json-patch": "^2.2.1", 17 "gl-matrix": "^3.1.0", 18 "htm": "^3.0.4", 19 "json-formatter-js": "^2.2.1", 20 "preact": "^10.5.12" 21 }, 22 "devDependencies": {}, 23 "files": [ 24 "dist/**/*.{js,js.map,d.ts,json,css}" 25 ], 26 "main": "dist/panel.min.js" 27}