38 lines
916 B
JSON
38 lines
916 B
JSON
{
|
|
"name": "@code/auth",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
"./native": "./src/native/index.ts",
|
|
"./web": "./src/web/index.ts"
|
|
},
|
|
"scripts": {
|
|
"check-types": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@better-auth/expo": "catalog:",
|
|
"@code/backend": "workspace:*",
|
|
"@code/env": "workspace:*",
|
|
"@code/ui": "workspace:*",
|
|
"@convex-dev/better-auth": "catalog:",
|
|
"@tanstack/react-form": "catalog:",
|
|
"better-auth": "catalog:",
|
|
"convex": "catalog:",
|
|
"expo-constants": "~57.0.2",
|
|
"expo-secure-store": "~57.0.0",
|
|
"heroui-native": "catalog:",
|
|
"react": "^19.2.3",
|
|
"react-native": "0.86.0",
|
|
"sonner": "catalog:",
|
|
"zod": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@code/config": "workspace:*",
|
|
"@types/react": "~19.2.17",
|
|
"vite": "catalog:",
|
|
"typescript": "catalog:",
|
|
"vitest": "catalog:"
|
|
}
|
|
}
|