Compare commits

..

No commits in common. "099180f8d24807ce580a2046056378bbf24f230b" and "9fa286848d87d49641dca09cd4b3d4caaed9edfe" have entirely different histories.

2 changed files with 478 additions and 664 deletions

1116
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,16 +20,16 @@
"@angular/platform-browser-dynamic": "~10.0.0", "@angular/platform-browser-dynamic": "~10.0.0",
"@angular/router": "~10.0.0", "@angular/router": "~10.0.0",
"@capacitor/core": "2.4.3", "@capacitor/core": "2.4.3",
"@ionic-native/core": "^5.31.1", "@ionic-native/core": "^5.0.0",
"@ionic-native/splash-screen": "^5.31.1", "@ionic-native/splash-screen": "^5.0.0",
"@ionic-native/status-bar": "^5.31.1", "@ionic-native/status-bar": "^5.0.0",
"@ionic/angular": "^5.5.4", "@ionic/angular": "^5.0.0",
"rxjs": "~6.5.5", "rxjs": "~6.5.5",
"tslib": "^2.1.0", "tslib": "^2.0.0",
"zone.js": "~0.10.3" "zone.js": "~0.10.3"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "^0.1000.8", "@angular-devkit/build-angular": "~0.1000.0",
"@angular/cli": "10.0.8", "@angular/cli": "10.0.8",
"@angular/compiler": "~10.0.0", "@angular/compiler": "~10.0.0",
"@angular/compiler-cli": "~10.0.0", "@angular/compiler-cli": "~10.0.0",
@ -38,15 +38,15 @@
"@ionic/angular-toolkit": "^2.3.0", "@ionic/angular-toolkit": "^2.3.0",
"@types/jasmine": "~3.5.0", "@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3", "@types/jasminewd2": "~2.0.3",
"@types/node": "^12.20.4", "@types/node": "^12.11.1",
"codelyzer": "^6.0.0", "codelyzer": "^6.0.0",
"cordova-android": "^9.0.0", "cordova-android": "^9.0.0",
"cordova-plugin-device": "^2.0.3", "cordova-plugin-device": "^2.0.2",
"cordova-plugin-ionic-keyboard": "^2.2.0", "cordova-plugin-ionic-keyboard": "^2.2.0",
"cordova-plugin-ionic-webview": "^4.2.1", "cordova-plugin-ionic-webview": "^4.2.1",
"cordova-plugin-splashscreen": "^5.0.4", "cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-statusbar": "^2.4.3", "cordova-plugin-statusbar": "^2.4.2",
"cordova-plugin-whitelist": "^1.3.4", "cordova-plugin-whitelist": "^1.3.3",
"jasmine-core": "~3.5.0", "jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0", "jasmine-spec-reporter": "~5.0.0",
"karma": "~5.0.0", "karma": "~5.0.0",
@ -57,7 +57,7 @@
"protractor": "~7.0.0", "protractor": "~7.0.0",
"ts-node": "~8.3.0", "ts-node": "~8.3.0",
"tslint": "~6.1.0", "tslint": "~6.1.0",
"typescript": "^3.9.9" "typescript": "~3.9.5"
}, },
"description": "An Ionic project", "description": "An Ionic project",
"cordova": { "cordova": {
@ -75,4 +75,4 @@
"android" "android"
] ]
} }
} }