64 lines
2.3 KiB
JSON
64 lines
2.3 KiB
JSON
{
|
|
"name": "@life-platform/root",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"packageManager": "pnpm@9.0.0",
|
|
"scripts": {
|
|
"dev": "turbo dev --filter='!@life-platform/showcase' --filter='!@life-platform/extension'",
|
|
"dev:showcase": "pnpm --filter @life-platform/showcase dev",
|
|
"dev:all": "turbo dev",
|
|
"build": "turbo build --filter='!@life-platform/showcase'",
|
|
"test": "turbo test",
|
|
"test:unit": "turbo test",
|
|
"test:all": "turbo test && playwright test --config=e2e/playwright.config.ts",
|
|
"typecheck": "turbo typecheck",
|
|
"lint": "eslint 'codebase/**/*.{ts,tsx}'",
|
|
"lm": "pnpm --filter @life-platform/cli dev --",
|
|
"test:e2e": "playwright test --config=e2e/playwright.config.ts",
|
|
"test:e2e:prod": "NODE_TLS_REJECT_UNAUTHORIZED=0 playwright test --config=e2e/playwright.prod.config.ts",
|
|
"prod:build": "turbo build",
|
|
"prod:install": "./scripts/prod.sh install",
|
|
"prod:start": "./scripts/prod.sh start",
|
|
"prod:stop": "./scripts/prod.sh stop",
|
|
"prod:restart": "./scripts/prod.sh restart",
|
|
"prod:status": "./scripts/prod.sh status",
|
|
"prod:logs": "./scripts/prod.sh logs"
|
|
},
|
|
"pnpm": {
|
|
"ignoredBuiltDependencies": ["unrs-resolver"],
|
|
"overrides": {
|
|
"simple-git": "3.32.3",
|
|
"@lilith/configs": "^2.3.1",
|
|
"@lilith/eslint-plugin-import-alias": "^1.1.1",
|
|
"@lilith/nestjs-health": "^1.0.33",
|
|
"@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",
|
|
"@lilith/ui-styled-components": "^6.3.9",
|
|
"@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"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|