{
  "name": "@splunk/dashboard-action-buttons",
  "description": "Action buttons and menus for dashboard visualizations and containers",
  "license": "Apache-2.0",
  "author": "Splunk Inc.",
  "version": "29.6.0",
  "scripts": {
    "build": "udf-build",
    "dev": "udf-build --watch",
    "clean": "git ls-files --others -i --exclude-standard *.js *.map | xargs rm && rm -rf test-reports module types",
    "test": "yarn run test:unit",
    "test:ci": "yarn run test:unit:ci",
    "test:unit": "jest src/*",
    "test:unit:ci": "yarn test:unit --ci",
    "test:unit:watch": "yarn run test:unit --watchAll",
    "storybook": "yarn workspace @udf/storybook storybook",
    "test:visual:ci": "CI=true STORYBOOK_PACKAGE='dashboard-action-buttons' DIFFING_ENGINE='gm' yarn workspace @udf/storybook test:visual",
    "test:visual": "STORYBOOK_PACKAGE='dashboard-action-buttons' DIFFING_ENGINE='gm' yarn workspace @udf/storybook test:visual:all-themes",
    "test:visual:skip-build": "STORYBOOK_PACKAGE='dashboard-action-buttons' DIFFING_ENGINE='gm' SKIP_BUILD_STORYBOOK=true yarn workspace @udf/storybook test:visual:all-themes",
    "test:visual:update": "STORYBOOK_PACKAGE='dashboard-action-buttons' yarn workspace @udf/storybook test:visual:update"
  },
  "dependencies": {
    "@splunk/dashboard-icons": "29.6.0",
    "@splunk/dashboard-telemetry": "29.6.0",
    "@splunk/dashboard-ui": "29.6.0",
    "@splunk/dashboard-utils": "29.6.0",
    "@splunk/react-icons": "^5.10.0",
    "@splunk/react-ui": "^5.9.1",
    "@splunk/ui-utils": "^1.13.0"
  },
  "peerDependencies": {
    "@splunk/dashboard-context": "^29.6.0",
    "@splunk/dashboard-state": "^29.6.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "styled-components": "^5.3.11"
  },
  "devDependencies": {
    "@splunk/dashboard-build-tools": "29.6.0",
    "@splunk/dashboard-context": "29.6.0",
    "@splunk/dashboard-state": "29.6.0",
    "@splunk/dashboard-test-utils": "29.6.0",
    "@splunk/dashboard-types": "29.6.0",
    "@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",
    "@udf/storybook-helpers": "29.6.0",
    "@udf/typescript-configs": "29.6.0",
    "jest": "^30.2.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "styled-components": "^5.3.11",
    "testing-library-selector": "^0.3.1",
    "ts-jest": "^29.4.6"
  },
  "types": "./types/index.d.ts",
  "gitHead": "57d0fd9455144ce5eca941bcf83de64b6278ccbd"
}
