{
  "name": "@grafana/scenes",
  "version": "8.1.2",
  "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 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",
    "i18n-extract": "i18next --config src/locales/i18next-parser.config.cjs"
  },
  "bugs": {
    "url": "https://github.com/grafana/scenes/issues"
  },
  "dependencies": {
    "@emotion/css": "11.10.5",
    "@emotion/react": "11.10.5",
    "@floating-ui/react": "^0.26.16",
    "@leeoniya/ufuzzy": "^1.0.16",
    "@tanstack/react-virtual": "^3.9.0",
    "history": "^4.9.0",
    "lodash": "^4.17.21",
    "react-grid-layout": "^1.3.4",
    "react-select": "^5.10.2",
    "react-use": "^17.5.0",
    "react-virtualized-auto-sizer": "^1.0.24",
    "uuid": "^9.0.0"
  },
  "peerDependencies": {
    "@grafana/data": ">=11.6",
    "@grafana/e2e-selectors": ">=11.6",
    "@grafana/i18n": "*",
    "@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": {
    "@grafana/i18n": "12.1.0",
    "@rollup/plugin-dynamic-import-vars": "2.1.5",
    "@rollup/plugin-json": "^6.1.0",
    "@types/history": "4.7.11",
    "@types/lodash": "4.14.187",
    "@types/node": "20.11.30",
    "@types/react": "18.2.74",
    "@types/react-dom": "18.2.24",
    "@types/react-grid-layout": "1.3.2",
    "@types/react-virtualized-auto-sizer": "1.0.1",
    "@types/systemjs": "^6.15.1",
    "@types/uuid": "8.3.4",
    "eslint": "^9.28.0",
    "i18next-parser": "9.3.0",
    "jest": "30.3.0",
    "jest-canvas-mock": "^2.5.2",
    "react-router-dom": "^6.28.0",
    "rimraf": "^3.0.2",
    "rollup": "^4.36.0",
    "rxjs": "7.8.1",
    "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": "efab510bed90b49b5568d1adc8d4ead24a1c385a"
}