{
  "name": "@splunk/dashboard-ui",
  "description": "Dashboard internal shared ui widgets",
  "license": "SEE LICENSE IN LICENSE.md",
  "author": "Splunk",
  "version": "29.5.0",
  "scripts": {
    "build": "udf-build",
    "build:telemetry": "EXPORT_TELEMETRY=1 udf-build",
    "clean": "git ls-files --others -i --exclude-standard *.js *.map | xargs rm && rm -rf hooks types utils module test-reports .storybook-bundle",
    "dev": "udf-build --watch",
    "test": "yarn run test:unit",
    "test:ci": "yarn run test:unit:ci",
    "test:unit": "jest src/*",
    "test:unit:watch": "yarn run test:unit --watchAll",
    "test:unit:ci": "yarn test:unit --ci",
    "storybook": "yarn workspace @udf/storybook storybook",
    "test:visual:ci": "CI=true STORYBOOK_PACKAGE='dashboard-ui' yarn workspace @udf/storybook test:visual",
    "test:visual": "STORYBOOK_PACKAGE='dashboard-ui' yarn workspace @udf/storybook test:visual:all-themes",
    "test:visual:skip-build": "STORYBOOK_PACKAGE='dashboard-ui' SKIP_BUILD_STORYBOOK=true yarn workspace @udf/storybook test:visual:all-themes",
    "test:visual:update": "STORYBOOK_PACKAGE='dashboard-ui' yarn workspace @udf/storybook test:visual:update"
  },
  "dependencies": {
    "@splunk/dashboard-definition": "29.5.0",
    "@splunk/dashboard-icons": "29.5.0",
    "@splunk/dashboard-telemetry": "29.5.0",
    "@splunk/dashboard-utils": "29.5.0",
    "@splunk/datasource-utils": "29.5.0",
    "@splunk/moment": "^0.7.0",
    "@splunk/react-icons": "^5.8.0",
    "@splunk/react-search": "^7.0.1",
    "@splunk/react-ui": "^5.8.0",
    "@splunk/splunk-utils": "^3.4.0",
    "@splunk/themes": "^1.5.0",
    "@splunk/ui-utils": "^1.12.0",
    "@splunk/visualization-icons": "28.5.2",
    "@splunk/visualizations-shared": "28.5.2",
    "hoist-non-react-statics": "^3.3.2",
    "lodash": "^4.17.23",
    "memoize-one": "^6.0.0",
    "prop-types": "^15.8.1",
    "resize-observer-polyfill": "^1.5.1",
    "tinycolor2": "^1.6.0"
  },
  "peerDependencies": {
    "@splunk/dashboard-context": "^29.5.0",
    "@splunk/dashboard-state": "^29.5.0",
    "@splunk/visualization-context": "28.5.2",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "styled-components": "^5.3.11"
  },
  "devDependencies": {
    "@splunk/dashboard-build-tools": "29.5.0",
    "@splunk/dashboard-context": "29.5.0",
    "@splunk/dashboard-search": "29.5.0",
    "@splunk/dashboard-state": "29.5.0",
    "@splunk/dashboard-test-utils": "29.5.0",
    "@splunk/dashboard-types": "29.5.0",
    "@splunk/datasource-utils": "29.5.0",
    "@splunk/datasources": "29.5.0",
    "@splunk/visualization-context": "28.5.2",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@testing-library/user-event": "^14.6.1",
    "@types/jest": "^30.0.0",
    "@types/react": "^18.3.28",
    "@types/tinycolor2": "^1.4.6",
    "@udf/storybook-helpers": "29.5.0",
    "@udf/typescript-configs": "29.5.0",
    "jest": "^30.2.0",
    "jest-styled-components": "^7.2.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-redux": "^8.1.3",
    "styled-components": "^5.3.11",
    "testing-library-selector": "^0.3.1",
    "ts-jest": "^29.4.6",
    "typescript": "5.9.3"
  },
  "types": "./types/index.d.ts",
  "gitHead": "fd946f52fb717b1216e3c63e7c72dca4aea353b1"
}
