nixpkgs/pkgs/development/python-modules/panel/node/package.json
Frederik Rietdijk 5e2eccd298 python3Packages.panel: 0.9.7 -> 0.11.1
Since 0.10.0 setup.py the node assets are no longer included in the
tarball. During setup, npm is used to first collect assets. Then,
a function is bokeh used to bundle the assets. Unfortunately,
at that time it attempts to collect files *again*. This we cannot
handle so we do not bundle.
2021-04-07 17:38:32 +02:00

28 lines
708 B
JSON

{
"name": "@holoviz/panel",
"version": "0.11.1",
"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": {
"@bokeh/bokehjs": "^2.3.0",
"@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"
}