{
  "author": "Grafana Labs",
  "license": "Apache-2.0",
  "name": "@grafana/runtime",
  "version": "13.1.0",
  "description": "Grafana Runtime Library",
  "keywords": [
    "grafana",
    "typescript"
  ],
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "http://github.com/grafana/grafana.git",
    "directory": "packages/grafana-runtime"
  },
  "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"
    },
    "./unstable": {
      "@grafana-app/source": "./src/unstable.ts",
      "types": "./dist/types/unstable.d.ts",
      "import": "./dist/esm/unstable.mjs",
      "require": "./dist/cjs/unstable.cjs"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "./README.md",
    "./CHANGELOG.md",
    "LICENSE_APACHE2"
  ],
  "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 ./unstable ./package.tgz",
    "typecheck": "tsc --emitDeclarationOnly false --noEmit",
    "prepack": "cp package.json package.json.bak && node ../../scripts/prepare-npm-package.js",
    "postpack": "mv package.json.bak package.json"
  },
  "dependencies": {
    "@grafana/data": "13.1.0",
    "@grafana/e2e-selectors": "13.1.0",
    "@grafana/faro-web-sdk": "^2.7.0",
    "@grafana/schema": "13.1.0",
    "@grafana/ui": "13.1.0",
    "@openfeature/core": "^1.10.0",
    "@openfeature/ofrep-web-provider": "^0.4.1",
    "@openfeature/react-sdk": "^1.3.0",
    "@openfeature/web-sdk": "^1.8.0",
    "@types/systemjs": "6.15.3",
    "fast-json-patch": "3.1.1",
    "history": "4.10.1",
    "immutable": "^5.1.5",
    "lodash": "^4.17.23",
    "lru-cache": "^11.2.2",
    "react-loading-skeleton": "3.5.0",
    "react-use": "17.6.0",
    "rxjs": "7.8.2"
  },
  "devDependencies": {
    "@rollup/plugin-node-resolve": "16.0.1",
    "@testing-library/dom": "10.4.1",
    "@testing-library/react": "16.3.0",
    "@testing-library/user-event": "14.6.1",
    "@types/history": "4.7.11",
    "@types/jest": "29.5.14",
    "@types/lodash": "4.17.20",
    "@types/react": "18.3.18",
    "@types/react-dom": "18.3.5",
    "esbuild": "0.25.8",
    "react": "18.3.1",
    "react-dom": "18.3.1",
    "rimraf": "6.0.1",
    "rollup": "^4.60.1",
    "rollup-plugin-esbuild": "6.2.1",
    "rollup-plugin-node-externals": "^8.0.0",
    "typescript": "6.0.2"
  },
  "peerDependencies": {
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  }
}