{
  "name": "@splunk/dashboard-presets",
  "description": "Preset mappings that wire dashboard visualizations, layouts, inputs, event handlers, and data sources",
  "license": "Apache-2.0",
  "author": "Splunk Inc.",
  "version": "29.7.0",
  "main": "CloudPreset.js",
  "scripts": {
    "build": "udf-build",
    "clean": "git ls-files --others -i --exclude-standard *.js *.map *.d.ts | xargs rm && rm -rf test-reports module types",
    "dev": "udf-build --watch",
    "test": "yarn run test:unit",
    "test:ci": "yarn run test:unit:ci",
    "test:unit": "jest src",
    "test:unit:ci": "yarn run test:unit --ci",
    "test:unit:watch": "yarn run test:unit --watchAll"
  },
  "dependencies": {
    "@splunk/dashboard-event-handlers": "29.7.0",
    "@splunk/dashboard-inputs": "29.7.0",
    "@splunk/dashboard-layouts": "29.7.0",
    "@splunk/dashboard-types": "29.7.0",
    "@splunk/dashboard-ui": "29.7.0",
    "@splunk/dashboard-utils": "29.7.0",
    "@splunk/datasources": "29.7.0",
    "@splunk/react-icons": "^5.11.0",
    "@splunk/ui-utils": "^1.14.0",
    "@splunk/visualizations": "^28.7.0",
    "@types/react": "^18.3.29",
    "lodash": "^4.18.1"
  },
  "peerDependencies": {
    "@splunk/dashboard-context": "^29.7.0",
    "@splunk/dashboard-state": "^29.7.0",
    "@splunk/visualization-context": "^28.7.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-is": "^18.3.1",
    "styled-components": "^5.3.11"
  },
  "devDependencies": {
    "@splunk/dashboard-build-tools": "29.7.0",
    "@splunk/dashboard-context": "29.7.0",
    "@splunk/dashboard-state": "29.7.0",
    "@splunk/visualization-context": "^28.7.0",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/react": "^16.3.2",
    "@udf/typescript-configs": "29.7.0",
    "jest": "^30.4.1",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-is": "^18.3.1",
    "styled-components": "^5.3.11",
    "ts-jest": "^29.4.9",
    "typescript": "^5.9.3"
  }
}