Some checks failed
ERP Core CI / Backend Lint (push) Has been cancelled
ERP Core CI / Backend Unit Tests (push) Has been cancelled
ERP Core CI / Backend Integration Tests (push) Has been cancelled
ERP Core CI / Frontend Lint (push) Has been cancelled
ERP Core CI / Frontend Unit Tests (push) Has been cancelled
ERP Core CI / Frontend E2E Tests (push) Has been cancelled
ERP Core CI / Database DDL Validation (push) Has been cancelled
ERP Core CI / Backend Build (push) Has been cancelled
ERP Core CI / Frontend Build (push) Has been cancelled
ERP Core CI / CI Success (push) Has been cancelled
Performance Tests / Lighthouse CI (push) Has been cancelled
Performance Tests / Bundle Size Analysis (push) Has been cancelled
Performance Tests / k6 Load Tests (push) Has been cancelled
Performance Tests / Performance Summary (push) Has been cancelled
- HERENCIA-SIMCO.md actualizado con directivas v3.7 y v3.8 - Actualizaciones en modulos CRM y OpenAPI Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
59 lines
1.8 KiB
JSON
59 lines
1.8 KiB
JSON
{
|
|
"name": "@erp-generic/mobile",
|
|
"version": "0.1.0",
|
|
"main": "expo-router/entry",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web",
|
|
"lint": "eslint . --ext .ts,.tsx",
|
|
"test": "jest",
|
|
"test:watch": "jest --watch"
|
|
},
|
|
"dependencies": {
|
|
"@expo/vector-icons": "^14.0.0",
|
|
"@react-native-async-storage/async-storage": "1.23.1",
|
|
"@react-native-community/netinfo": "11.3.1",
|
|
"@react-navigation/native": "^6.1.9",
|
|
"@react-navigation/native-stack": "^6.9.17",
|
|
"@react-navigation/bottom-tabs": "^6.5.11",
|
|
"axios": "^1.7.7",
|
|
"expo": "~51.0.0",
|
|
"expo-barcode-scanner": "~13.0.1",
|
|
"expo-camera": "~15.0.14",
|
|
"expo-haptics": "~13.0.1",
|
|
"expo-local-authentication": "~14.0.1",
|
|
"expo-notifications": "~0.28.16",
|
|
"expo-router": "~3.5.0",
|
|
"expo-secure-store": "~13.0.1",
|
|
"expo-status-bar": "~1.12.1",
|
|
"expo-splash-screen": "~0.27.4",
|
|
"expo-updates": "~0.25.11",
|
|
"react": "18.2.0",
|
|
"react-native": "0.74.5",
|
|
"react-native-safe-area-context": "4.10.1",
|
|
"react-native-screens": "3.31.1",
|
|
"react-native-gesture-handler": "~2.16.1",
|
|
"react-native-reanimated": "~3.10.0",
|
|
"zustand": "^5.0.1",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.24.0",
|
|
"@testing-library/react-hooks": "^8.0.1",
|
|
"@testing-library/react-native": "^12.4.3",
|
|
"@types/react": "~18.2.45",
|
|
"@typescript-eslint/eslint-plugin": "^7.0.0",
|
|
"@typescript-eslint/parser": "^7.0.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-react": "^7.34.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"jest": "^29.7.0",
|
|
"jest-expo": "~51.0.0",
|
|
"react-test-renderer": "18.2.0",
|
|
"typescript": "~5.3.0"
|
|
},
|
|
"private": true
|
|
}
|