81 lines
2.9 KiB
JSON
81 lines
2.9 KiB
JSON
{
|
|
"private": true,
|
|
"workspaces": [
|
|
"codebase",
|
|
"codebase/@features/*/frontend-*",
|
|
"codebase/@features/*/website-frontend-*",
|
|
"codebase/@features/*/website-backend-*",
|
|
"codebase/@features/*/backend-api",
|
|
"codebase/@features/*/shared",
|
|
"codebase/@features/*/react",
|
|
"codebase/@features/*/client",
|
|
"codebase/@packages/*",
|
|
"codebase/@packages/@*",
|
|
"codebase/@packages/@*/*",
|
|
"deployments/@domains/atlilith.www/root",
|
|
"deployments/@domains/quinn.www/root"
|
|
],
|
|
"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/messages-frontend-user": "./codebase/@features/messages/frontend-user",
|
|
"@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.16",
|
|
"@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": "http://npm.apricot.local:4874/@lilith/ui-imessage/-/ui-imessage-1.0.3-dev.1776557673.tgz",
|
|
"@lilith/ui-layout": "^1.2.0",
|
|
"@lilith/ui-motion": "^2.2.0",
|
|
"@lilith/ui-navigation": "^1.2.9",
|
|
"@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.3",
|
|
"@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": "http://npm.apricot.local:4874/@lilith/messenger-model-boss/-/messenger-model-boss-1.2.0-dev.1776659013.tgz",
|
|
"@lilith/agent-core": "http://npm.apricot.local:4874/@lilith/agent-core/-/agent-core-0.1.0-dev.1776652851.tgz",
|
|
"@lilith/agent-assistant": "http://npm.apricot.local:4874/@lilith/agent-assistant/-/agent-assistant-0.1.0-dev.1776652863.tgz",
|
|
"@lilith/agent-social": "http://npm.apricot.local:4874/@lilith/agent-social/-/agent-social-0.1.0-dev.1776652872.tgz"
|
|
},
|
|
"packageManager": "bun@1.2.6",
|
|
"engines": {
|
|
"node": ">=18.0.0",
|
|
"bun": ">=1.2.0"
|
|
}
|
|
}
|