{ "name": "unplugin-vue-components", "type": "module", "version": "32.1.0", "description": "Components auto importing for Vue", "author": "antfu ", "license": "MIT", "funding": "https://github.com/sponsors/antfu", "homepage": "https://github.com/unplugin/unplugin-vue-components#readme", "repository": { "type": "git", "url": "https://github.com/unplugin/unplugin-vue-components.git" }, "bugs": "https://github.com/unplugin/unplugin-vue-components/issues", "exports": { ".": "./dist/index.mjs", "./esbuild": "./dist/esbuild.mjs", "./nuxt": "./dist/nuxt.mjs", "./resolvers": "./dist/resolvers.mjs", "./rolldown": "./dist/rolldown.mjs", "./rollup": "./dist/rollup.mjs", "./rspack": "./dist/rspack.mjs", "./types": "./dist/types.mjs", "./vite": "./dist/vite.mjs", "./webpack": "./dist/webpack.mjs", "./package.json": "./package.json" }, "types": "./dist/index.d.ts", "typesVersions": { "*": { "*": [ "./dist/*.d.mts", "./*" ] } }, "files": [ "dist" ], "engines": { "node": ">=20.19.0" }, "peerDependencies": { "@nuxt/kit": "^3.2.2 || ^4.0.0", "vue": "^3.0.0" }, "peerDependenciesMeta": { "@nuxt/kit": { "optional": true } }, "dependencies": { "chokidar": "^5.0.0", "local-pkg": "^1.2.0", "magic-string": "^0.30.21", "mlly": "^1.8.2", "obug": "^2.1.1", "picomatch": "^4.0.4", "tinyglobby": "^0.2.16", "unplugin": "^3.0.0", "unplugin-utils": "^0.3.1" }, "devDependencies": { "@antfu/eslint-config": "^9.0.0", "@antfu/utils": "^9.3.0", "@nuxt/kit": "^4.4.6", "@nuxt/schema": "^4.4.6", "@types/node": "^25.9.1", "@types/picomatch": "^4.0.3", "@typescript/native-preview": "7.0.0-dev.20260114.1", "bumpp": "^11.1.0", "compare-versions": "^6.1.1", "element-plus": "^2.14.0", "eslint": "^10.4.0", "eslint-plugin-format": "^2.0.1", "pathe": "^2.0.3", "rolldown": "^1.0.1", "rollup": "^4.60.4", "tsdown": "^0.22.0", "typescript": "^6.0.3", "vite": "^8.0.13", "vitest": "^4.1.6", "vue": "3.2.45", "vue-tsc": "^3.3.1", "webpack": "^5.106.2" }, "inlinedDependencies": { "@antfu/utils": "9.3.0", "compare-versions": "6.1.1" }, "scripts": { "build": "tsdown", "dev": "tsdown -w", "example:build": "npm -C examples/vite-vue3 run build", "example:dev": "npm -C examples/vite-vue3 run dev", "lint": "eslint .", "typecheck": "tsgo", "release": "bumpp", "test": "vitest", "test:update": "vitest -u" } }