{
  "name": "@gooddata/sdk-ui-ext",
  "version": "11.30.0",
  "description": "GoodData.UI SDK - Extensions",
  "license": "LicenseRef-LICENSE",
  "author": "GoodData Corporation",
  "repository": {
    "type": "git",
    "url": "https://github.com/gooddata/gooddata-ui-sdk.git",
    "directory": "libs/sdk-ui-ext"
  },
  "files": [
    "esm/**/*.js",
    "esm/**/*.json",
    "esm/**/*.d.ts",
    "esm/**/*.map",
    "esm/**/*.svg",
    "src/**/*.scss",
    "styles",
    "NOTICE"
  ],
  "type": "module",
  "sideEffects": [
    "*.css",
    "*.svg"
  ],
  "browser": "./esm/index.js",
  "types": "./esm/index.d.ts",
  "exports": {
    ".": "./esm/index.js",
    "./styles/css/*": "./styles/css/*",
    "./styles/scss/*": "./styles/scss/*",
    "./internal": "./esm/internal/index.js",
    "./esm/internal/assets/*": "./esm/internal/assets/*",
    "./styles/internal/*": "./styles/internal/*",
    "./src/*": "./src/*"
  },
  "dependencies": {
    "@codemirror/commands": "6.10.1",
    "@codemirror/lang-yaml": "6.1.2",
    "@codemirror/language": "6.12.1",
    "@codemirror/lint": "6.9.2",
    "@codemirror/state": "6.5.3",
    "@codemirror/view": "6.39.10",
    "@lezer/highlight": "~1.2.3",
    "classnames": "2.5.1",
    "cron-parser": "^5.1.1",
    "date-fns": "4.1.0",
    "debounce-promise": "^3.1.2",
    "default-import": "1.1.5",
    "fixed-data-table-2": "2.0.22",
    "js-yaml": "^4.1.1",
    "json-stable-stringify": "1.3.0",
    "lodash-es": "^4.17.23",
    "lru-cache": "11.1.0",
    "moment": "^2.29.4",
    "moment-timezone": "0.5.35",
    "react-intl": "7.1.11",
    "react-lines-ellipsis": "^0.16.1",
    "react-loading-skeleton": "3.5.0",
    "react-measure": "^2.5.2",
    "react-select": "5.10.2",
    "react-select-async-paginate": "^0.7.11",
    "ts-invariant": "0.10.3",
    "tslib": "2.8.1",
    "uuid": "11.1.0",
    "@gooddata/sdk-backend-base": "11.30.0",
    "@gooddata/sdk-backend-spi": "11.30.0",
    "@gooddata/sdk-model": "11.30.0",
    "@gooddata/sdk-ui": "11.30.0",
    "@gooddata/sdk-embedding": "11.30.0",
    "@gooddata/sdk-ui-charts": "11.30.0",
    "@gooddata/sdk-ui-filters": "11.30.0",
    "@gooddata/sdk-ui-geo": "11.30.0",
    "@gooddata/sdk-ui-kit": "11.30.0",
    "@gooddata/sdk-ui-theme-provider": "11.30.0",
    "@gooddata/sdk-ui-pivot": "11.30.0",
    "@gooddata/sdk-ui-vis-commons": "11.30.0",
    "@gooddata/util": "11.30.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/debounce-promise": "^3.1.4",
    "@types/js-yaml": "^4.0.9",
    "@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",
    "@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.6",
    "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",
    "full-icu": "^1.3.0",
    "happy-dom": "18.0.1",
    "npm-run-all": "^4.1.5",
    "oxfmt": "0.27.0",
    "oxlint": "^1.43.0",
    "oxlint-tsgolint": "0.11.4",
    "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.0",
    "vitest-dom": "0.1.1",
    "@gooddata/oxlint-config": "11.30.0",
    "@gooddata/i18n-toolkit": "11.30.0",
    "@gooddata/reference-workspace": "11.30.0",
    "@gooddata/eslint-config": "11.30.0",
    "@gooddata/sdk-backend-mockingbird": "11.30.0",
    "@gooddata/stylelint-config": "11.30.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) || (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 *.log styles/css tsconfig.tsbuildinfo",
    "dep-cruiser": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
    "format-check": "oxfmt --check .",
    "format-write": "oxfmt .",
    "scss": "sass --load-path=node_modules styles/internal/scss:styles/internal/css && sass --load-path=node_modules styles/scss:styles/css",
    "stylelint": "stylelint '**/*.scss'",
    "stylelint-fix": "stylelint '**/*.scss' --fix",
    "test": "vitest watch",
    "test-once": "vitest run",
    "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-ext\"'",
    "validate-locales": "i18n-toolkit",
    "validate-theming": "npm run scss && node scripts/validateCss.js",
    "lint": "oxlint . --type-aware --quiet && eslint .",
    "lint-fix": "oxlint . --type-aware --quiet --fix && eslint . --fix"
  }
}