2026-03-20 09:09:06 -07:00
|
|
|
{
|
|
|
|
|
"name": "@life/workspace",
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "0.0.0",
|
2026-03-20 09:33:24 -07:00
|
|
|
"packageManager": "pnpm@9.0.0",
|
|
|
|
|
"scripts": {
|
2026-03-25 23:03:57 -07:00
|
|
|
"dev": "turbo dev --filter='!@life-platform/extension' --filter='!life-icloud' --concurrency=15",
|
|
|
|
|
"dev:all": "turbo dev --concurrency=15",
|
|
|
|
|
"build": "turbo build",
|
2026-03-20 09:33:24 -07:00
|
|
|
"test": "turbo test",
|
|
|
|
|
"typecheck": "turbo typecheck",
|
|
|
|
|
"lint": "eslint '**/*.{ts,tsx}' --ignore-pattern 'node_modules' --ignore-pattern 'dist'"
|
|
|
|
|
},
|
2026-03-20 09:09:06 -07:00
|
|
|
"pnpm": {
|
2026-03-20 09:33:24 -07:00
|
|
|
"ignoredBuiltDependencies": ["unrs-resolver"],
|
2026-03-25 23:03:57 -07:00
|
|
|
"packageExtensions": {
|
|
|
|
|
"@lilith/credential-keyring": {
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@lilith/typeorm-pgcrypto": "*"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-03-20 09:09:06 -07:00
|
|
|
"overrides": {
|
2026-03-20 13:56:24 -07:00
|
|
|
"streamx": "^2.23.0",
|
2026-03-20 09:33:24 -07:00
|
|
|
"simple-git": "3.32.3",
|
|
|
|
|
"@lilith/configs": "^2.3.1",
|
|
|
|
|
"@lilith/eslint-plugin-import-alias": "^1.1.1",
|
2026-03-20 09:09:06 -07:00
|
|
|
"@lilith/nestjs-health": "^1.1.2",
|
2026-03-20 09:33:24 -07:00
|
|
|
"@lilith/ui-accessibility": "^1.2.2",
|
|
|
|
|
"@lilith/text-processing-utils": "^1.3.12",
|
|
|
|
|
"@lilith/ui-design-tokens": "^1.2.1",
|
|
|
|
|
"@lilith/service-react-bootstrap": "^1.2.6",
|
|
|
|
|
"@lilith/chart-math": "^1.0.1",
|
|
|
|
|
"@lilith/ui-charts": "^1.7.2",
|
|
|
|
|
"@lilith/ui-feedback": "^1.3.18",
|
|
|
|
|
"@lilith/ui-glassmorphism": "^1.1.6",
|
|
|
|
|
"@lilith/ui-layout": "^1.2.0",
|
|
|
|
|
"@lilith/ui-motion": "^2.1.0",
|
|
|
|
|
"@lilith/ui-primitives": "^1.2.15",
|
2026-03-20 09:09:06 -07:00
|
|
|
"@lilith/ui-styled-components": "^6.3.9",
|
2026-03-20 09:33:24 -07:00
|
|
|
"@lilith/ui-theme": "^1.5.0",
|
|
|
|
|
"styled-components": "6.3.9",
|
|
|
|
|
"@lilith/ui-utils": "^1.3.1",
|
|
|
|
|
"@lilith/ui-zname": "^1.2.4",
|
|
|
|
|
"@lilith/vite-config-react": "^1.0.0"
|
2026-03-20 09:09:06 -07:00
|
|
|
}
|
2026-03-20 09:33:24 -07:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@lilith/eslint-plugin-file-length": "^1.1.0",
|
|
|
|
|
"@playwright/test": "^1.50.0",
|
|
|
|
|
"eslint": "^9.39.2",
|
|
|
|
|
"turbo": "latest",
|
|
|
|
|
"typescript": "^5.0.0",
|
|
|
|
|
"typescript-eslint": "^8.55.0"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@lilith/crypt": "0.1.2"
|
2026-03-20 09:09:06 -07:00
|
|
|
}
|
|
|
|
|
}
|