UNPKG

@nuxt/ui

Version:

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.

236 lines (235 loc) 6.15 kB
{ "name": "@nuxt/ui", "description": "A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.", "version": "4.0.1", "packageManager": "pnpm@10.17.1", "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" }, "dependencies": { "@ai-sdk/vue": "^2.0.59", "@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.1.2", "@nuxt/schema": "^4.1.2", "@nuxtjs/color-mode": "^3.5.2", "@standard-schema/spec": "^1.0.0", "@tailwindcss/postcss": "^4.1.14", "@tailwindcss/vite": "^4.1.14", "@tanstack/vue-table": "^8.21.3", "@unhead/vue": "^2.0.17", "@vueuse/core": "^13.9.0", "@vueuse/integrations": "^13.9.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.19", "mlly": "^1.8.0", "motion-v": "^1.7.2", "ohash": "^2.0.11", "pathe": "^2.0.3", "reka-ui": "2.5.1", "scule": "^1.3.0", "tailwind-merge": "^3.3.1", "tailwind-variants": "^3.1.1", "tailwindcss": "^4.1.14", "tinyglobby": "^0.2.15", "unplugin": "^2.3.10", "unplugin-auto-import": "^20.2.0", "unplugin-vue-components": "^29.1.0", "vaul-vue": "0.4.1", "vue-component-type-helpers": "^3.1.0" }, "devDependencies": { "@nuxt/content": "^3.7.1", "@nuxt/eslint-config": "^1.9.0", "@nuxt/module-builder": "^1.0.2", "@nuxt/test-utils": "^3.19.2", "@release-it/conventional-changelog": "^10.0.1", "@vue/test-utils": "^2.4.6", "ai": "^5.0.59", "embla-carousel": "^8.6.0", "eslint": "^9.36.0", "happy-dom": "^19.0.2", "nuxt": "^4.1.2", "release-it": "^19.0.5", "vitest": "^3.2.4", "vitest-environment-nuxt": "^1.0.1", "vue-tsc": "^3.1.0" }, "peerDependencies": { "@inertiajs/vue3": "^2.0.7", "joi": "^18.0.0", "superstruct": "^2.0.0", "typescript": "^5.6.3", "valibot": "^1.0.0", "vue-router": "^4.5.0", "yup": "^1.7.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/kit": "^4.1.2", "@nuxt/ui": "workspace:*", "chokidar": "3.6.0", "debug": "4.3.7", "typescript": "5.8.3", "unimport": "4.1.1", "unplugin": "^2.3.10" }, "keywords": [ "nuxt-ui", "nuxt", "vue3", "tailwindcss", "component library", "vue", "vuejs", "vue.js", "typescript", "vue-components", "ui", "tailwind", "framework", "ui-framework" ] }