Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "name": "customers-after-sales",
- "version": "1.5.0",
- "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": "^14.2.1",
- "@angular/core": "^14.2.1",
- "@angular/forms": "^14.2.1",
- "@angular/platform-browser": "^14.2.1",
- "@angular/platform-browser-dynamic": "^14.2.1",
- "@angular/router": "^14.2.1",
- "@ionic-native/barcode-scanner": "^5.36.0",
- "@ionic-native/camera": "^5.36.0",
- "@ionic-native/core": "^5.36.0",
- "@ionic-native/diagnostic": "^5.36.0",
- "@ionic-native/splash-screen": "^5.36.0",
- "@ionic-native/status-bar": "^5.36.0",
- "@ionic/angular": "^6.2.6",
- "@ionic/cordova-builders": "^7.0.0",
- "bootstrap": "^4.3.1",
- "cordova-browser": "~5.0.1",
- "core-js": "^3.25.1",
- "ngx-auth": "^5.4.0",
- "phonegap-plugin-barcodescanner": "^8.1.0",
- "rxjs": "~6.6.7",
- "tslib": "^2.0.0",
- "zone.js": "~0.11.4"
- },
- "devDependencies": {
- "@angular-devkit/architect": "^0.1402.2",
- "@angular-devkit/build-angular": "^14.2.2",
- "@angular-devkit/core": "^14.2.2",
- "@angular-devkit/schematics": "^14.2.2",
- "@angular/cli": "^14.2.2",
- "@angular/compiler": "^14.2.1",
- "@angular/compiler-cli": "^14.2.1",
- "@angular/language-service": "^14.2.1",
- "@ionic/angular-toolkit": "^7.0.0",
- "@types/jasmine": "~3.6.0",
- "@types/jasminewd2": "^2.0.10",
- "@types/node": "^12.11.1",
- "codelyzer": "^6.0.0",
- "cordova-android": "^10.1.2",
- "cordova-android-support-gradle-release": "^3.0.1",
- "cordova-ios": "^6.2.0",
- "cordova-plugin-camera": "^6.0.0",
- "cordova-plugin-device": "^2.1.0",
- "cordova-plugin-ionic-keyboard": "^2.2.0",
- "cordova-plugin-ionic-webview": "^5.0.0",
- "cordova-plugin-splashscreen": "^6.0.2",
- "cordova-plugin-statusbar": "^3.0.0",
- "cordova-plugin-whitelist": "^1.3.5",
- "cordova.plugins.diagnostic": "^7.1.0",
- "jasmine-core": "~3.6.0",
- "jasmine-spec-reporter": "~5.0.0",
- "karma": "~6.4.0",
- "karma-chrome-launcher": "~3.1.0",
- "karma-coverage-istanbul-reporter": "~3.0.2",
- "karma-jasmine": "~4.0.0",
- "karma-jasmine-html-reporter": "^2.0.0",
- "protractor": "~7.0.0",
- "ts-node": "~7.0.0",
- "tslint": "~6.1.0",
- "typescript": "~4.6.4"
- },
- "description": "An Ionic project",
- "cordova": {
- "plugins": {
- "phonegap-plugin-barcodescanner": {
- "ANDROID_SUPPORT_V4_VERSION": "27.+"
- },
- "cordova-android-support-gradle-release": {
- "ANDROID_SUPPORT_VERSION": "27.+"
- },
- "cordova-plugin-camera": {
- "ANDROIDX_CORE_VERSION": "1.6.+"
- },
- "cordova-plugin-statusbar": {},
- "cordova-plugin-splashscreen": {},
- "cordova-plugin-ionic-webview": {},
- "cordova-plugin-ionic-keyboard": {},
- "cordova-plugin-device": {},
- "cordova.plugins.diagnostic": {
- "ANDROIDX_VERSION": "1.0.0",
- "ANDROIDX_APPCOMPAT_VERSION": "1.3.1"
- },
- "cordova-plugin-whitelist": {}
- },
- "platforms": [
- "browser",
- "ios",
- "android"
- ]
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement