{
  "name": "sanity-plugin-dashboard-widget-vercel",
  "version": "4.0.23",
  "description": "View your recent Vercel deployments and manually trigger builds directly from your Sanity dashboard.",
  "keywords": [
    "dashboard",
    "plugin",
    "sanity",
    "vercel",
    "widget"
  ],
  "homepage": "https://github.com/sanity-io/plugins/tree/main/plugins/sanity-plugin-dashboard-widget-vercel#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-plugin-dashboard-widget-vercel"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "dependencies": {
    "@hookform/resolvers": "^4.1.3",
    "@sanity/color": "^3.0.8",
    "@sanity/icons": "^5.2.1",
    "@sanity/ui": "^3.5.0",
    "@sanity/uuid": "^3.0.3",
    "@tanstack/react-query": "^5.101.4",
    "@xstate/react": "^6.1.0",
    "object-hash": "3.0.0",
    "react-hook-form": "^7.83.0",
    "react-time-ago": "^7.4.4",
    "use-deep-compare-effect": "^1.8.1",
    "xstate": "^5.32.5",
    "yup": "^0.32.11"
  },
  "devDependencies": {
    "@sanity/tsconfig": "^2.2.1",
    "@sanity/tsdown-config": "^0.21.2",
    "@types/object-hash": "^3.0.6",
    "@types/react": "^19.2.17",
    "@types/react-dom": "^19.2.3",
    "babel-plugin-react-compiler": "^1.0.0",
    "react": "^19.2.8",
    "react-dom": "^19.2.8",
    "sanity": "^6.6.0",
    "styled-components": "^6.4.4",
    "tsdown": "^0.22.14",
    "@sanity/dashboard": "6.0.14"
  },
  "peerDependencies": {
    "react": "^19.2",
    "react-dom": "^19.2",
    "sanity": "^5 || ^6.0.0-0",
    "styled-components": "^6.1",
    "@sanity/dashboard": "^6.0.14"
  },
  "engines": {
    "node": ">=20.19 <22 || >=22.12"
  },
  "scripts": {
    "build": "tsdown"
  }
}