UNPKG

@deephaven/js-plugin-matplotlib

Version:
59 lines (58 loc) 1.57 kB
{ "name": "@deephaven/js-plugin-matplotlib", "version": "0.5.0", "description": "Deephaven Matplotlib plugin", "keywords": [ "Deephaven", "plugin", "deephaven-js-plugin", "matplotlib" ], "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", "main": "dist/index.js", "repository": { "type": "git", "url": "git+https://github.com/deephaven/deephaven-plugins", "directory": "plugins/matplotlib" }, "bugs": { "url": "https://github.com/deephaven/deephaven-plugins/issues" }, "homepage": "https://github.com/deephaven/deephaven-plugins/tree/main/plugins/matplotlib", "scripts": { "start": "vite build --watch", "build": "vite build", "update-dh-packages": "node ../../../../tools/update-dh-packages.mjs" }, "devDependencies": { "@types/react": "^17.0.2", "@types/react-dom": "^17.0.2", "@vitejs/plugin-react-swc": "^3.0.0", "react": "^17.0.2", "react-dom": "^17.0.2", "typescript": "^4.5.4", "vite": "~4.1.4" }, "peerDependencies": { "react": "^17.0.2", "react-dom": "^17.0.2" }, "dependencies": { "@deephaven/components": "^0.87.0", "@deephaven/dashboard": "^0.86.0", "@deephaven/icons": "^0.87.0", "@deephaven/jsapi-bootstrap": "^0.87.0", "@deephaven/jsapi-types": "1.0.0-dev0.35.2", "@deephaven/log": "^0.87.0", "@deephaven/plugin": "^0.86.0", "nanoid": "^5.0.7" }, "publishConfig": { "access": "public" }, "files": [ "dist/index.js" ], "gitHead": "3dca56477c94548ab595116a53652d70d454827d" }