39 lines
946 B
JSON
39 lines
946 B
JSON
{
|
|
"name": "ao-mobile",
|
|
"version": "1.0.0",
|
|
"main": "expo-router/entry",
|
|
"packageManager": "npm@10.9.2",
|
|
"dependencies": {
|
|
"@fressh/react-native-xtermjs-webview": "^0.0.8",
|
|
"@react-native-async-storage/async-storage": "2.2.0",
|
|
"expo": "^54.0.35",
|
|
"expo-build-properties": "~1.0.10",
|
|
"expo-constants": "~18.0.13",
|
|
"expo-linking": "~8.0.12",
|
|
"expo-router": "~6.0.24",
|
|
"expo-status-bar": "~3.0.9",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"react-native": "0.81.5",
|
|
"react-native-safe-area-context": "~5.6.2",
|
|
"react-native-screens": "~4.16.0",
|
|
"react-native-web": "^0.21.2",
|
|
"react-native-webview": "13.15.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "~19.1.10",
|
|
"typescript": "~5.9.2"
|
|
},
|
|
"overrides": {
|
|
"postcss": "^8.5.10",
|
|
"uuid": "^11.1.1"
|
|
},
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"private": true
|
|
}
|