Modernizacion completa del frontend: - Angular 8 -> 18.2.14 - Ionic 4 -> 8.7.17 - Capacitor 6.x (migracion desde Cordova/@ionic-native) - TypeScript 5.4.5 - Swiper 11 con Web Components API Cambios principales: - Migrar NativeStorage a @capacitor/preferences - Migrar InAppBrowser a @capacitor/browser - Migrar Camera a @capacitor/camera - Migrar Geolocation a @capacitor/geolocation - Migrar StatusBar/SplashScreen a Capacitor - Migrar Facebook/Google login a plugins Capacitor - Actualizar lazy loading syntax (Angular 12+) - Configurar buildOptimizer: false para Ionic 8 - Limpiar package.json de dependencias obsoletas - Agregar README con guia de instalacion Co-Authored-By: Claude <noreply@anthropic.com>
73 lines
727 B
Plaintext
Executable File
73 lines
727 B
Plaintext
Executable File
# Dependencies
|
|
/node_modules
|
|
package-lock.json
|
|
|
|
# Build outputs
|
|
/dist
|
|
/www
|
|
/.angular
|
|
|
|
# IDE
|
|
/.idea
|
|
/.vscode
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
|
|
# System files
|
|
.DS_Store
|
|
Thumbs.db
|
|
*~
|
|
*.sw[mnpcod]
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-error.log
|
|
|
|
# Temporary files
|
|
.tmp
|
|
*.tmp
|
|
*.tmp.*
|
|
|
|
# Ionic/Capacitor
|
|
/.ionic
|
|
/.sourcemaps
|
|
/plugins
|
|
/platforms
|
|
|
|
# Android
|
|
android/.gradle/
|
|
android/build/
|
|
android/app/build/
|
|
android/local.properties
|
|
android/captures/
|
|
android/.externalNativeBuild/
|
|
android/.cxx/
|
|
*.apk
|
|
*.aab
|
|
*.jks
|
|
*.keystore
|
|
google-services.json
|
|
*.hprof
|
|
|
|
# iOS
|
|
ios/App/Pods/
|
|
*.xcworkspace
|
|
*.xcuserstate
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Test
|
|
/coverage
|
|
.phpunit.result.cache
|
|
|
|
# Sass
|
|
/.sass-cache
|
|
|
|
# Misc
|
|
*.iml
|
|
output.json
|