refactor: move to bun

This commit is contained in:
Max Koon
2025-12-26 13:53:42 -05:00
parent 105b0c514f
commit b93c2e7e95
8 changed files with 3377 additions and 16134 deletions

View File

@@ -38,7 +38,8 @@
}
}
],
"expo-sqlite"
"expo-sqlite",
"expo-secure-store"
],
"experiments": {
"typedRoutes": true,

View File

@@ -10,14 +10,14 @@
"web": "expo start --web",
"build": "expo export --platform web",
"lint": "expo lint",
"db:migrate": "dotenv -- pnpm run --dir=shared db:migrate",
"db:gen": "dotenv -- pnpm run --dir=shared generate:zero"
"db:migrate": "dotenv -- bun run --dir=shared db:migrate",
"db:gen": "dotenv -- bun run --dir=shared generate:zero"
},
"dependencies": {
"@better-auth/expo": "^1.3.27",
"@expo/vector-icons": "^15.0.2",
"@money/shared": "workspace:*",
"@money/ui": "workspace:*",
"@money/shared": "*",
"@money/ui": "*",
"@react-navigation/bottom-tabs": "^7.4.0",
"@react-navigation/elements": "^2.6.3",
"@react-navigation/native": "^7.1.8",
@@ -31,7 +31,9 @@
"expo-haptics": "~15.0.7",
"expo-image": "~3.0.9",
"expo-linking": "~8.0.8",
"expo-network": "~8.0.8",
"expo-router": "~6.0.11",
"expo-secure-store": "~15.0.8",
"expo-splash-screen": "~31.0.10",
"expo-sqlite": "~16.0.8",
"expo-status-bar": "~3.0.8",