- Updated docs and inventory files - Added new architecture docs Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"name": "@erp-transportistas/mobile",
|
|
"version": "1.0.0",
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web",
|
|
"lint": "eslint . --ext .ts,.tsx",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@expo/vector-icons": "^14.0.0",
|
|
"@react-native-community/netinfo": "^11.3.0",
|
|
"@react-navigation/bottom-tabs": "^6.5.11",
|
|
"@react-navigation/native": "^6.1.9",
|
|
"@react-navigation/native-stack": "^6.9.17",
|
|
"@tanstack/react-query": "^5.17.0",
|
|
"expo": "~50.0.0",
|
|
"expo-camera": "~14.0.0",
|
|
"expo-file-system": "~16.0.0",
|
|
"expo-location": "~16.3.0",
|
|
"expo-secure-store": "~12.6.0",
|
|
"expo-sqlite": "~13.2.0",
|
|
"expo-status-bar": "~1.11.0",
|
|
"expo-task-manager": "~11.6.0",
|
|
"react": "18.2.0",
|
|
"react-native": "0.73.2",
|
|
"react-native-maps": "1.8.0",
|
|
"react-native-safe-area-context": "4.8.2",
|
|
"react-native-screens": "~3.29.0",
|
|
"zustand": "^4.4.7"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@types/react": "~18.2.45",
|
|
"typescript": "^5.3.0"
|
|
},
|
|
"private": true
|
|
}
|