118 lines
3.9 KiB
JSON
118 lines
3.9 KiB
JSON
|
{
|
||
|
"name": "aiber",
|
||
|
"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",
|
||
|
"emulate": "ionic cordova emulate ios --target='914C6DC7-C042-48FC-A076-4A271DD71093' --consolelogs --livereload"
|
||
|
},
|
||
|
"private": true,
|
||
|
"dependencies": {
|
||
|
"@angular/common": "~10.0.0",
|
||
|
"@angular/core": "~10.0.0",
|
||
|
"@angular/forms": "~10.0.0",
|
||
|
"@angular/platform-browser": "~10.0.0",
|
||
|
"@angular/platform-browser-dynamic": "~10.0.0",
|
||
|
"@angular/router": "~10.0.0",
|
||
|
"@ionic-native/app-launcher": "^5.28.0",
|
||
|
"@ionic-native/app-version": "^5.28.0",
|
||
|
"@ionic-native/battery-status": "^5.29.0",
|
||
|
"@ionic-native/core": "^5.0.0",
|
||
|
"@ionic-native/device": "^5.28.0",
|
||
|
"@ionic-native/file": "^5.28.0",
|
||
|
"@ionic-native/geolocation": "^5.28.0",
|
||
|
"@ionic-native/http": "^5.28.0",
|
||
|
"@ionic-native/keyboard": "^5.28.0",
|
||
|
"@ionic-native/network": "^5.28.0",
|
||
|
"@ionic-native/screen-orientation": "^5.28.0",
|
||
|
"@ionic-native/splash-screen": "^5.0.0",
|
||
|
"@ionic-native/sqlite": "^5.28.0",
|
||
|
"@ionic-native/sqlite-porter": "^5.28.0",
|
||
|
"@ionic-native/status-bar": "^5.0.0",
|
||
|
"@ionic-native/toast": "^5.28.0",
|
||
|
"@ionic/angular": "^5.0.0",
|
||
|
"@ionic/storage": "^2.3.1",
|
||
|
"basic-trend": "^1.0.6",
|
||
|
"cordova": "^10.0.0",
|
||
|
"cordova-res": "^0.15.1",
|
||
|
"moment": "^2.29.0",
|
||
|
"native-run": "^1.2.1",
|
||
|
"rxjs": "^6.5.5",
|
||
|
"rxjs-compat": "^6.6.3",
|
||
|
"tslib": "^2.0.0",
|
||
|
"zone.js": "~0.10.3"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@angular-devkit/build-angular": "~0.1000.0",
|
||
|
"@angular/cli": "~10.0.5",
|
||
|
"@angular/compiler": "~10.0.0",
|
||
|
"@angular/compiler-cli": "~10.0.0",
|
||
|
"@angular/language-service": "~10.0.0",
|
||
|
"@ionic/angular-toolkit": "^2.3.0",
|
||
|
"@types/jasmine": "~3.5.0",
|
||
|
"@types/jasminewd2": "~2.0.3",
|
||
|
"@types/node": "^12.11.1",
|
||
|
"codelyzer": "^6.0.0",
|
||
|
"cordova-ios": "^6.1.1",
|
||
|
"cordova-plugin-advanced-http": "^3.0.1",
|
||
|
"cordova-plugin-app-launcher": "^0.4.0",
|
||
|
"cordova-plugin-app-version": "^0.1.9",
|
||
|
"cordova-plugin-battery-status": "^2.0.3",
|
||
|
"cordova-plugin-device": "^2.0.2",
|
||
|
"cordova-plugin-file": "^6.0.2",
|
||
|
"cordova-plugin-geolocation": "^4.0.2",
|
||
|
"cordova-plugin-ionic-keyboard": "^2.2.0",
|
||
|
"cordova-plugin-ionic-webview": "^4.2.1",
|
||
|
"cordova-plugin-network-information": "^2.0.2",
|
||
|
"cordova-plugin-screen-orientation": "^3.0.2",
|
||
|
"cordova-plugin-splashscreen": "^5.0.2",
|
||
|
"cordova-plugin-statusbar": "^2.4.2",
|
||
|
"cordova-plugin-whitelist": "^1.3.3",
|
||
|
"cordova-plugin-x-toast": "^2.7.2",
|
||
|
"cordova-sqlite-storage": "^5.1.0",
|
||
|
"jasmine-core": "~3.5.0",
|
||
|
"jasmine-spec-reporter": "~5.0.0",
|
||
|
"karma": "~5.0.0",
|
||
|
"karma-chrome-launcher": "~3.1.0",
|
||
|
"karma-coverage-istanbul-reporter": "~3.0.2",
|
||
|
"karma-jasmine": "~3.3.0",
|
||
|
"karma-jasmine-html-reporter": "^1.5.0",
|
||
|
"protractor": "~7.0.0",
|
||
|
"ts-node": "~8.3.0",
|
||
|
"tslint": "~6.1.0",
|
||
|
"typescript": "~3.9.5",
|
||
|
"uk.co.workingedge.cordova.plugin.sqliteporter": "^1.1.1"
|
||
|
},
|
||
|
"description": "An Ionic project",
|
||
|
"cordova": {
|
||
|
"plugins": {
|
||
|
"cordova-plugin-whitelist": {},
|
||
|
"cordova-plugin-statusbar": {},
|
||
|
"cordova-plugin-device": {},
|
||
|
"cordova-plugin-splashscreen": {},
|
||
|
"cordova-plugin-ionic-webview": {},
|
||
|
"cordova-plugin-ionic-keyboard": {},
|
||
|
"cordova-plugin-advanced-http": {},
|
||
|
"cordova-plugin-app-version": {},
|
||
|
"cordova-plugin-geolocation": {},
|
||
|
"cordova-plugin-network-information": {},
|
||
|
"cordova-plugin-screen-orientation": {},
|
||
|
"cordova-plugin-x-toast": {},
|
||
|
"cordova-sqlite-storage": {},
|
||
|
"uk.co.workingedge.cordova.plugin.sqliteporter": {},
|
||
|
"cordova-plugin-file": {},
|
||
|
"cordova-plugin-app-launcher": {},
|
||
|
"cordova-plugin-battery-status": {}
|
||
|
},
|
||
|
"platforms": [
|
||
|
"ios"
|
||
|
]
|
||
|
}
|
||
|
}
|