mirror of
https://github.com/kennethnym/freya
synced 2026-06-20 00:21:18 +01:00
Upgrade the React Native client through Expo SDK 56, align workspace React versions, switch Bun installs to the hoisted linker for Expo compatibility, and fix the Metro proxy to handle localhost/IPv6 loopback after the SDK upgrade.
57 lines
1.7 KiB
JSON
57 lines
1.7 KiB
JSON
{
|
|
"name": "freya-client",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"main": "expo-router/entry",
|
|
"scripts": {
|
|
"start": "./scripts/run-dev-server.sh",
|
|
"reset-project": "node ./scripts/reset-project.js",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web",
|
|
"lint": "expo lint",
|
|
"build:ios": "bunx eas-cli build --profile development --platform ios --non-interactive",
|
|
"build:ios-simulator": "bunx eas-cli build --profile development-simulator --platform ios --non-interactive",
|
|
"debugger": "bun run scripts/open-debugger.ts"
|
|
},
|
|
"dependencies": {
|
|
"@expo-google-fonts/inter": "^0.4.2",
|
|
"@expo-google-fonts/source-serif-4": "^0.4.1",
|
|
"@expo/vector-icons": "^15.0.3",
|
|
"@json-render/react-native": "^0.13.0",
|
|
"@tanstack/react-query": "^5.90.21",
|
|
"expo": "^56.0.0",
|
|
"expo-constants": "~56.0.18",
|
|
"expo-dev-client": "~56.0.20",
|
|
"expo-font": "~56.0.7",
|
|
"expo-haptics": "~56.0.3",
|
|
"expo-image": "~56.0.11",
|
|
"expo-linking": "~56.0.14",
|
|
"expo-location": "~56.0.18",
|
|
"expo-router": "~56.2.11",
|
|
"expo-splash-screen": "~56.0.10",
|
|
"expo-status-bar": "~56.0.4",
|
|
"expo-symbols": "~56.0.6",
|
|
"expo-system-ui": "~56.0.5",
|
|
"expo-web-browser": "~56.0.5",
|
|
"react": "19.2.3",
|
|
"react-dom": "19.2.3",
|
|
"react-native": "0.85.3",
|
|
"react-native-gesture-handler": "~2.31.1",
|
|
"react-native-reanimated": "4.3.1",
|
|
"react-native-safe-area-context": "~5.7.0",
|
|
"react-native-screens": "4.25.2",
|
|
"react-native-svg": "15.15.4",
|
|
"react-native-web": "~0.21.0",
|
|
"react-native-worklets": "0.8.3",
|
|
"twrnc": "^4.16.0",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "~19.2.10",
|
|
"eslint": "^9.25.0",
|
|
"eslint-config-expo": "~56.0.4",
|
|
"typescript": "~6.0.3"
|
|
}
|
|
}
|