2025-12-23 18:40:37 -08:00
|
|
|
{
|
|
|
|
|
"name": "@lilith/ui-primitives",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "Core primitive UI components - Button, Input, Card, Badge, etc.",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"main": "./src/index.ts",
|
|
|
|
|
"types": "./src/index.ts",
|
|
|
|
|
"exports": {
|
|
|
|
|
".": "./src/index.ts"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "tsc --project tsconfig.json",
|
|
|
|
|
"typecheck": "tsc --noEmit"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@lilith/ui-utils": "workspace:*",
|
2025-12-26 00:38:11 -08:00
|
|
|
"@lilith/ui-theme": "workspace:*",
|
2025-12-23 18:40:37 -08:00
|
|
|
"lucide-react": "^0.553.0",
|
|
|
|
|
"react": "^18.3.1",
|
|
|
|
|
"styled-components": "^6.1.8"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/react": "^18.3.0",
|
|
|
|
|
"@types/react-dom": "^18.3.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": "^18.0.0",
|
|
|
|
|
"react-dom": "^18.0.0",
|
|
|
|
|
"styled-components": "^6.0.0"
|
|
|
|
|
}
|
|
|
|
|
}
|