35 lines
921 B
JSON
35 lines
921 B
JSON
|
|
{
|
||
|
|
"name": "@lilith/ui-admin",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "Admin panel components - UserManagementTable, RoleEditor, ModerationQueue, AuditLogViewer, 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:*",
|
||
|
|
"@lilith/ui-primitives": "workspace:*",
|
||
|
|
"@lilith/ui-feedback": "workspace:*",
|
||
|
|
"@lilith/ui-data": "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"
|
||
|
|
}
|
||
|
|
}
|