{
  "name": "@vue/devtools-ui",
  "type": "module",
  "version": "8.1.1",
  "author": "webfansplz",
  "license": "MIT",
  "repository": {
    "directory": "packages/ui",
    "type": "git",
    "url": "git+https://github.com/vuejs/devtools.git"
  },
  "exports": {
    ".": {
      "types": "./dist/types/src/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./style.css": "./dist/style.css",
    "./uno.css": "./dist/uno.css",
    "./theme": {
      "types": "./dist/types/theme/index.d.ts",
      "import": "./dist/theme.js",
      "require": "./dist/theme.cjs"
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/types/src/index.d.ts",
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "@unocss/reset": ">=0.50.0-0",
    "floating-vue": ">=2.0.0-0",
    "shiki": ">=1.16.0",
    "unocss": ">=0.50.0-0",
    "vue": ">=3.0.0-0"
  },
  "dependencies": {
    "@vueuse/components": "^13.9.0",
    "@vueuse/core": "^13.9.0",
    "@vueuse/integrations": "^13.9.0",
    "colord": "^2.9.3",
    "focus-trap": "^7.6.5",
    "@vue/devtools-shared": "8.1.1"
  },
  "devDependencies": {
    "@histoire/plugin-vue": "1.0.0-beta.1",
    "@iconify-json/ic": "^1.2.4",
    "@types/node": "^24.7.2",
    "@unocss/reset": "^66.5.4",
    "@vitejs/plugin-vue": "^6.0.1",
    "floating-vue": "5.2.2",
    "histoire": "1.0.0-beta.1",
    "unocss": "^66.5.4",
    "vite-plugin-dts": "^4.5.4"
  },
  "scripts": {
    "build": "tsx ./scripts/update-icons.ts && vite build",
    "story:build": "histoire build",
    "story:dev": "histoire dev",
    "story:preview": "histoire preview"
  }
}