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

33 lines
812 B
JSON
Raw Normal View History

{
"name": "@lilith/ui-data",
"version": "1.0.0",
"description": "Data display components - DataTable, Pagination, Gallery, Sparkline",
"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-utils": "workspace:*",
"@lilith/theme-provider": "workspace:*",
"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"
}
}