erp-transportistas-v2/apps/frontend-mobile/package.json
Adrian Flores Cortes 04c2db7bbc [TASK-2026-02-06-ESTANDARIZACION-ESTRUCTURA-PROYECTOS] refactor: Migrate to canonical apps/ structure (ADR-0011)
- backend/ → apps/backend/, frontend/ → apps/frontend-web/, database/ → apps/database/
- mobile/ → apps/frontend-mobile/
- Updated .gitmodules, CLAUDE.md v2.0.0
- Added apps/_MAP.md

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 10:30:14 -06:00

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
}