@deephaven/js-plugin-ui
Version:
82 lines (81 loc) • 2.3 kB
JSON
{
"name": "@deephaven/js-plugin-ui",
"version": "0.32.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": {
"@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": "^1.5.1",
"@deephaven/components": "^1.5.1",
"@deephaven/console": "^1.5.1",
"@deephaven/dashboard": "^1.5.1",
"@deephaven/dashboard-core-plugins": "^1.5.1",
"@deephaven/golden-layout": "^1.5.1",
"@deephaven/grid": "^1.3.0",
"@deephaven/icons": "^1.2.0",
"@deephaven/iris-grid": "^1.5.1",
"@deephaven/jsapi-bootstrap": "^1.5.1",
"@deephaven/jsapi-components": "^1.5.1",
"@deephaven/jsapi-types": "^1.0.0-dev0.39.6",
"@deephaven/jsapi-utils": "^1.4.0",
"@deephaven/log": "^1.1.0",
"@deephaven/plugin": "^1.5.1",
"@deephaven/react-hooks": "^1.2.0",
"@deephaven/redux": "^1.5.1",
"@deephaven/test-utils": "^1.1.0",
"@deephaven/utils": "^1.1.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": "54f9fcc694b9e364cac68968091ddd12c46d7a72"
}