{
  "name": "@grafana/scenes-react",
  "version": "8.9.0",
  "description": "Grafana framework for building dynamic dashboards",
  "author": "Grafana Labs",
  "license": "Apache-2.0",
  "homepage": "https://grafana.com/developers/scenes",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "module": "dist/esm/index.js",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/esm/index.js",
      "require": "./dist/index.js"
    }
  },
  "sideEffects": false,
  "directories": {
    "src": "src"
  },
  "files": [
    "dist",
    "./README.md",
    "./CHANGELOG.md",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/grafana/scenes.git"
  },
  "scripts": {
    "tsc": "tsc -p ./tsconfig.build.json",
    "dev": "yarn clean && yarn build:dev --watch",
    "build": "rollup -c rollup.config.ts --configPlugin esbuild",
    "build:dev": "yarn build --environment NODE_ENV:development",
    "clean": "rimraf ./dist ./compiled ./package.tgz",
    "typecheck": "tsc --emitDeclarationOnly false --noEmit",
    "test": "jest",
    "lint": "eslint .",
    "prepack": "node ./scripts/prepack.js",
    "postpack": "node ./scripts/postpack.js"
  },
  "bugs": {
    "url": "https://github.com/grafana/scenes/issues"
  },
  "dependencies": {
    "@emotion/css": "11.13.5",
    "@emotion/react": "11.14.0",
    "@grafana/scenes": "8.9.0",
    "lodash": "^4.17.21",
    "lru-cache": "^10.2.2",
    "react-use": "^17.4.0"
  },
  "peerDependencies": {
    "@grafana/data": ">=11.6",
    "@grafana/e2e-selectors": ">=11.6",
    "@grafana/runtime": ">=11.6",
    "@grafana/schema": ">=11.6",
    "@grafana/ui": ">=11.6",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "react-router-dom": "^6.28.0",
    "rxjs": "^7.8.1"
  },
  "devDependencies": {
    "@rollup/plugin-eslint": "^9.2.0",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@types/history": "4.7.11",
    "@types/lodash": "4.17.24",
    "@types/node": "20.19.41",
    "@types/react": "18.3.29",
    "@types/react-dom": "18.3.7",
    "@types/react-grid-layout": "1.3.6",
    "@types/react-virtualized-auto-sizer": "1.0.8",
    "eslint": "^9.28.0",
    "jest": "30.4.2",
    "rimraf": "^6.0.0",
    "rollup": "^4.36.0",
    "rxjs": "7.8.2",
    "typescript": "^5.4.3"
  },
  "lint-staged": {
    "*.{js,ts,tsx}": [
      "eslint --ext .js,.tsx,.ts --cache --fix",
      "prettier --write"
    ],
    "*.{json,scss,md,mdx}": [
      "prettier --write"
    ]
  },
  "gitHead": "d1112ef388009c31868487c78b59f5beb22dc61c"
}