@deephaven/js-plugin-ui
Version:
81 lines (80 loc) • 2.31 kB
JSON
{
"name": "@deephaven/js-plugin-ui",
"version": "0.29.2",
"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": {
"@types/memoizee": "^0.4.5",
"@types/react": "^17.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.5.4"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"dependencies": {
"@deephaven/chart": "^0.106.2",
"@deephaven/components": "^0.106.2",
"@deephaven/console": "^0.106.3",
"@deephaven/dashboard": "^0.106.4",
"@deephaven/dashboard-core-plugins": "^0.106.4",
"@deephaven/golden-layout": "^0.106.2",
"@deephaven/grid": "^0.106.3",
"@deephaven/icons": "^0.106.0",
"@deephaven/iris-grid": "^0.106.4",
"@deephaven/jsapi-bootstrap": "^0.106.2",
"@deephaven/jsapi-components": "^0.106.2",
"@deephaven/jsapi-types": "^1.0.0-dev0.35.0",
"@deephaven/jsapi-utils": "^0.106.2",
"@deephaven/log": "^0.106.2",
"@deephaven/plugin": "^0.106.4",
"@deephaven/react-hooks": "^0.106.2",
"@deephaven/redux": "^0.106.4",
"@deephaven/test-utils": "^0.106.0",
"@deephaven/utils": "^0.106.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",
"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": "1fe9be79be198c775536c20abc7b5aeefe03f192"
}