93 lines
2.9 KiB
JSON
93 lines
2.9 KiB
JSON
{
|
|
"name": "metasocket-cordova",
|
|
"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": "~11.2.0",
|
|
"@angular/core": "~11.2.0",
|
|
"@angular/forms": "~11.2.0",
|
|
"@angular/platform-browser": "~11.2.0",
|
|
"@angular/platform-browser-dynamic": "~11.2.0",
|
|
"@angular/router": "~11.2.0",
|
|
"@capacitor/core": "^2.4.6",
|
|
"@ionic-native/app-minimize": "^5.31.1",
|
|
"@ionic-native/background-mode": "^5.31.1",
|
|
"@ionic-native/core": "^5.31.1",
|
|
"@ionic-native/foreground-service": "^5.31.1",
|
|
"@ionic-native/local-notifications": "^5.31.1",
|
|
"@ionic/angular": "^5.5.2",
|
|
"rxjs": "~6.6.0",
|
|
"tslib": "^2.0.0",
|
|
"zone.js": "~0.10.2"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "~0.1101.4",
|
|
"@angular/cli": "~11.1.4",
|
|
"@angular/compiler": "~11.2.0",
|
|
"@angular/compiler-cli": "~11.2.0",
|
|
"@angular/language-service": "~11.2.0",
|
|
"@ionic/angular-toolkit": "^3.1.0",
|
|
"@types/jasmine": "~3.6.0",
|
|
"@types/jasminewd2": "~2.0.3",
|
|
"@types/node": "^12.11.1",
|
|
"co.mylonas.cordova.applicationstate": "github:leomylonas/cordova-plugin-applicationstate",
|
|
"codelyzer": "^6.0.0",
|
|
"cordova-android": "^9.0.0",
|
|
"cordova-plugin-app-exit": "0.0.2",
|
|
"cordova-plugin-appminimize": "^1.0.1",
|
|
"cordova-plugin-background-mode": "^0.7.3",
|
|
"cordova-plugin-badge": "^0.8.8",
|
|
"cordova-plugin-device": "^2.0.3",
|
|
"cordova-plugin-foreground-service": "^1.1.3",
|
|
"cordova-plugin-ionic-keyboard": "^2.2.0",
|
|
"cordova-plugin-ionic-webview": "^4.2.1",
|
|
"cordova-plugin-local-notification": "^0.9.0-beta.2",
|
|
"cordova-plugin-splashscreen": "^5.0.2",
|
|
"cordova-plugin-statusbar": "^2.4.2",
|
|
"cordova-plugin-whitelist": "^1.3.3",
|
|
"jasmine-core": "~3.6.0",
|
|
"jasmine-spec-reporter": "~5.0.0",
|
|
"karma": "~5.2.0",
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
"karma-coverage": "~2.0.3",
|
|
"karma-coverage-istanbul-reporter": "~3.0.2",
|
|
"karma-jasmine": "~4.0.0",
|
|
"karma-jasmine-html-reporter": "^1.5.0",
|
|
"protractor": "~7.0.0",
|
|
"ts-node": "~8.3.0",
|
|
"tslint": "~6.1.0",
|
|
"typescript": "~4.0.2"
|
|
},
|
|
"description": "An Ionic project",
|
|
"cordova": {
|
|
"plugins": {
|
|
"cordova-plugin-local-notification": {},
|
|
"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-background-mode": {},
|
|
"cordova-plugin-foreground-service": {},
|
|
"cordova-plugin-app-exit": {},
|
|
"cordova-plugin-appminimize": {}
|
|
},
|
|
"platforms": [
|
|
"android"
|
|
]
|
|
}
|
|
}
|