2026-04-27 17:26:53 -03:00
|
|
|
{
|
2026-04-27 23:09:13 -03:00
|
|
|
"name": "toptran-app",
|
2026-04-27 17:26:53 -03:00
|
|
|
"main": "expo-router/entry",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "expo start",
|
2026-05-04 03:44:30 -03:00
|
|
|
"android": "expo run:android",
|
|
|
|
|
"ios": "expo run:ios",
|
2026-04-27 17:26:53 -03:00
|
|
|
"web": "expo start --web"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@expo/vector-icons": "^15.0.3",
|
2026-05-03 01:16:25 -03:00
|
|
|
"@react-native-picker/picker": "^2.7.5",
|
2026-04-27 17:26:53 -03:00
|
|
|
"axios": "^1.15.2",
|
2026-05-04 03:44:30 -03:00
|
|
|
"expo": "^55.0.19",
|
|
|
|
|
"expo-asset": "~55.0.16",
|
|
|
|
|
"expo-constants": "~55.0.15",
|
|
|
|
|
"expo-dev-client": "~55.0.30",
|
|
|
|
|
"expo-file-system": "~55.0.17",
|
|
|
|
|
"expo-font": "~55.0.6",
|
|
|
|
|
"expo-image-picker": "~55.0.19",
|
|
|
|
|
"expo-linking": "~55.0.14",
|
|
|
|
|
"expo-print": "~55.0.13",
|
|
|
|
|
"expo-router": "~55.0.13",
|
|
|
|
|
"expo-secure-store": "~55.0.13",
|
|
|
|
|
"expo-sharing": "~55.0.18",
|
|
|
|
|
"expo-splash-screen": "~55.0.19",
|
|
|
|
|
"expo-sqlite": "~55.0.15",
|
|
|
|
|
"expo-status-bar": "~55.0.5",
|
|
|
|
|
"expo-system-ui": "~55.0.16",
|
|
|
|
|
"react": "19.2.0",
|
|
|
|
|
"react-dom": "19.2.0",
|
|
|
|
|
"react-native": "0.83.6",
|
|
|
|
|
"react-native-edge-to-edge": "^1.8.1",
|
2026-04-27 17:26:53 -03:00
|
|
|
"react-native-safe-area-context": "~5.6.0",
|
2026-05-04 03:44:30 -03:00
|
|
|
"react-native-screens": "~4.23.0",
|
2026-05-03 01:16:25 -03:00
|
|
|
"react-native-web": "~0.21.0"
|
2026-04-27 17:26:53 -03:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-05-04 03:44:30 -03:00
|
|
|
"@types/react": "~19.2.10",
|
2026-05-04 21:02:33 -03:00
|
|
|
"expo-module-scripts": "^55.0.2",
|
2026-04-27 17:26:53 -03:00
|
|
|
"react-test-renderer": "19.1.0",
|
|
|
|
|
"typescript": "~5.9.2"
|
|
|
|
|
},
|
|
|
|
|
"private": true
|
|
|
|
|
}
|