|
@@ -0,0 +1,125 @@
|
|
|
+{
|
|
|
+ "name": "myAndroid",
|
|
|
+ "version": "0.0.1",
|
|
|
+ "author": "Ionic Framework",
|
|
|
+ "homepage": "https://ionicframework.com/",
|
|
|
+ "scripts": {
|
|
|
+ "ng": "ng",
|
|
|
+ "start": "ng serve",
|
|
|
+ "build": "ng build",
|
|
|
+ "test": "ng test",
|
|
|
+ "lint": "ng lint",
|
|
|
+ "e2e": "ng e2e"
|
|
|
+ },
|
|
|
+ "private": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@angular/common": "^7.2.2",
|
|
|
+ "@angular/core": "^7.2.2",
|
|
|
+ "@angular/forms": "^7.2.2",
|
|
|
+ "@angular/http": "^7.2.2",
|
|
|
+ "@angular/platform-browser": "^7.2.2",
|
|
|
+ "@angular/platform-browser-dynamic": "^7.2.2",
|
|
|
+ "@angular/router": "^7.2.2",
|
|
|
+ "@ionic-native/app-update": "^5.16.0",
|
|
|
+ "@ionic-native/app-version": "^5.16.0",
|
|
|
+ "@ionic-native/bluetooth-le": "^5.15.1",
|
|
|
+ "@ionic-native/bluetooth-serial": "^5.15.1",
|
|
|
+ "@ionic-native/camera": "^5.5.1",
|
|
|
+ "@ionic-native/core": "^5.0.0",
|
|
|
+ "@ionic-native/device": "^5.16.0",
|
|
|
+ "@ionic-native/downloader": "^5.16.0",
|
|
|
+ "@ionic-native/file": "^5.16.0",
|
|
|
+ "@ionic-native/file-opener": "^5.16.0",
|
|
|
+ "@ionic-native/file-transfer": "^5.16.0",
|
|
|
+ "@ionic-native/full-screen-image": "^5.16.0",
|
|
|
+ "@ionic-native/http": "^5.6.0",
|
|
|
+ "@ionic-native/keyboard": "^5.9.0",
|
|
|
+ "@ionic-native/local-notifications": "^5.16.0",
|
|
|
+ "@ionic-native/splash-screen": "^5.0.0",
|
|
|
+ "@ionic-native/status-bar": "^5.0.0",
|
|
|
+ "@ionic/angular": "^4.1.0",
|
|
|
+ "@ionic/storage": "^2.2.0",
|
|
|
+ "cordova-android": "8.0.0",
|
|
|
+ "cordova-browser": "6.0.0",
|
|
|
+ "cordova-plugin-advanced-http": "2.0.9",
|
|
|
+ "cordova-plugin-app-version": "^0.1.9",
|
|
|
+ "cordova-plugin-badge": "^0.8.8",
|
|
|
+ "cordova-plugin-bluetooth-serial": "^0.4.7",
|
|
|
+ "cordova-plugin-bluetoothle": "^4.5.5",
|
|
|
+ "cordova-plugin-camera": "4.0.3",
|
|
|
+ "cordova-plugin-file": "6.0.1",
|
|
|
+ "cordova-plugin-file-opener2": "^2.2.1",
|
|
|
+ "cordova-plugin-file-transfer": "^1.7.1",
|
|
|
+ "cordova-plugin-local-notification": "^0.9.0-beta.2",
|
|
|
+ "cordova-sqlite-storage": "3.2.0",
|
|
|
+ "core-js": "^2.5.4",
|
|
|
+ "crypto-js": "^3.1.9-1",
|
|
|
+ "es.keensoft.fullscreenimage": "^0.2.10",
|
|
|
+ "hammerjs": "^2.0.8",
|
|
|
+ "rxjs": "~6.5.1",
|
|
|
+ "tslib": "^1.9.0",
|
|
|
+ "zone.js": "~0.8.29"
|
|
|
+ },
|
|
|
+ "devDependencies": {
|
|
|
+ "@angular-devkit/architect": "~0.13.8",
|
|
|
+ "@angular-devkit/build-angular": "~0.13.8",
|
|
|
+ "@angular-devkit/core": "~7.3.8",
|
|
|
+ "@angular-devkit/schematics": "~7.3.8",
|
|
|
+ "@angular/cli": "7.3.9",
|
|
|
+ "@angular/compiler": "~7.2.2",
|
|
|
+ "@angular/compiler-cli": "~7.2.2",
|
|
|
+ "@angular/language-service": "~7.2.2",
|
|
|
+ "@ionic/angular-toolkit": "~1.5.1",
|
|
|
+ "@types/jasmine": "~2.8.8",
|
|
|
+ "@types/jasminewd2": "~2.0.3",
|
|
|
+ "@types/node": "~12.0.0",
|
|
|
+ "codelyzer": "~4.5.0",
|
|
|
+ "cordova-plugin-device": "2.0.2",
|
|
|
+ "cordova-plugin-ionic-keyboard": "^2.0.5",
|
|
|
+ "cordova-plugin-ionic-webview": "^4.0.0",
|
|
|
+ "cordova-plugin-splashscreen": "5.0.2",
|
|
|
+ "cordova-plugin-statusbar": "2.4.2",
|
|
|
+ "cordova-plugin-whitelist": "1.3.3",
|
|
|
+ "jasmine-core": "~2.99.1",
|
|
|
+ "jasmine-spec-reporter": "~4.2.1",
|
|
|
+ "karma": "~4.1.0",
|
|
|
+ "karma-chrome-launcher": "~2.2.0",
|
|
|
+ "karma-coverage-istanbul-reporter": "~2.0.1",
|
|
|
+ "karma-jasmine": "~1.1.2",
|
|
|
+ "karma-jasmine-html-reporter": "^0.2.2",
|
|
|
+ "protractor": "~5.4.0",
|
|
|
+ "ts-node": "~8.1.0",
|
|
|
+ "tslint": "~5.16.0",
|
|
|
+ "typescript": "~3.1.6"
|
|
|
+ },
|
|
|
+ "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-camera": {},
|
|
|
+ "cordova-sqlite-storage": {},
|
|
|
+ "cordova-plugin-advanced-http": {},
|
|
|
+ "cordova-plugin-bluetoothle": {},
|
|
|
+ "cordova-plugin-bluetooth-serial": {},
|
|
|
+ "cordova-plugin-local-notification": {},
|
|
|
+ "es.keensoft.fullscreenimage": {},
|
|
|
+ "cordova-plugin-app-version": {},
|
|
|
+ "cordova-plugin-file-opener2": {
|
|
|
+ "ANDROID_SUPPORT_V4_VERSION": "27.+"
|
|
|
+ },
|
|
|
+ "cordova-plugin-file-transfer": {},
|
|
|
+ "cordova-plugin-file": {}
|
|
|
+ },
|
|
|
+ "platforms": [
|
|
|
+ "browser",
|
|
|
+ "android"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+}
|