95 lines
2.8 KiB
JSON
95 lines
2.8 KiB
JSON
{
|
|
"name": "JubaBox",
|
|
"version": "10.0.8",
|
|
"author": "Fluxtra",
|
|
"homepage": "https://www.jubabox.com/",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build",
|
|
"test": "ng test",
|
|
"lint": "ng lint",
|
|
"e2e": "ng e2e"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/common": "~8.2.11",
|
|
"@angular/core": "~8.2.11",
|
|
"@angular/forms": "~8.2.11",
|
|
"@angular/http": "~7.2.15",
|
|
"@angular/platform-browser": "~8.2.11",
|
|
"@angular/platform-browser-dynamic": "~8.2.11",
|
|
"@angular/router": "~8.2.11",
|
|
"@ionic-native/camera": "^5.15.1",
|
|
"@ionic-native/core": "^5.15.1",
|
|
"@ionic-native/http": "^5.19.1",
|
|
"@ionic-native/splash-screen": "^5.15.1",
|
|
"@ionic-native/status-bar": "^5.15.1",
|
|
"@ionic/angular": "^4.11.1",
|
|
"@ionic/storage": "^2.2.0",
|
|
"cordova-android": "8.1.0",
|
|
"cordova-ios": "5.0.1",
|
|
"cordova-plugin-advanced-http": "2.3.1",
|
|
"cordova-plugin-camera": "^4.1.0",
|
|
"cordova-plugin-device": "^2.0.3",
|
|
"cordova-plugin-file": "6.0.2",
|
|
"cordova-plugin-ionic-keyboard": "^2.2.0",
|
|
"cordova-plugin-ionic-webview": "^4.1.3",
|
|
"cordova-plugin-splashscreen": "^5.0.3",
|
|
"cordova-plugin-statusbar": "^2.4.3",
|
|
"cordova-plugin-whitelist": "^1.3.4",
|
|
"cordova-sqlite-storage": "^3.4.1",
|
|
"core-js": "^3.3.2",
|
|
"rxjs": "^6.5.4",
|
|
"rxjs-compat": "^6.5.4",
|
|
"zone.js": "^0.10.2"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/architect": "~0.803.12",
|
|
"@angular-devkit/build-angular": "^0.803.22",
|
|
"@angular-devkit/core": "~8.3.12",
|
|
"@angular-devkit/schematics": "~8.3.12",
|
|
"@angular/cli": "8.3.25",
|
|
"@angular/compiler": "~8.2.11",
|
|
"@angular/compiler-cli": "~8.2.11",
|
|
"@angular/language-service": "~8.2.11",
|
|
"@ionic/angular-toolkit": "^2.0.0",
|
|
"@types/jasmine": "^3.4.4",
|
|
"@types/jasminewd2": "^2.0.8",
|
|
"@types/node": "^12.11.1",
|
|
"codelyzer": "~5.1.2",
|
|
"jasmine-core": "~3.5.0",
|
|
"jasmine-spec-reporter": "~4.2.1",
|
|
"karma": "~4.4.1",
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
"karma-coverage-istanbul-reporter": "^2.1.0",
|
|
"karma-jasmine": "~2.0.1",
|
|
"karma-jasmine-html-reporter": "^1.4.2",
|
|
"protractor": "~5.4.2",
|
|
"ts-node": "~8.4.1",
|
|
"tslint": "~5.20.0",
|
|
"typescript": "~3.4.3"
|
|
},
|
|
"description": "An Ionic project",
|
|
"cordova": {
|
|
"plugins": {
|
|
"cordova-plugin-camera": {},
|
|
"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-sqlite-storage": {},
|
|
"cordova-plugin-advanced-http": {
|
|
"OKHTTP_VERSION": "3.10.0"
|
|
}
|
|
},
|
|
"platforms": [
|
|
"android",
|
|
"ios"
|
|
]
|
|
}
|
|
} |