PettyUI/packages/registry/package.json
Mats Bosson b4ec99fe4a Registry package scaffold
Adds the shadcn-style copy-paste layer as a new monorepo package. Includes
theme token CSS custom properties (light/dark), a cn() class-merging utility
with tests, and a reference Dialog styled component wrapping the headless
pettyui/dialog primitive with Tailwind classes.
2026-03-29 20:53:40 +07:00

20 lines
417 B
JSON

{
"name": "pettyui-registry",
"version": "0.1.0",
"private": true,
"description": "PettyUI styled component registry — shadcn model for SolidJS",
"type": "module",
"scripts": {
"test": "vitest run",
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"solid-js": "^1.9.0"
},
"devDependencies": {
"pettyui": "workspace:*",
"solid-js": "^1.9.12",
"vitest": "^4.1.2"
}
}