2026-01-21 12:54:46 -08:00
|
|
|
{
|
2026-01-23 07:19:03 -08:00
|
|
|
"type": "module",
|
2026-03-18 14:34:59 -07:00
|
|
|
"scripts": {
|
|
|
|
|
"build": "lixbuild",
|
|
|
|
|
"dev": "lixbuild --watch"
|
|
|
|
|
},
|
2026-02-01 23:46:32 -08:00
|
|
|
"peerDependencies": {
|
|
|
|
|
"@lilith/queue": "workspace:*",
|
|
|
|
|
"@lilith/ui-data": "workspace:*",
|
|
|
|
|
"@lilith/ui-feedback": "workspace:*",
|
|
|
|
|
"@lilith/ui-layout": "workspace:*",
|
|
|
|
|
"@lilith/ui-primitives": "workspace:*",
|
|
|
|
|
"@tanstack/react-query": "^5.0.0",
|
|
|
|
|
"react": "^18.0.0 || ^19.0.0",
|
2026-02-27 22:00:20 -08:00
|
|
|
"@lilith/ui-router": "workspace:*",
|
2026-02-01 23:46:32 -08:00
|
|
|
"react-router-dom": "^6.0.0 || ^7.0.0",
|
|
|
|
|
"styled-components": "^6.0.0",
|
|
|
|
|
"socket.io-client": "^4.7.0"
|
|
|
|
|
},
|
2026-01-23 07:19:03 -08:00
|
|
|
"devDependencies": {
|
2026-03-18 19:15:47 -07:00
|
|
|
"@lilith/configs": "workspace:*",
|
|
|
|
|
"@lilith/ui-router": "workspace:*"
|
2026-01-23 07:19:03 -08:00
|
|
|
}
|
2026-01-21 12:54:46 -08:00
|
|
|
}
|