UNPKG

1.08 kBJSONView Raw
1{
2 "name": "plotlywidget",
3 "version": "4.14.3",
4 "description": "The plotly JupyterLab extension",
5 "author": "The plotly.py team",
6 "license": "MIT",
7 "main": "src/index.js",
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/plotly/plotly.py"
11 },
12 "keywords": [
13 "jupyter",
14 "widgets",
15 "ipython",
16 "ipywidgets",
17 "plotly"
18 ],
19 "files": [
20 "src/**/*.js",
21 "dist/*.js",
22 "style/*.*"
23 ],
24 "scripts": {
25 "build": "webpack",
26 "clean": "rimraf dist/ && rimraf ../../python/plotly/plotlywidget/static'",
27 "test": "echo \"Error: no test specified\" && exit 1"
28 },
29 "devDependencies": {
30 "webpack": "^3.10.0",
31 "rimraf": "^2.6.1",
32 "ify-loader": "^1.1.0",
33 "typescript": "~3.1.1"
34 },
35 "dependencies": {
36 "plotly.js": "^1.58.4",
37 "@jupyter-widgets/base": "^2.0.0 || ^3.0.0 || ^4.0.0",
38 "lodash": "^4.17.4"
39 },
40 "jupyterlab": {
41 "extension": "src/jupyterlab-plugin.js",
42 "sharedPackages": {
43 "@jupyter-widgets/base": {
44 "bundled": false,
45 "singleton": true
46 }
47 }
48 }
49}