Initial Commit
config.xml
0 → 100644
This diff is collapsed.
| ... | ... | @@ -20,9 +20,12 @@ |
| "@angular/platform-browser-dynamic": "~8.1.2", | ||
| "@angular/router": "~8.1.2", | ||
| "@ionic-native/core": "^5.0.0", | ||
| "@ionic-native/geolocation": "^5.17.0", | ||
| "@ionic-native/splash-screen": "^5.0.0", | ||
| "@ionic-native/status-bar": "^5.0.0", | ||
| "@ionic/angular": "^4.7.1", | ||
| "cordova-android": "8.1.0", | ||
| "cordova-plugin-geolocation": "^4.0.2", | ||
| "core-js": "^2.5.4", | ||
| "rxjs": "~6.5.1", | ||
| "tslib": "^1.9.0", | ||
| ... | ... | @@ -42,6 +45,12 @@ |
| "@types/jasminewd2": "~2.0.3", | ||
| "@types/node": "~8.9.4", | ||
| "codelyzer": "^5.0.0", | ||
| "cordova-plugin-device": "^2.0.2", | ||
| "cordova-plugin-ionic-keyboard": "^2.2.0", | ||
| "cordova-plugin-ionic-webview": "^4.1.3", | ||
| "cordova-plugin-splashscreen": "^5.0.2", | ||
| "cordova-plugin-statusbar": "^2.4.2", | ||
| "cordova-plugin-whitelist": "^1.3.3", | ||
| "jasmine-core": "~3.4.0", | ||
| "jasmine-spec-reporter": "~4.2.1", | ||
| "karma": "~4.1.0", | ||
| ... | ... | @@ -54,5 +63,21 @@ |
| "tslint": "~5.15.0", | ||
| "typescript": "~3.4.3" | ||
| }, | ||
| "description": "An Ionic project" | ||
| } | ||
| "description": "An Ionic project", | ||
| "cordova": { | ||
| "plugins": { | ||
| "cordova-plugin-whitelist": {}, | ||
| "cordova-plugin-statusbar": {}, | ||
| "cordova-plugin-device": {}, | ||
| "cordova-plugin-splashscreen": {}, | ||
| "cordova-plugin-ionic-webview": { | ||
| "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" | ||
| }, | ||
| "cordova-plugin-ionic-keyboard": {}, | ||
| "cordova-plugin-geolocation": {} | ||
| }, | ||
| "platforms": [ | ||
| "android" | ||
| ] | ||
| } | ||
| } | ||
| \ No newline at end of file |
resources/README.md
0 → 100644
4.16 KB
1.62 KB
2.54 KB
6.38 KB
10.8 KB
14.5 KB
27.4 KB
8.32 KB
14.2 KB
47.2 KB
79.4 KB
26.3 KB
8.01 KB
13.7 KB