sigma-ui
Version:
CLI for SIGMA-UI components.
94 lines • 2.35 kB
JSON
{
"name": "sigma-ui",
"type": "module",
"version": "1.0.15",
"description": "CLI for SIGMA-UI components.",
"publishConfig": {
"access": "public"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/sigma-hub/sigma-ui.git",
"directory": "packages/cli"
},
"keywords": [
"ui",
"components",
"collection",
"library",
"vue",
"nuxt",
"tailwind",
"radix-ui",
"radix-vue",
"reka-vue",
"reka-ui",
"shadcn",
"sigma-hub",
"sigma-ui"
],
"exports": "./dist/index.js",
"bin": {
"sigma-ui": "dist/index.js"
},
"files": [
"__generated/registry-schemes",
"dist"
],
"peerDependencies": {
"@vitest/ui": "*",
"vitest": "*"
},
"dependencies": {
"@vue/compiler-sfc": "^3.5.13",
"c12": "^2.0.1",
"commander": "^13.1.0",
"consola": "^3.4.0",
"diff": "^7.0.0",
"fs-extra": "^11.3.0",
"https-proxy-agent": "^7.0.6",
"lodash-es": "^4.17.21",
"magic-string": "^0.30.17",
"nypm": "^0.6.0",
"ofetch": "^1.4.1",
"ora": "^8.2.0",
"pathe": "^2.0.2",
"pkg-types": "^1.3.1",
"prompts": "^2.4.2",
"semver": "^7.7.1",
"ts-morph": "^25.0.1",
"tsconfig-paths": "^4.2.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/diff": "^7.0.1",
"@types/fs-extra": "^11.0.4",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.13.1",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.8",
"prettier": "^3.5.0",
"tsup": "^8.3.6",
"type-fest": "^4.34.1",
"typescript": "^5.7.3",
"vite-tsconfig-paths": "^5.1.4"
},
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
"ts": "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"
}
}