{
  "name": "@nuxt/ui",
  "description": "A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.",
  "version": "4.0.0-alpha.1",
  "packageManager": "pnpm@10.15.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nuxt/ui.git"
  },
  "homepage": "https://ui.nuxt.com",
  "type": "module",
  "license": "MIT",
  "exports": {
    ".": {
      "types": "./dist/module.d.mts",
      "style": "./dist/runtime/index.css",
      "import": "./dist/module.mjs"
    },
    "./unplugin": {
      "types": "./dist/unplugin.d.mts",
      "import": "./dist/unplugin.mjs"
    },
    "./vite": {
      "types": "./dist/vite.d.mts",
      "import": "./dist/vite.mjs"
    },
    "./vue-plugin": {
      "types": "./vue-plugin.d.ts"
    },
    "./runtime/*": "./dist/runtime/*",
    "./components/*": "./dist/runtime/components/*",
    "./composables/*": "./dist/runtime/composables/*",
    "./utils": {
      "types": "./dist/runtime/utils/index.d.ts",
      "import": "./dist/runtime/utils/index.js"
    },
    "./utils/*": {
      "types": "./dist/runtime/utils/*.d.ts",
      "import": "./dist/runtime/utils/*.js"
    },
    "./locale": {
      "types": "./dist/runtime/locale/index.d.ts",
      "import": "./dist/runtime/locale/index.js"
    }
  },
  "typesVersions": {
    "*": {
      ".": [
        "./dist/module.d.mts"
      ],
      "unplugin": [
        "./dist/unplugin.d.mts"
      ],
      "vite": [
        "./dist/vite.d.mts"
      ],
      "vue-plugin": [
        "./vue-plugin.d.ts"
      ],
      "runtime/*": [
        "./dist/runtime/*"
      ],
      "components/*": [
        "./dist/runtime/components/*"
      ],
      "composables/*": [
        "./dist/runtime/composables/*"
      ],
      "utils": [
        "./dist/runtime/utils/index.d.ts"
      ],
      "utils/*": [
        "./dist/runtime/utils/*.d.ts"
      ],
      "locale": [
        "./dist/runtime/locale/index.d.ts"
      ]
    }
  },
  "imports": {
    "#build/ui/*": "./.nuxt/ui/*.ts",
    "#build/ui.css": "./.nuxt/ui.css"
  },
  "bin": {
    "nuxt-ui": "./cli/index.mjs"
  },
  "style": "./dist/runtime/index.css",
  "main": "./dist/module.mjs",
  "files": [
    ".nuxt/ui",
    ".nuxt/ui.css",
    "dist",
    "cli",
    "vue-plugin.d.ts"
  ],
  "scripts": {
    "build": "nuxt-module-build build",
    "prepack": "pnpm build",
    "dev": "nuxt dev playgrounds/nuxt --uiDev",
    "dev:build": "nuxt build playgrounds/nuxt",
    "dev:vue": "pnpm --filter './playgrounds/vue' dev -- --uiDev",
    "dev:vue:build": "pnpm --filter './playgrounds/vue' build",
    "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt prepare playgrounds/nuxt && nuxt prepare docs && pnpm dev:vue:build",
    "docs": "nuxt dev docs --uiDev",
    "docs:build": "nuxt build docs",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "typecheck": "vue-tsc --noEmit && nuxt typecheck playgrounds/nuxt && nuxt typecheck docs && cd playgrounds/vue && vue-tsc --noEmit",
    "test": "vitest",
    "test:vue": "vitest -c vitest.vue.config.ts",
    "release": "release-it --preRelease=alpha"
  },
  "dependencies": {
    "@ai-sdk/vue": "^2.0.29",
    "@iconify/vue": "^5.0.0",
    "@internationalized/date": "^3.9.0",
    "@internationalized/number": "^3.6.5",
    "@nuxt/fonts": "^0.11.4",
    "@nuxt/icon": "^2.0.0",
    "@nuxt/kit": "^4.0.3",
    "@nuxt/schema": "^4.0.3",
    "@nuxtjs/color-mode": "^3.5.2",
    "@standard-schema/spec": "^1.0.0",
    "@tailwindcss/postcss": "^4.1.12",
    "@tailwindcss/vite": "^4.1.12",
    "@tanstack/vue-table": "^8.21.3",
    "@unhead/vue": "^2.0.14",
    "@vueuse/core": "^13.8.0",
    "@vueuse/integrations": "^13.8.0",
    "colortranslator": "^5.0.0",
    "consola": "^3.4.2",
    "defu": "^6.1.4",
    "embla-carousel-auto-height": "^8.6.0",
    "embla-carousel-auto-scroll": "^8.6.0",
    "embla-carousel-autoplay": "^8.6.0",
    "embla-carousel-class-names": "^8.6.0",
    "embla-carousel-fade": "^8.6.0",
    "embla-carousel-vue": "^8.6.0",
    "embla-carousel-wheel-gestures": "^8.1.0",
    "fuse.js": "^7.1.0",
    "hookable": "^5.5.3",
    "knitwork": "^1.2.0",
    "magic-string": "^0.30.18",
    "mlly": "^1.8.0",
    "motion-v": "^1.7.0",
    "ohash": "^2.0.11",
    "pathe": "^2.0.3",
    "reka-ui": "2.5.0",
    "scule": "^1.3.0",
    "tailwind-merge": "^3.3.1",
    "tailwind-variants": "^3.1.0",
    "tailwindcss": "^4.1.12",
    "tinyglobby": "^0.2.14",
    "unplugin": "^2.3.10",
    "unplugin-auto-import": "^20.0.0",
    "unplugin-vue-components": "^29.0.0",
    "vaul-vue": "0.4.1",
    "vue-component-type-helpers": "^3.0.6"
  },
  "devDependencies": {
    "@nuxt/content": "^3.6.3",
    "@nuxt/eslint-config": "^1.9.0",
    "@nuxt/module-builder": "^1.0.1",
    "@nuxt/test-utils": "^3.19.2",
    "@release-it/conventional-changelog": "^10.0.1",
    "@vue/test-utils": "^2.4.6",
    "embla-carousel": "^8.6.0",
    "eslint": "^9.34.0",
    "happy-dom": "^18.0.1",
    "nuxt": "^4.0.3",
    "release-it": "^19.0.4",
    "vitest": "^3.2.4",
    "vitest-environment-nuxt": "^1.0.1",
    "vue-tsc": "^3.0.6"
  },
  "peerDependencies": {
    "@inertiajs/vue3": "^2.0.7",
    "joi": "^17.13.0",
    "superstruct": "^2.0.0",
    "typescript": "^5.6.3",
    "valibot": "^1.0.0",
    "vue-router": "^4.5.0",
    "yup": "^1.6.0",
    "zod": "^3.24.0 || ^4.0.0"
  },
  "peerDependenciesMeta": {
    "@inertiajs/vue3": {
      "optional": true
    },
    "joi": {
      "optional": true
    },
    "valibot": {
      "optional": true
    },
    "superstruct": {
      "optional": true
    },
    "vue-router": {
      "optional": true
    },
    "yup": {
      "optional": true
    },
    "zod": {
      "optional": true
    }
  },
  "resolutions": {
    "@nuxt/ui": "workspace:*",
    "@nuxt/module-builder": "1.0.1",
    "chokidar": "3.6.0",
    "debug": "4.3.7",
    "unimport": "4.1.1",
    "unplugin": "^2.3.10",
    "typescript": "5.8.3"
  },
  "pnpm": {
    "onlyBuiltDependencies": [
      "better-sqlite3",
      "puppeteer",
      "sharp"
    ],
    "ignoredBuiltDependencies": [
      "@parcel/watcher",
      "esbuild",
      "vue-demi",
      "workerd"
    ]
  },
  "keywords": [
    "nuxt-ui",
    "nuxt",
    "vue3",
    "tailwindcss",
    "component library",
    "vue",
    "vuejs",
    "vue.js",
    "typescript",
    "vue-components",
    "ui",
    "tailwind",
    "framework",
    "ui-framework"
  ]
}
