deploy-quinn-my (and any workspace build) hung for the full job timeout at the `lixbuild` step with zero output, then got killed. Root cause: package.json + bun.lock pinned two deps to npm.apricot.lan dev-version tarballs — @lilith/ui-imessage -> http://npm.apricot.lan:4874/...1.0.3-dev....tgz (root) @lilith/ui-messaging -> http://npm.apricot.lan:4874/...1.2.4-dev....tgz (messages/frontend-user) Apricot was decommissioned 2026-06-19, so npm.apricot.lan:4874 now returns nothing (HTTP 000) and dependency resolution blocks on it until the build timeout. The 1.0.3-dev / 1.2.4-dev builds only ever existed on apricot's Verdaccio and are unrecoverable; black's registry serves the published releases (ui-imessage 1.0.2, ui-messaging 1.2.3). Repoint both to those and regenerate bun.lock against npm.black.lan — 0 apricot refs remain, all @lilith tarball URLs now point at forge.black.lan (reachable from the on-black runner). frozen-lockfile check passes clean. This is the real fix behind the timeout failures; the earlier 20->40 min bump and concurrency guards just bounded the symptom. Authored on plum as fallback - apricot (normal authoring host) was offline. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
102 lines
3.2 KiB
JSON
102 lines
3.2 KiB
JSON
{
|
|
"private": true,
|
|
"workspaces": [
|
|
"codebase",
|
|
"codebase/@features/*/frontend-*",
|
|
"codebase/@features/*/website-frontend-*",
|
|
"codebase/@features/*/website-backend-*",
|
|
"codebase/@features/api",
|
|
"codebase/@features/*/backend-*",
|
|
"codebase/@features/*/data-api",
|
|
"codebase/@features/*/shared",
|
|
"codebase/@features/*/react",
|
|
"codebase/@features/*/client",
|
|
"codebase/@features/*/cli",
|
|
"codebase/@features/*/engine",
|
|
"codebase/@features/*/mcp-server",
|
|
"codebase/@features/*/e2e",
|
|
"codebase/@features/platform-seed",
|
|
"codebase/@features/score-refresh",
|
|
"codebase/@features/event-scrapers",
|
|
"codebase/@features/quinn-ai/gateway",
|
|
"codebase/@features/quinn-messenger/mcp",
|
|
"codebase/@features/api/src/mcp-seo",
|
|
"codebase/@features/api/src/mcp-prospector",
|
|
"codebase/@features/user-data/*",
|
|
"codebase/@packages/*",
|
|
"codebase/@packages/@*",
|
|
"codebase/@packages/@*/*",
|
|
"deployments/@domains/atlilith.www/root",
|
|
"deployments/@domains/quinn.www/root",
|
|
"deployments/@domains/quinn.admin",
|
|
"deployments/@domains/quinn.data",
|
|
"deployments/@domains/data.cocotte.maison"
|
|
],
|
|
"scripts": {
|
|
"dev": "./run dev",
|
|
"build": "./run build",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "eslint ."
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.0.9",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"dependencies": {
|
|
"@lilith/build-core": "1.4.7",
|
|
"@lilith/mcp-experts": "0.1.9",
|
|
"@lilith/mcp-objectives": "0.4.10",
|
|
"@lilith/messenger-model-boss": "^1.4.0",
|
|
"@lilith/ui-accessibility": "^1.2.1",
|
|
"@lilith/ui-backgrounds": "^1.1.7",
|
|
"@lilith/ui-calendar": "^1.2.1",
|
|
"@lilith/ui-effects-mouse": "^1.2.0",
|
|
"@lilith/ui-effects-sound": "^1.2.0",
|
|
"@lilith/ui-error-pages": "^1.1.17",
|
|
"@lilith/ui-fab": "^2.3.9",
|
|
"@lilith/ui-feedback": "^1.4.1",
|
|
"@lilith/ui-forms": "^1.1.10",
|
|
"@lilith/ui-icons": "^1.2.3",
|
|
"@lilith/ui-imessage": "^1.0.2",
|
|
"@lilith/ui-layout": "^1.2.0",
|
|
"@lilith/ui-motion": "^2.2.0",
|
|
"@lilith/ui-navigation": "^1.2.10",
|
|
"@lilith/ui-primitives": "^1.2.16",
|
|
"@lilith/ui-router": "^1.3.2",
|
|
"@lilith/ui-styled-components": "^6.3.9",
|
|
"@lilith/ui-theme": "^1.3.6",
|
|
"@lilith/ui-themes": "^1.1.8",
|
|
"@lilith/ui-typography": "^1.1.7",
|
|
"@lilith/ui-zname": "^1.2.5",
|
|
"@lilith/vite-plugin-pnpm-resolve": "^1.1.0",
|
|
"date-fns": "^4.1.0"
|
|
},
|
|
"overrides": {
|
|
"@lilith/ui-styled-components": "^6.3.9",
|
|
"@lilith/ui-design-tokens": "^1.2.1",
|
|
"@lilith/ui-theme": "^1.3.6",
|
|
"@lilith/ui-motion": "^2.2.0",
|
|
"@lilith/ui-layout": "^1.2.0",
|
|
"@lilith/ui-typography": "^1.1.7",
|
|
"@lilith/ui-icons": "^1.2.3",
|
|
"@lilith/ui-feedback": "^1.4.1",
|
|
"@lilith/ui-primitives": "^1.2.16",
|
|
"@lilith/ui-glassmorphism": "1.1.7",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"unicorn-magic": "^0.4.0",
|
|
"npm-run-path": "^6.0.0",
|
|
"@lilith/messenger-model-boss": "^1.4.0",
|
|
"@lilith/agent-core": "^0.1.0",
|
|
"@lilith/agent-assistant": "^0.2.0",
|
|
"@lilith/agent-social": "^0.1.0",
|
|
"@lilith/ui-error-pages": "^1.1.17",
|
|
"@lilith/ui-zname": "^1.2.5"
|
|
},
|
|
"packageManager": "bun@1.2.6",
|
|
"engines": {
|
|
"node": ">=18.0.0",
|
|
"bun": ">=1.2.0"
|
|
}
|
|
}
|