{
  "name": "@unocss/vite",
  "type": "module",
  "version": "0.61.0",
  "description": "The Vite plugin for UnoCSS",
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/antfu",
  "homepage": "https://github.com/unocss/unocss/tree/main/packages/vite#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/unocss/unocss",
    "directory": "packages/vite"
  },
  "bugs": {
    "url": "https://github.com/unocss/unocss/issues"
  },
  "keywords": [
    "unocss",
    "vite",
    "vite-plugin"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    },
    "./client": {
      "types": "./dist/client.d.mts",
      "default": "./dist/client.mjs"
    }
  },
  "main": "dist/index.mjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "typesVersions": {
    "*": {
      "*": [
        "./dist/*",
        "./*"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0"
  },
  "dependencies": {
    "@ampproject/remapping": "^2.3.0",
    "@rollup/pluginutils": "^5.1.0",
    "chokidar": "^3.6.0",
    "fast-glob": "^3.3.2",
    "magic-string": "^0.30.10",
    "@unocss/config": "0.61.0",
    "@unocss/inspector": "0.61.0",
    "@unocss/core": "0.61.0",
    "@unocss/scope": "0.61.0",
    "@unocss/transformer-directives": "0.61.0"
  },
  "devDependencies": {
    "vite": "^5.2.13",
    "@unocss/shared-integration": "0.61.0"
  },
  "scripts": {
    "build": "unbuild",
    "stub": "unbuild --stub"
  }
}