{
  "name": "vite-plugin-inspect",
  "type": "module",
  "version": "11.4.1",
  "description": "Inspect the intermediate state of Vite plugins",
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/antfu",
  "homepage": "https://github.com/antfu-collective/vite-plugin-inspect#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antfu-collective/vite-plugin-inspect.git"
  },
  "bugs": {
    "url": "https://github.com/antfu-collective/vite-plugin-inspect/issues"
  },
  "keywords": [
    "vite-plugin"
  ],
  "exports": {
    ".": "./dist/index.mjs",
    "./nuxt": "./dist/nuxt.mjs",
    "./*": "./*"
  },
  "main": "dist/index.mjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.mts",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=14"
  },
  "peerDependencies": {
    "vite": "^6.0.0 || ^7.0.0-0 || ^8.0.0-0"
  },
  "peerDependenciesMeta": {
    "@nuxt/kit": {
      "optional": true
    }
  },
  "dependencies": {
    "ansis": "^4.3.0",
    "error-stack-parser-es": "^1.0.5",
    "obug": "^2.1.1",
    "ohash": "^2.0.11",
    "open": "^11.0.0",
    "perfect-debounce": "^2.1.0",
    "sirv": "^3.0.2",
    "unplugin-utils": "^0.3.1",
    "vite-dev-rpc": "^2.0.0"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^9.0.0",
    "@antfu/ni": "^30.1.0",
    "@antfu/utils": "^9.3.0",
    "@iconify/json": "^2.2.480",
    "@nuxt/kit": "^4.4.6",
    "@types/codemirror": "^5.60.17",
    "@types/node": "^25.9.1",
    "@unocss/eslint-config": "^66.7.0",
    "@unocss/eslint-plugin": "^66.7.0",
    "@unocss/reset": "^66.7.0",
    "@vitejs/plugin-vue": "^6.0.7",
    "@vue/compiler-sfc": "^3.5.35",
    "@vueuse/core": "^14.3.0",
    "@vueuse/router": "^14.3.0",
    "bumpp": "^11.1.0",
    "codemirror": "^5.65.16",
    "codemirror-theme-vars": "^0.1.2",
    "comlink": "^4.4.2",
    "diff-match-patch-es": "^1.0.1",
    "echarts": "^6.1.0",
    "eslint": "^10.4.0",
    "floating-vue": "^5.2.2",
    "fuse.js": "^7.3.0",
    "lint-staged": "^17.0.5",
    "pathe": "^2.0.3",
    "pinia": "^3.0.4",
    "premove": "^4.0.0",
    "simple-git-hooks": "^2.13.1",
    "splitpanes": "^4.1.2",
    "typescript": "^6.0.3",
    "unbuild": "^3.6.1",
    "unocss": "^66.7.0",
    "unplugin-auto-import": "^21.0.0",
    "unplugin-vue-components": "^32.1.0",
    "unplugin-vue-router": "^0.17.0",
    "vis-data": "^8.0.4",
    "vis-network": "^10.1.0",
    "vite": "^8.0.14",
    "vite-hot-client": "^2.2.0",
    "vue": "^3.5.35",
    "vue-echarts": "^8.0.1",
    "vue-router": "^5.1.0",
    "vue-tsc": "^3.3.2"
  },
  "resolutions": {
    "vite": "catalog:dev"
  },
  "simple-git-hooks": {
    "pre-commit": "npx lint-staged"
  },
  "lint-staged": {
    "*.{js,ts,vue,md}": [
      "eslint --cache --fix"
    ]
  },
  "scripts": {
    "build": "premove dist && pnpm run --sequential /^build:/",
    "build:client": "vite build src/client",
    "build:js": "unbuild",
    "dev": "nr stub && INSPECT_DEV=true vite src/client",
    "dev:client": "vite build src/client --watch",
    "stub": "unbuild --stub",
    "lint": "eslint .",
    "typecheck": "vue-tsc --noEmit",
    "release": "bumpp"
  }
}