{
  "author": "Grafana Labs",
  "license": "AGPL-3.0-only",
  "name": "@grafana/sql",
  "version": "13.0.3",
  "description": "Shared UI components and utilities used by SQL-based datasource plugins",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/grafana/grafana.git",
    "directory": "packages/grafana-sql"
  },
  "main": "./dist/cjs/index.cjs",
  "module": "./dist/esm/index.mjs",
  "types": "./dist/types/index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "@grafana-app/source": "./src/index.ts",
      "types": "./dist/types/index.d.ts",
      "import": "./dist/esm/index.mjs",
      "require": "./dist/cjs/index.cjs"
    }
  },
  "files": [
    "./dist",
    "./README.md",
    "./CHANGELOG.md",
    "./LICENSE_AGPL"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc -p ./tsconfig.build.json && rollup -c rollup.config.ts --configPlugin esbuild",
    "bundle": "rollup -c rollup.config.ts --configPlugin esbuild",
    "clean": "rimraf ./dist ./compiled ./package.tgz",
    "typecheck": "tsc --emitDeclarationOnly false --noEmit",
    "i18n-extract": "i18next-cli extract --sync-primary",
    "prepack": "cp package.json package.json.bak && node ../../scripts/prepare-npm-package.js",
    "postpack": "mv package.json.bak package.json"
  },
  "dependencies": {
    "@emotion/css": "11.13.5",
    "@grafana/assistant": "^0.1.24",
    "@grafana/data": ">=10.4.0",
    "@grafana/e2e-selectors": "13.0.3",
    "@grafana/i18n": "13.0.3",
    "@grafana/plugin-ui": "0.13.1",
    "@grafana/ui": ">=10.4.0",
    "@react-awesome-query-builder/ui": "6.6.15",
    "immutable": "5.1.5",
    "lodash": "4.18.1",
    "react-select": "5.10.2",
    "react-use": "17.6.0",
    "react-virtualized-auto-sizer": "1.0.26",
    "rxjs": "7.8.2",
    "sql-formatter-plus": "1.3.6",
    "tslib": "2.8.1",
    "uuid": "11.1.0"
  },
  "devDependencies": {
    "@rollup/plugin-dynamic-import-vars": "2.1.5",
    "@rollup/plugin-image": "3.0.3",
    "@rollup/plugin-json": "6.1.0",
    "@testing-library/dom": "10.4.1",
    "@testing-library/jest-dom": "^6.1.2",
    "@testing-library/react": "16.3.0",
    "@testing-library/user-event": "14.6.1",
    "@types/jest": "^29.5.4",
    "@types/lodash": "4.17.20",
    "@types/node": "24.10.1",
    "@types/react": "18.3.18",
    "@types/react-dom": "18.3.5",
    "@types/react-virtualized-auto-sizer": "1.0.8",
    "@types/systemjs": "6.15.3",
    "@types/uuid": "10.0.0",
    "i18next-cli": "^1.48.0",
    "jest": "^29.6.4",
    "rollup": "4.59.0",
    "ts-jest": "29.4.0",
    "ts-node": "10.9.2",
    "typescript": "5.9.2"
  },
  "peerDependencies": {
    "@grafana/data": ">=10.4.0",
    "@grafana/runtime": ">=10.4.0",
    "@grafana/ui": ">=10.4.0",
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  }
}