about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/panel/node/package.json
blob: f40e3773e23b54ab16d8ad5022757e06e466c049 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "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"
}