{
  "name": "@gooddata/sdk-ui-dashboard",
  "version": "11.49.0",
  "description": "GoodData SDK - Dashboard Component",
  "license": "LicenseRef-LICENSE",
  "author": "GoodData Corporation",
  "repository": {
    "type": "git",
    "url": "https://github.com/gooddata/gooddata-ui-sdk.git",
    "directory": "libs/sdk-ui-dashboard"
  },
  "files": [
    "esm/**/*.js",
    "esm/**/*.json",
    "esm/**/*.d.ts",
    "esm/**/*.map",
    "esm/**/*.svg",
    "esm/**/*.gif",
    "styles",
    "NOTICE"
  ],
  "type": "module",
  "sideEffects": [
    "*.css",
    "*.svg"
  ],
  "browser": "./esm/index.js",
  "types": "./esm/index.d.ts",
  "exports": {
    ".": "./esm/index.js",
    "./internal": "./esm/internal.js",
    "./styles/css/*": "./styles/css/*",
    "./styles/scss/*": "./styles/scss/*",
    "./esm/assets/*": "./esm/assets/*"
  },
  "dependencies": {
    "@codemirror/language": "6.12.1",
    "@evil-internetmann/react-dnd": "16.2.1",
    "@gooddata/number-formatter": "^1.0.6",
    "@lezer/highlight": "~1.2.3",
    "@react-aria/interactions": "^3",
    "@reduxjs/toolkit": "2.9.0",
    "classnames": "2.5.1",
    "date-fns": "4.1.0",
    "default-import": "1.1.5",
    "immer": "10.1.1",
    "json-stable-stringify": "1.3.0",
    "lodash-es": "^4.17.23",
    "lru-cache": "11.1.0",
    "react-dnd-html5-backend": "^14.1.0",
    "react-intl": "7.1.11",
    "react-lines-ellipsis": "^0.16.1",
    "react-loading-skeleton": "3.5.0",
    "react-measure": "^2.5.2",
    "react-redux": "9.2.0",
    "react-select": "5.10.2",
    "redux": "5.0.1",
    "redux-batched-actions": "^0.5.0",
    "redux-saga": "1.3.0",
    "ts-invariant": "0.10.3",
    "tslib": "2.8.1",
    "uuid": "11.1.1",
    "@gooddata/sdk-backend-base": "11.49.0",
    "@gooddata/sdk-model": "11.49.0",
    "@gooddata/sdk-backend-spi": "11.49.0",
    "@gooddata/sdk-ui-charts": "11.49.0",
    "@gooddata/sdk-ui": "11.49.0",
    "@gooddata/sdk-ui-filters": "11.49.0",
    "@gooddata/sdk-ui-ext": "11.49.0",
    "@gooddata/sdk-ui-geo": "11.49.0",
    "@gooddata/sdk-ui-kit": "11.49.0",
    "@gooddata/sdk-ui-pivot": "11.49.0",
    "@gooddata/sdk-ui-theme-provider": "11.49.0",
    "@gooddata/sdk-ui-semantic-search": "11.49.0",
    "@gooddata/sdk-ui-vis-commons": "11.49.0",
    "@gooddata/util": "11.49.0"
  },
  "devDependencies": {
    "@microsoft/api-documenter": "^7.17.0",
    "@microsoft/api-extractor": "^7.55.2",
    "@testing-library/dom": "10.4.1",
    "@testing-library/react": "16.3.0",
    "@testing-library/user-event": "14.6.1",
    "@types/lodash-es": "^4.17.12",
    "@types/node": "24.12.0",
    "@types/raf": "^3.4.0",
    "@types/react": "19.1.11",
    "@types/react-dom": "19.1.7",
    "@types/react-lines-ellipsis": "^0.15.6",
    "@types/react-measure": "2.0.12",
    "@types/react-redux": "7.1.34",
    "@typescript-eslint/eslint-plugin": "8.58.0",
    "@typescript-eslint/parser": "8.58.0",
    "@typescript/native-preview": "7.0.0-dev.20260202.1",
    "@vitest/eslint-plugin": "1.6.19",
    "dependency-cruiser": "17.3.10",
    "eslint": "^9.39.2",
    "eslint-import-resolver-typescript": "4.4.4",
    "eslint-plugin-headers": "1.3.3",
    "eslint-plugin-import-esm": "1.2.1",
    "eslint-plugin-import-x": "4.16.1",
    "eslint-plugin-jsdoc": "62.1.0",
    "eslint-plugin-no-barrel-files": "1.2.2",
    "eslint-plugin-no-only-tests": "3.3.0",
    "eslint-plugin-react": "7.37.5",
    "eslint-plugin-react-hooks": "5.2.0",
    "eslint-plugin-sonarjs": "3.0.6",
    "happy-dom": "20.9.0",
    "npm-run-all": "^4.1.5",
    "oxfmt": "0.52.0",
    "oxlint": "1.51.0",
    "oxlint-tsgolint": "0.15.0",
    "raf": "3.4.1",
    "react": "19.1.1",
    "react-dom": "19.1.1",
    "sass": "1.70.0",
    "stylelint": "^16.26.1",
    "svgo": "^2.8.0",
    "typescript": "5.9.3",
    "vitest": "4.1.8",
    "vitest-dom": "0.1.1",
    "@gooddata/eslint-config": "11.49.0",
    "@gooddata/i18n-toolkit": "11.49.0",
    "@gooddata/oxlint-config": "11.49.0",
    "@gooddata/reference-workspace": "11.49.0",
    "@gooddata/sdk-backend-mockingbird": "11.49.0",
    "@gooddata/stylelint-config": "11.49.0"
  },
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "scripts": {
    "_phase:build": "npm run build",
    "_phase:test": "npm run build-dynamic-files && npm run test-once",
    "_phase:validate": "npm run build-dynamic-files && npm run validate",
    "api-extractor": "mkdir -p api && [ -z \"${CI}\" ] && (api-extractor run -l; exit 0) || (api-extractor run)",
    "build": "bash scripts/build.sh",
    "build-check": "tsgo",
    "build-dynamic-files": "bash scripts/build.sh --genFilesOnly",
    "build-ts": "tsgo -p tsconfig.build.json",
    "clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage temp *.log styles/css tsconfig.tsbuildinfo",
    "dep-cruiser": "depcruise --validate .dependency-cruiser.js --output-type err-long src/",
    "format-check": "oxfmt --check .",
    "format-write": "oxfmt .",
    "lint": "oxlint . --quiet && eslint .",
    "lint-fix": "oxlint . --quiet --fix && eslint . --fix",
    "scss": "sass --load-path=node_modules styles/scss:styles/css",
    "stylelint": "stylelint '**/*.scss'",
    "stylelint-fix": "stylelint '**/*.scss' --fix",
    "test": "vitest --watch",
    "test-once": "vitest run",
    "test-once-with-coverage": "vitest --coverage=true",
    "validate": "npm run lint && npm run dep-cruiser && npm run stylelint && npm run validate-locales && npm run format-check && npm run validate-theming",
    "validate-esm": "node --input-type=module --eval 'import \"@gooddata/sdk-ui-dashboard\"'",
    "validate-locales": "i18n-toolkit",
    "validate-theming": "npm run scss && node scripts/validateCss.js"
  }
}