{
  "name": "@deephaven/components",
  "version": "1.17.0",
  "description": "Deephaven React component library",
  "author": "Deephaven Data Labs LLC",
  "license": "Apache-2.0",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/deephaven/web-client-ui.git",
    "directory": "packages/components"
  },
  "main": "dist/index.js",
  "module": "dist/index.js",
  "source": "src/index.js",
  "types": "dist/index.d.ts",
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "build": "cross-env NODE_ENV=production run-s build:babel build:sass build:theme",
    "build:babel": "babel ./src --out-dir ./dist --extensions \".ts,.tsx,.js,.jsx\" --source-maps --root-mode upward",
    "build:sass": "sass --embed-sources --load-path=../../node_modules ./src:./dist ./scss/BaseStyleSheet.scss:./css/BaseStyleSheet.css",
    "build:theme": "sass --embed-sources --style=compressed --load-path=../../node_modules ./src/theme:./dist/theme"
  },
  "dependencies": {
    "@adobe/react-spectrum": "3.38.0",
    "@deephaven/icons": "^1.2.0",
    "@deephaven/log": "^1.8.0",
    "@deephaven/react-hooks": "^1.14.0",
    "@deephaven/utils": "^1.10.0",
    "@fontsource/fira-mono": "5.0.13",
    "@fontsource/fira-sans": "5.0.20",
    "@fortawesome/fontawesome-svg-core": "^6.2.1",
    "@fortawesome/react-fontawesome": "^0.2.0",
    "@hello-pangea/dnd": "^18.0.1",
    "@internationalized/date": "^3.5.5",
    "@react-spectrum/theme-default": "^3.5.1",
    "@react-spectrum/toast": "^3.0.0-beta.16",
    "@react-spectrum/utils": "^3.11.5",
    "@react-types/combobox": "3.13.1",
    "@react-types/radio": "^3.8.1",
    "@react-types/shared": "^3.22.1",
    "@react-types/textfield": "^3.9.1",
    "bootstrap": "4.6.2",
    "classnames": "^2.3.1",
    "event-target-shim": "^6.0.2",
    "lodash.clamp": "^4.0.3",
    "lodash.debounce": "^4.0.8",
    "lodash.flatten": "^4.4.0",
    "memoizee": "^0.4.15",
    "nanoid": "^5.0.7",
    "popper.js": "^1.16.1",
    "react-reverse-portal": "^2.3.0",
    "react-transition-group": "^4.4.2",
    "react-virtualized-auto-sizer": "1.0.7",
    "react-window": "^1.8.7"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0",
    "react-is": ">=16.8.0"
  },
  "devDependencies": {
    "@deephaven/mocks": "^1.1.0",
    "@deephaven/test-utils": "^1.8.0",
    "react-redux": "^7.2.7"
  },
  "files": [
    "dist",
    "scss",
    "css",
    "assets"
  ],
  "sideEffects": [
    "*.css"
  ],
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "a0ef312b2294f1452952cf7a9c95636dd9f65a59"
}
