20 lines
417 B
JSON
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"
|
|
}
|
|
}
|