UNPKG

@deephaven/js-plugin-plotly

Version:
54 lines (53 loc) 1.32 kB
{ "name": "@deephaven/js-plugin-plotly", "version": "0.3.0", "description": "Deephaven plotly plugin", "keywords": [ "Deephaven", "plugin", "deephaven-js-plugin", "plotly" ], "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", "main": "dist/index.js", "repository": { "type": "git", "url": "git+https://github.com/deephaven/deephaven-js-plugins" }, "bugs": { "url": "https://github.com/deephaven/deephaven-js-plugins/issues" }, "homepage": "https://github.com/deephaven/deephaven-js-plugins", "scripts": { "start": "vite build --watch", "build": "vite build" }, "devDependencies": { "@types/react": "^17.0.2", "@vitejs/plugin-react-swc": "^3.0.0", "react": "^17.0.2", "typescript": "^4.5.4", "vite": "~4.1.4" }, "peerDependencies": { "react": "^17.0.2" }, "dependencies": { "@deephaven/components": "^0.40.0", "@deephaven/dashboard": "^0.40.0", "@deephaven/jsapi-types": "^0.40.0", "@deephaven/log": "^0.40.0", "@deephaven/utils": "^0.40.0", "plotly.js-dist-min": "^2.20.0", "react-plotly.js": "^2.4.0", "shortid": "^2.2.16" }, "publishConfig": { "access": "public" }, "files": [ "dist/index.js" ], "gitHead": "2dcf9e72f08f92b0c27d5bc74ce6da61808451ab" }