platform-codebase/@packages/@ui/ui-messaging/package.json

34 lines
869 B
JSON
Raw Normal View History

{
"name": "@lilith/ui-messaging",
"version": "1.0.0",
"description": "Messaging/chat components - MessageBubble, ChatFeed, ThreadList, MessageThread",
"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-primitives": "workspace:*",
"@lilith/ui-theme": "workspace:*",
"@lilith/messaging-hooks": "workspace:*",
"lucide-react": "^0.553.0",
"react": "^18.3.1",
"styled-components": "^6.1.8",
"@tanstack/react-query": "^5.56.2"
},
"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"
}
}