diff --git a/package.json b/package.json index 8926bc1..31c6da5 100644 --- a/package.json +++ b/package.json @@ -156,6 +156,7 @@ "cron": "^3.0.0", "ioredis": "^5.0.0", "react": "^18.0.0 || ^19.0.0", + "@lilith/ui-router": "workspace:*", "react-router-dom": "^6.0.0 || ^7.0.0", "socket.io": "^4.0.0", "socket.io-client": "^4.7.0", @@ -213,12 +214,16 @@ "socket.io-client": { "optional": true }, + "@lilith/ui-router": { + "optional": true + }, "styled-components": { "optional": true } }, "devDependencies": { "@lilith/ui-data": "workspace:*", + "@lilith/ui-router": "workspace:*", "tsup": "^8.5.1", "@lilith/ui-feedback": "workspace:*", "@lilith/ui-layout": "workspace:*",