{
  "name": "@unocss/vite",
  "version": "0.57.1",
  "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.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./client": {
      "types": "./dist/client.d.ts",
      "import": "./dist/client.mjs",
      "require": "./dist/client.cjs"
    }
  },
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0"
  },
  "dependencies": {
    "@ampproject/remapping": "^2.2.1",
    "@rollup/pluginutils": "^5.0.5",
    "chokidar": "^3.5.3",
    "fast-glob": "^3.3.1",
    "magic-string": "^0.30.5",
    "@unocss/config": "0.57.1",
    "@unocss/core": "0.57.1",
    "@unocss/inspector": "0.57.1",
    "@unocss/scope": "0.57.1",
    "@unocss/transformer-directives": "0.57.1"
  },
  "devDependencies": {
    "vite": "^4.5.0",
    "@unocss/shared-integration": "0.57.1"
  },
  "scripts": {
    "build": "unbuild",
    "stub": "unbuild --stub"
  }
}