{ "name": "mobile-auth-web-app", "version": "0.0.0", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "cert": "ng serve --ssl true --ssl-key ../certs/key.pem --ssl-cert ./certs/cert.pem --host 0.0.0.0", "nest": "ng build --configuration production --base-href /", "watch": "ng build --watch --configuration development", "test": "ng test" }, "private": true, "dependencies": { "@angular/animations": "^20.0.5", "@angular/cdk": "^20.0.5", "@angular/common": "^20.0.5", "@angular/compiler": "^20.0.5", "@angular/core": "^20.0.5", "@angular/forms": "^20.0.5", "@angular/material": "^20.0.5", "@angular/platform-browser": "^20.0.5", "@angular/platform-browser-dynamic": "^20.0.5", "@angular/router": "^20.0.5", "@capacitor/android": "^7.4.0", "@capacitor/barcode-scanner": "^2.0.3", "@capacitor/core": "^7.4.0", "@capgo/capacitor-native-biometric": "^7.1.7", "@simplewebauthn/browser": "^13.1.0", "angularx-qrcode": "^20.0.0", "chart.js": "^4.5.1", "ng2-charts": "^5.0.4", "ngx-socket-io": "^4.9.1", "rxjs": "~7.8.2", "socket.io-client": "^4.8.1", "tslib": "^2.8.1", "uuid": "^13.0.0", "zone.js": "~0.15.1" }, "devDependencies": { "@angular-devkit/build-angular": "^20.0.4", "@angular/cli": "^20.0.4", "@angular/compiler-cli": "^20.0.5", "@capacitor/cli": "^7.4.0", "@types/jasmine": "~5.1.8", "jasmine-core": "~5.8.0", "karma": "~6.4.4", "karma-chrome-launcher": "~3.2.0", "karma-coverage": "~2.2.1", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", "typescript": "~5.8.3" } }