mirror of
https://github.com/0xWheatyz/handler.git
synced 2026-08-30 16:16:25 +00:00
678a16605d
Bumps expo ^54, react-native 0.81.5, react 19.1, @types/react 19.1, typescript 5.9, and adds babel-preset-expo (no longer transitive in SDK 54) plus @react-native-async-storage/async-storage for persisted server config. expo-doctor 18/18, tsc clean, Hermes bundle builds.
32 lines
838 B
JSON
32 lines
838 B
JSON
{
|
|
"name": "handler-mobile",
|
|
"version": "1.0.0",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"ios": "expo start --ios",
|
|
"android": "expo start --android",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"@expo-google-fonts/figtree": "^0.2.3",
|
|
"@expo-google-fonts/outfit": "^0.2.3",
|
|
"@expo-google-fonts/spline-sans-mono": "^0.2.3",
|
|
"@react-native-async-storage/async-storage": "2.2.0",
|
|
"babel-preset-expo": "~54.0.10",
|
|
"expo": "^54.0.36",
|
|
"expo-asset": "~12.0.13",
|
|
"expo-font": "~14.0.12",
|
|
"expo-status-bar": "~3.0.9",
|
|
"react": "19.1.0",
|
|
"react-native": "0.81.5",
|
|
"react-native-safe-area-context": "~5.6.0",
|
|
"react-native-svg": "15.12.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "~19.1.0",
|
|
"typescript": "~5.9.2"
|
|
},
|
|
"private": true
|
|
}
|