UNPKG

1.02 kBJSONView Raw
1{
2 "name": "jupyterlab-plotly",
3 "version": "1.5.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 "ipython",
15 "plotly"
16 ],
17 "files": [
18 "src/**/*.js",
19 "dist/*.js",
20 "style/*.*"
21 ],
22 "scripts": {
23 "build": "npm run build:src",
24 "build:src": "rimraf dist && tsc",
25 "clean": "rimraf dist/",
26 "test": "echo \"Error: no test specified\" && exit 1"
27 },
28 "devDependencies": {
29 "rimraf": "^2.6.1",
30 "ify-loader": "^1.1.0",
31 "typescript": "~3.7.0"
32 },
33 "dependencies": {
34 "plotly.js": "^1.52.1",
35 "@types/plotly.js": "1.44.28",
36 "@jupyterlab/rendermime-interfaces": "^1.3.0 || ^2.0.0",
37 "@lumino/messaging": "^1.2.3",
38 "@lumino/widgets": "^1.8.1",
39 "lodash": "^4.17.4"
40 },
41 "jupyterlab": {
42 "mimeExtension": "dist/javascript-renderer-extension.js"
43 }
44}