UNPKG

@deephaven/js-plugin-ui

Version:
82 lines (81 loc) 2.35 kB
{ "name": "@deephaven/js-plugin-ui", "version": "0.37.0", "description": "Deephaven UI plugin", "keywords": [ "Deephaven", "plugin", "deephaven-plugin", "deephaven-js-plugin", "ui", "layout", "programmatic layouts", "callbacks" ], "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", "main": "dist/index.js", "repository": { "type": "git", "url": "git+https://github.com/deephaven/deephaven-plugins" }, "bugs": { "url": "https://github.com/deephaven/deephaven-plugins/issues" }, "homepage": "https://github.com/deephaven/deephaven-plugins/tree/main/plugins/ui", "scripts": { "start": "vite build --watch", "build": "vite build", "update-dh-packages": "node ../../../../tools/update-dh-packages.mjs" }, "devDependencies": { "@deephaven/test-utils": "^1.8.0", "@types/memoizee": "^0.4.5", "@types/react": "^18.0.0", "react": "^18.0.0", "react-dom": "^18.0.0" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "dependencies": { "@deephaven/chart": "^1.17.0", "@deephaven/components": "^1.17.0", "@deephaven/console": "^1.17.0", "@deephaven/dashboard": "^1.17.1", "@deephaven/dashboard-core-plugins": "^1.18.0", "@deephaven/golden-layout": "^1.17.1", "@deephaven/grid": "^1.18.0", "@deephaven/icons": "^1.2.0", "@deephaven/iris-grid": "^1.18.0", "@deephaven/jsapi-bootstrap": "^1.17.0", "@deephaven/jsapi-components": "^1.17.0", "@deephaven/jsapi-types": "^1.0.0-dev0.39.6", "@deephaven/jsapi-utils": "^1.16.0", "@deephaven/log": "^1.8.0", "@deephaven/plugin": "^1.18.0", "@deephaven/react-hooks": "^1.14.0", "@deephaven/redux": "^1.17.0", "@deephaven/test-utils": "^1.8.0", "@deephaven/utils": "^1.10.0", "@fortawesome/react-fontawesome": "^0.2.0", "@internationalized/date": "^3.5.5", "classnames": "^2.5.1", "fast-json-patch": "^3.1.1", "json-rpc-2.0": "^1.6.0", "memoizee": "^0.4.17", "nanoid": "^5.0.7", "react-markdown": "^8.0.7", "react-redux": "^7.x", "rehype-mathjax": "^3.1.0", "remark-math": "^5.1.1" }, "publishConfig": { "access": "public" }, "files": [ "dist" ], "gitHead": "f2e57faf4b875f6a2f3f824e0e25b4bdd7dc95a7" }