workspace-v1/projects/erp-suite/apps/verticales/construccion/frontend/mobile/package.json
Adrian Flores Cortes 967ab360bb Initial commit: Workspace v1 with 3-layer architecture
Structure:
- control-plane/: Registries, SIMCO directives, CI/CD templates
- projects/: Gamilit, ERP-Suite, Trading-Platform, Betting-Analytics
- shared/: Libs catalog, knowledge-base

Key features:
- Centralized port, domain, database, and service registries
- 23 SIMCO directives + 6 fundamental principles
- NEXUS agent profiles with delegation rules
- Validation scripts for workspace integrity
- Dockerfiles for all services
- Path aliases for quick reference

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-23 00:35:19 -06:00

29 lines
757 B
JSON

{
"name": "@construccion-mvp/frontend-mobile",
"version": "1.0.0",
"description": "Frontend Mobile - MVP Sistema Administración de Obra e INFONAVIT",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"expo": "~50.0.0",
"expo-status-bar": "~1.11.1",
"react": "18.2.0",
"react-native": "0.73.0",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.17",
"zustand": "^4.4.7",
"axios": "^1.6.2"
},
"devDependencies": {
"@babel/core": "^7.23.5",
"@types/react": "~18.2.45",
"typescript": "^5.1.3"
},
"private": true
}