mirror of
https://github.com/jakejarvis/sofa.git
synced 2026-07-14 18:15:56 -04:00
Replace the standalone `ChangePasswordSection` card with a `ChangePasswordDialog` triggered from a button next to "Sign out" in the account section. This removes the separate card, merges the dialog logic into `account-section.tsx`, and cleans up the settings page layout accordingly.
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "sofa-monorepo",
|
|
"private": true,
|
|
"workspaces": {
|
|
"packages": [
|
|
"apps/*",
|
|
"packages/*"
|
|
],
|
|
"catalog": {
|
|
"@better-auth/expo": "1.5.5",
|
|
"@orpc/client": "1.13.7",
|
|
"@orpc/contract": "1.13.7",
|
|
"@orpc/tanstack-query": "1.13.7",
|
|
"@tanstack/react-query": "5.90.21",
|
|
"@types/bun": "1.3.10",
|
|
"@types/node": "25.5.0",
|
|
"@types/react": "19.2.14",
|
|
"better-auth": "1.5.5",
|
|
"date-fns": "4.1.0",
|
|
"react": "19.2.0",
|
|
"react-dom": "19.2.0",
|
|
"tailwind-merge": "3.5.0",
|
|
"tailwindcss": "4.2.1",
|
|
"thumbhash": "0.1.1",
|
|
"typescript": "5.9.3",
|
|
"zod": "4.3.6"
|
|
}
|
|
},
|
|
"packageManager": "bun@1.3.10",
|
|
"scripts": {
|
|
"dev": "turbo run dev",
|
|
"dev:web": "turbo run dev --filter=@sofa/web --filter=@sofa/server",
|
|
"dev:native": "turbo run dev --filter=@sofa/native",
|
|
"dev:docs": "cd docs && bun run dev",
|
|
"build": "turbo run build",
|
|
"lint": "turbo run lint",
|
|
"format": "turbo run format",
|
|
"check-types": "turbo run check-types",
|
|
"test": "turbo run test",
|
|
"generate:openapi": "bun scripts/generate-openapi-spec.ts && cd docs && bun run generate:api-docs"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.4.7",
|
|
"turbo": "2.8.17",
|
|
"typescript": "catalog:"
|
|
}
|
|
}
|