{
  "name": "@unocss/nuxt",
  "type": "module",
  "version": "66.1.0-beta.11",
  "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",
    "directory": "packages-integrations/nuxt"
  },
  "bugs": {
    "url": "https://github.com/unocss/unocss/issues"
  },
  "keywords": [
    "unocss",
    "nuxt-module",
    "nuxt",
    "nuxt3"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "require": "./index.cjs",
      "default": "./dist/index.mjs"
    }
  },
  "main": "dist/index.mjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "index.cjs",
    "runtime"
  ],
  "dependencies": {
    "@nuxt/kit": "^3.16.2",
    "@unocss/core": "66.1.0-beta.11",
    "@unocss/config": "66.1.0-beta.11",
    "@unocss/preset-icons": "66.1.0-beta.11",
    "@unocss/preset-typography": "66.1.0-beta.11",
    "@unocss/preset-attributify": "66.1.0-beta.11",
    "@unocss/preset-tagify": "66.1.0-beta.11",
    "@unocss/preset-web-fonts": "66.1.0-beta.11",
    "@unocss/reset": "66.1.0-beta.11",
    "@unocss/webpack": "66.1.0-beta.11",
    "@unocss/preset-uno": "66.1.0-beta.11",
    "@unocss/preset-wind": "66.1.0-beta.11",
    "unocss": "66.1.0-beta.11",
    "@unocss/vite": "66.1.0-beta.11"
  },
  "devDependencies": {
    "@nuxt/schema": "^3.16.2"
  },
  "scripts": {
    "build": "unbuild",
    "stub": "unbuild --stub",
    "test:attw": "attw --pack"
  }
}