41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
|
|
{
|
||
|
|
"name": "@lilith/ui",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "Unified UI component library - re-exports all @lilith/ui-* packages for backward compatibility",
|
||
|
|
"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:*",
|
||
|
|
"@lilith/ui-primitives": "workspace:*",
|
||
|
|
"@lilith/ui-layout": "workspace:*",
|
||
|
|
"@lilith/ui-typography": "workspace:*",
|
||
|
|
"@lilith/ui-feedback": "workspace:*",
|
||
|
|
"@lilith/ui-navigation": "workspace:*",
|
||
|
|
"@lilith/ui-data": "workspace:*",
|
||
|
|
"@lilith/ui-forms": "workspace:*",
|
||
|
|
"@lilith/ui-animated": "workspace:*",
|
||
|
|
"@lilith/ui-charts": "workspace:*",
|
||
|
|
"@lilith/ui-realtime": "workspace:*",
|
||
|
|
"@lilith/ui-creator": "workspace:*",
|
||
|
|
"@lilith/ui-admin": "workspace:*",
|
||
|
|
"@lilith/ui-analytics": "workspace:*",
|
||
|
|
"@lilith/ui-ranking": "workspace:*",
|
||
|
|
"@lilith/ui-payment": "workspace:*",
|
||
|
|
"@lilith/ui-messaging": "workspace:*",
|
||
|
|
"@lilith/ui-themes": "workspace:*"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"react": "^18.0.0",
|
||
|
|
"react-dom": "^18.0.0",
|
||
|
|
"styled-components": "^6.0.0"
|
||
|
|
}
|
||
|
|
}
|