solidui-cli
Version:
Add Solid UI Components to your application using the Solid-UI CLI tool
63 lines • 1.52 kB
JSON
{
"name": "solidui-cli",
"version": "0.7.2",
"description": "Add Solid UI Components to your application using the Solid-UI CLI tool",
"publishConfig": {
"access": "public"
},
"license": "MIT",
"author": {
"name": "Stefan E-K & Michael Essiet",
"url": "https://twitter.com/stefan_e_k"
},
"repository": {
"type": "git",
"url": "https://github.com/stefan-karger/solid-ui.git",
"directory": "packages/cli"
},
"bugs": {
"url": "https://github.com/stefan-karger/solid-ui/issues"
},
"type": "module",
"files": [
"dist"
],
"exports": "./dist/index.js",
"bin": "./dist/index.js",
"keywords": [
"components",
"ui",
"tailwind",
"kobalte",
"corvu",
"solid",
"solidjs",
"shadcn",
"tremor"
],
"dependencies": {
"@antfu/ni": "^0.23.0",
"@babel/core": "^7.25.2",
"@babel/parser": "^7.25.6",
"@babel/plugin-transform-typescript": "^7.25.2",
"@clack/prompts": "^0.10.0",
"chalk": "^5.4.1",
"commander": "^12.1.0",
"execa": "^9.4.0",
"recast": "^0.23.9",
"ts-morph": "^20.0.0",
"tsconfig-paths": "^4.2.0"
},
"devDependencies": {
"@types/babel__core": "^7.20.5",
"@types/node": "^20.14.12",
"tsup": "^8.3.0",
"typescript": "^5.6.2"
},
"scripts": {
"build": "tsup",
"release": "changeset version",
"pub:beta": "pnpm build && pnpm publish --no-git-checks --access public --tag beta",
"pub:release": "pnpm build && pnpm publish --access public"
}
}