{ "name": "shadcn-vue", "type": "module", "version": "1.0.0-next.0", "description": "Add components to your apps.", "publishConfig": { "access": "public" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/unovue/shadcn-vue.git", "directory": "packages/cli" }, "keywords": [ "components", "ui", "vue", "nuxt", "tailwind", "radix-ui", "radix-vue", "reka-ui", "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": "REGISTRY_URL=http://localhost:5173/r 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": "REGISTRY_URL=http://localhost:5173/r 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.13", "c12": "^2.0.1", "commander": "^12.1.0", "consola": "^3.2.3", "deepmerge": "^4.3.1", "diff": "^7.0.0", "fast-glob": "^3.3.2", "fs-extra": "^11.2.0", "lodash-es": "^4.17.21", "magic-string": "^0.30.13", "nypm": "^0.3.12", "ofetch": "^1.4.1", "ora": "^8.1.1", "pathe": "^1.1.2", "pkg-types": "^1.2.1", "postcss": "^8.4.49", "prompts": "^2.4.2", "reka-ui": "catalog:", "stringify-object": "^5.0.0", "tailwindcss": "^3.4.16", "ts-morph": "^24.0.0", "tsconfig-paths": "^4.2.0", "undici": "^7.0.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.9.0", "@types/prompts": "^2.4.9", "@types/stringify-object": "^4.0.5", "tsup": "^8.3.5", "type-fest": "^4.27.0", "typescript": "catalog:", "vite-tsconfig-paths": "^5.1.2" } }