{
  "name": "@unocss/nuxt",
  "type": "module",
  "version": "66.7.0",
  "description": "Nuxt module for UnoCSS",
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/antfu",
  "homepage": "https://unocss.dev",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unocss/unocss.git",
    "directory": "packages-integrations/nuxt"
  },
  "bugs": {
    "url": "https://github.com/unocss/unocss/issues"
  },
  "keywords": [
    "unocss",
    "nuxt-module",
    "nuxt",
    "nuxt3"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.cts",
  "files": [
    "dist",
    "runtime"
  ],
  "dependencies": {
    "@nuxt/kit": "^4.4.5",
    "@unocss/config": "66.7.0",
    "@unocss/preset-attributify": "66.7.0",
    "@unocss/preset-icons": "66.7.0",
    "@unocss/preset-tagify": "66.7.0",
    "@unocss/preset-typography": "66.7.0",
    "@unocss/preset-wind3": "66.7.0",
    "@unocss/core": "66.7.0",
    "@unocss/preset-wind4": "66.7.0",
    "@unocss/reset": "66.7.0",
    "@unocss/webpack": "66.7.0",
    "unocss": "66.7.0",
    "@unocss/vite": "66.7.0",
    "@unocss/preset-web-fonts": "66.7.0"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch"
  }
}