UNPKG

buildy-ui

Version:

A CLI for adding UI components to your Vite React projects (UI8Kit utility components)

70 lines (69 loc) 1.52 kB
{ "name": "buildy-ui", "version": "1.2.3", "description": "A CLI for adding UI components to your Vite React projects (UI8Kit utility components)", "type": "module", "bin": { "buildy-ui": "./dist/index.js", "buildy": "./dist/index.js" }, "main": "./dist/index.js", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "type-check": "tsc --noEmit", "prepublishOnly": "npm run build" }, "dependencies": { "chalk": "^5.3.0", "commander": "^11.1.0", "execa": "^8.0.1", "fs-extra": "^11.1.1", "glob": "^10.3.10", "node-fetch": "^3.3.2", "ora": "^7.0.1", "prompts": "^2.4.2", "typescript": "^5.2.2", "zod": "^3.22.4", "zod-to-json-schema": "^3.24.5" }, "devDependencies": { "@types/fs-extra": "^11.0.4", "@types/node": "^20.8.0", "@types/prompts": "^2.4.9", "tsup": "^7.2.0" }, "keywords": [ "cli", "ui", "components", "vite", "react", "shadcn", "tailwind", "ui8kit", "utility" ], "author": { "name": "buildy", "url": "https://buildy.tw" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/buildy-ui/ui.git", "directory": "packages/cli" }, "homepage": "https://buildy.tw", "bugs": { "url": "https://github.com/buildy-ui/ui/issues" }, "engines": { "node": ">=18.0.0" } }