{
  "name": "@sanity/dashboard",
  "version": "6.0.18",
  "description": "Tool for rendering dashboard widgets",
  "keywords": [
    "cms",
    "content",
    "dashboard",
    "headless",
    "realtime",
    "sanity",
    "sanity-plugin",
    "sanity-tool"
  ],
  "homepage": "https://github.com/sanity-io/plugins/tree/main/plugins/@sanity/dashboard#readme",
  "bugs": {
    "url": "https://github.com/sanity-io/plugins/issues"
  },
  "license": "MIT",
  "author": "Sanity.io <hello@sanity.io>",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/sanity-io/plugins.git",
    "directory": "plugins/@sanity/dashboard"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "dependencies": {
    "@sanity/icons": "^5.2.1",
    "@sanity/image-url": "^2.1.1",
    "@sanity/ui": "^4.0.4",
    "rxjs": "^7.8.2"
  },
  "devDependencies": {
    "@sanity/tsconfig": "^2.2.1",
    "@sanity/tsdown-config": "^0.26.0",
    "@types/react": "^19.2.18",
    "@types/react-dom": "^19.2.4",
    "oxc-transform-react": "^0.145.0",
    "react": "^19.2.8",
    "react-dom": "^19.2.8",
    "sanity": "^6.10.1",
    "styled-components": "^6.5.3",
    "tsdown": "^0.22.14"
  },
  "peerDependencies": {
    "react": "^19.2",
    "react-dom": "^19.2",
    "sanity": "^5 || ^6.0.0-0",
    "styled-components": "^6.1"
  },
  "engines": {
    "node": ">=20.19 <22 || >=22.12"
  },
  "scripts": {
    "build": "tsdown"
  }
}