{
  "name": "@spotlightjs/overlay",
  "description": "The overlay of Spotlight to add debug interface to your web app.",
  "version": "4.5.0",
  "license": "Apache-2.0",
  "type": "module",
  "files": [
    "dist"
  ],
  "main": "./dist/sentry-spotlight.js",
  "types": "./dist/sentry-spotlight.d.ts",
  "exports": {
    ".": {
      "types": "./dist/sentry-spotlight.d.ts",
      "import": "./dist/sentry-spotlight.js",
      "require": "./dist/sentry-spotlight.umd.cjs"
    }
  },
  "devDependencies": {
    "@fontsource/raleway": "^5.1.0",
    "@microlink/react-json-view": "^1.23.4",
    "@radix-ui/react-dropdown-menu": "^2.1.15",
    "@radix-ui/react-slot": "^1.2.3",
    "@radix-ui/react-tooltip": "^1.2.7",
    "@sentry/browser": "^10",
    "@sentry/core": "^10",
    "@sentry/react": "^10",
    "@shikijs/transformers": "^3.13.0",
    "@tailwindcss/vite": "^4.1.11",
    "@types/beautify": "^0.0.3",
    "@types/node": "^22.15.21",
    "@types/react": "^18.3.11",
    "@types/react-dom": "^18.3.0",
    "@typescript-eslint/eslint-plugin": "^6.21.0",
    "@typescript-eslint/parser": "^6.21.0",
    "@vitejs/plugin-react": "^4.3.2",
    "@vitest/coverage-v8": "^0.34.6",
    "autoprefixer": "^10.4.20",
    "beautify": "^0.0.8",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "dayjs": "^1.11.13",
    "eslint": "^8.57.1",
    "eslint-plugin-react-hooks": "^4.6.2",
    "eslint-plugin-react-refresh": "^0.4.12",
    "happy-dom": "^20.0.2",
    "magic-string": "^0.30.11",
    "nanovis": "^0.1.3",
    "platformicons": "^7.0.4",
    "react": "^18.3.1",
    "react-diff-viewer-continued": "^3.4.0",
    "react-dom": "^18.3.1",
    "react-router-dom": "^6.26.2",
    "shiki": "^3.13.0",
    "sql-formatter": "^12.2.4",
    "tailwind-merge": "^3.3.0",
    "tailwindcss": "^4.1.10",
    "tw-animate-css": "^1.3.4",
    "typescript": "^5.6.2",
    "usehooks-ts": "^2.16.0",
    "vite": "^5.4.19",
    "vite-plugin-dts": "^4.5.4",
    "vite-plugin-svgr": "^3.3.0",
    "vitest": "^0.34.6",
    "zustand": "^5.0.3",
    "@spotlightjs/sidecar": "2.4.1",
    "@spotlightjs/tsconfig": "2.0.0"
  },
  "volta": {
    "extends": "../../package.json"
  },
  "scripts": {
    "dev": "vite serve --config=vite.dev.config.ts",
    "build": "NODE_ENV=production tsc && vite build",
    "build:watch": "vite build --watch",
    "preview": "vite preview",
    "test": "vitest run",
    "test:dev": "vitest"
  }
}