{
  "name": "@sanity/ui-workshop",
  "version": "2.0.34",
  "keywords": [
    "sanity",
    "ui",
    "design",
    "design system",
    "prototyping",
    "testing",
    "qa"
  ],
  "homepage": "https://www.sanity.io/",
  "bugs": {
    "url": "https://github.com/sanity-io/ui-workshop/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sanity-io/ui-workshop.git"
  },
  "license": "MIT",
  "author": "Sanity.io <hello@sanity.io>",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "source": "./exports/index.ts",
      "require": "./dist/index.cjs",
      "default": "./dist/index.js"
    },
    "./plugin-a11y": {
      "source": "./exports/plugin-a11y.ts",
      "require": "./dist/plugin-a11y.cjs",
      "default": "./dist/plugin-a11y.js"
    },
    "./plugin-perf": {
      "source": "./exports/plugin-perf.ts",
      "require": "./dist/plugin-perf.cjs",
      "default": "./dist/plugin-perf.js"
    },
    "./runtime": {
      "source": "./exports/runtime.ts",
      "require": "./dist/runtime.cjs",
      "default": "./dist/runtime.js"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "plugin-a11y": [
        "./dist/plugin-a11y.d.ts"
      ],
      "plugin-perf": [
        "./dist/plugin-perf.d.ts"
      ],
      "runtime": [
        "./dist/runtime.d.ts"
      ]
    }
  },
  "bin": {
    "workshop": "./bin/workshop.cjs"
  },
  "files": [
    "bin",
    "dist",
    "src"
  ],
  "scripts": {
    "build": "run-s clean pkg:build",
    "pkg:build": "pkg build --check --strict",
    "ts:check": "tsc --build",
    "clean": "rimraf .workshop dist",
    "commit": "cz",
    "dev": "run-p workshop:dev",
    "format": "prettier --write --cache --ignore-unknown .",
    "lint": "eslint . --ext .cjs,.js,.jsx,.mjs,.ts,.tsx",
    "prepare": "husky install",
    "prepublishOnly": "pnpm run build",
    "release": "semantic-release",
    "test": "vitest",
    "watch": "pkg watch --strict",
    "workshop:build": "run-s clean && node -r dotenv-flow/config -r esbuild-register -r tsconfig-paths/register scripts/build",
    "workshop:dev": "node -r dotenv-flow/config -r esbuild-register -r tsconfig-paths/register scripts/dev",
    "workshop:start": "http-server -a localhost -c-0 -p 1337 -s -P http://localhost:1337/index.html? dist"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "lint-staged": {
    "*": [
      "prettier --write --cache --ignore-unknown"
    ]
  },
  "browserslist": "extends @sanity/browserslist-config",
  "prettier": "@sanity/prettier-config",
  "release": {
    "branches": [
      "+([0-9])?(.{+([0-9]),x}).x",
      "main",
      {
        "name": "beta",
        "prerelease": true
      },
      {
        "name": "alpha",
        "prerelease": true
      }
    ],
    "extends": "@sanity/semantic-release-preset"
  },
  "dependencies": {
    "@vitejs/plugin-react": "^4.3.4",
    "axe-core": "^4.10.2",
    "cac": "^6.7.14",
    "chokidar": "^3.6.0",
    "cpx": "^1.5.0",
    "dotenv-flow": "^4.1.0",
    "esbuild": "^0.25.0",
    "esbuild-register": "^3.6.0",
    "express": "^4.21.2",
    "globby": "^11.1.0",
    "lodash": "^4.17.21",
    "mkdirp": "^2.1.6",
    "pako": "^2.1.0",
    "react-compiler-runtime": "19.0.0-beta-e993439-20250328",
    "rimraf": "^4.4.1",
    "segmented-property": "^4.0.0",
    "vite": "^6.2.0"
  },
  "devDependencies": {
    "@commitlint/config-conventional": "^19.7.1",
    "@sanity/browserslist-config": "^1.0.5",
    "@sanity/icons": "^3.7.0",
    "@sanity/pkg-utils": "^6.13.4",
    "@sanity/prettier-config": "^1.0.3",
    "@sanity/semantic-release-preset": "^4.1.8",
    "@sanity/ui": "^2.14.4",
    "@types/cpx": "^1.5.5",
    "@types/express": "^4.17.21",
    "@types/lodash": "^4.17.16",
    "@types/node": "^20.17.9",
    "@types/pako": "^2.0.3",
    "@types/react": "^19.0.10",
    "@types/react-dom": "^19.0.4",
    "@typescript-eslint/eslint-plugin": "^7.18.0",
    "@typescript-eslint/parser": "^7.18.0",
    "babel-plugin-react-compiler": "19.0.0-beta-e993439-20250328",
    "commitizen": "^4.3.1",
    "commitlint": "^19.7.1",
    "eslint": "^8.57.1",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-jsx-a11y": "^6.10.2",
    "eslint-plugin-prettier": "^5.2.3",
    "eslint-plugin-react": "^7.37.4",
    "eslint-plugin-react-compiler": "19.0.0-beta-e993439-20250328",
    "eslint-plugin-react-hooks": "^5.2.0",
    "eslint-plugin-simple-import-sort": "^12.1.1",
    "http-server": "^14.1.1",
    "husky": "^8.0.3",
    "jsdom": "^22.1.0",
    "npm-run-all2": "^6.2.6",
    "prettier": "^3.5.3",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "react-is": "^19.0.0",
    "semantic-release": "^23.1.1",
    "styled-components": "^6.1.15",
    "tsconfig-paths": "^4.2.0",
    "typescript": "5.7.3",
    "vitest": "^2.1.9"
  },
  "peerDependencies": {
    "@sanity/icons": "^2 || ^3",
    "@sanity/ui": "^1 || ^2",
    "react": "^18 || ^19",
    "react-dom": "^18 || ^19",
    "styled-components": "^5.2 || ^6"
  },
  "packageManager": "pnpm@9.15.6",
  "publishConfig": {
    "access": "public"
  },
  "esm.sh": {
    "bundle": false
  }
}
