{ "name": "shadcn-vue", "type": "module", "version": "0.11.2", "description": "Add components to your apps.", "publishConfig": { "access": "public" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/radix-vue/shadcn-vue.git", "directory": "packages/cli" }, "keywords": [ "components", "ui", "vue", "nuxt", "tailwind", "radix-ui", "radix-vue", "shadcn", "shadcn-vue" ], "exports": "./dist/index.js", "bin": "./dist/index.js", "files": [ "dist" ], "scripts": { "dev": "tsup --watch", "build": "tsup", "typecheck": "tsc --noEmit", "clean": "node ./scripts/rimraf.js", "lint": "eslint .", "lint:fix": "eslint --fix .", "start:dev": "COMPONENTS_REGISTRY_URL=http://localhost:3001 node dist/index.js", "start": "node dist/index.js", "release": "changeset version", "pub:beta": "pnpm build && pnpm publish --no-git-checks --access public --tag beta", "pub:next": "pnpm build && pnpm publish --no-git-checks --access public --tag next", "pub:release": "pnpm build && pnpm publish --no-git-checks --access public", "test": "vitest run", "test:update": "vitest run -u", "test:ui": "vitest --ui" }, "peerDependencies": { "@vitest/ui": "*", "vitest": "*" }, "dependencies": { "@unovue/detypes": "^0.8.4", "@vue/compiler-sfc": "^3.5", "c12": "^2.0.1", "commander": "^12.1.0", "consola": "^3.2.3", "diff": "^7.0.0", "fs-extra": "^11.2.0", "https-proxy-agent": "^7.0.5", "lodash-es": "^4.17.21", "magic-string": "^0.30.12", "nypm": "^0.3.12", "ofetch": "^1.4.1", "ora": "^8.1.0", "pathe": "^1.1.2", "pkg-types": "^1.2.1", "prompts": "^2.4.2", "radix-vue": "catalog:", "semver": "^7.6.3", "tsconfig-paths": "^4.2.0", "vue-metamorph": "3.2.0", "zod": "^3.23.8" }, "devDependencies": { "@types/diff": "^5.2.3", "@types/fs-extra": "^11.0.4", "@types/lodash-es": "^4.17.12", "@types/node": "^22.7.5", "@types/prompts": "^2.4.9", "tsup": "^8.3.0", "type-fest": "^4.26.1", "typescript": "catalog:", "vite-tsconfig-paths": "^5.0.1" } }