Advertisement
alaindeseine

package.json

Sep 13th, 2022 (edited)
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. {
  2. "name": "customers-after-sales",
  3. "version": "1.5.0",
  4. "author": "Ionic Framework",
  5. "homepage": "https://ionicframework.com/",
  6. "scripts": {
  7. "ng": "ng",
  8. "start": "ng serve",
  9. "build": "ng build",
  10. "test": "ng test",
  11. "lint": "ng lint",
  12. "e2e": "ng e2e"
  13. },
  14. "private": true,
  15. "dependencies": {
  16. "@angular/common": "^14.2.1",
  17. "@angular/core": "^14.2.1",
  18. "@angular/forms": "^14.2.1",
  19. "@angular/platform-browser": "^14.2.1",
  20. "@angular/platform-browser-dynamic": "^14.2.1",
  21. "@angular/router": "^14.2.1",
  22. "@ionic-native/barcode-scanner": "^5.36.0",
  23. "@ionic-native/camera": "^5.36.0",
  24. "@ionic-native/core": "^5.36.0",
  25. "@ionic-native/diagnostic": "^5.36.0",
  26. "@ionic-native/splash-screen": "^5.36.0",
  27. "@ionic-native/status-bar": "^5.36.0",
  28. "@ionic/angular": "^6.2.6",
  29. "@ionic/cordova-builders": "^7.0.0",
  30. "bootstrap": "^4.3.1",
  31. "cordova-browser": "~5.0.1",
  32. "core-js": "^3.25.1",
  33. "ngx-auth": "^5.4.0",
  34. "phonegap-plugin-barcodescanner": "^8.1.0",
  35. "rxjs": "~6.6.7",
  36. "tslib": "^2.0.0",
  37. "zone.js": "~0.11.4"
  38. },
  39. "devDependencies": {
  40. "@angular-devkit/architect": "^0.1402.2",
  41. "@angular-devkit/build-angular": "^14.2.2",
  42. "@angular-devkit/core": "^14.2.2",
  43. "@angular-devkit/schematics": "^14.2.2",
  44. "@angular/cli": "^14.2.2",
  45. "@angular/compiler": "^14.2.1",
  46. "@angular/compiler-cli": "^14.2.1",
  47. "@angular/language-service": "^14.2.1",
  48. "@ionic/angular-toolkit": "^7.0.0",
  49. "@types/jasmine": "~3.6.0",
  50. "@types/jasminewd2": "^2.0.10",
  51. "@types/node": "^12.11.1",
  52. "codelyzer": "^6.0.0",
  53. "cordova-android": "^10.1.2",
  54. "cordova-android-support-gradle-release": "^3.0.1",
  55. "cordova-ios": "^6.2.0",
  56. "cordova-plugin-camera": "^6.0.0",
  57. "cordova-plugin-device": "^2.1.0",
  58. "cordova-plugin-ionic-keyboard": "^2.2.0",
  59. "cordova-plugin-ionic-webview": "^5.0.0",
  60. "cordova-plugin-splashscreen": "^6.0.2",
  61. "cordova-plugin-statusbar": "^3.0.0",
  62. "cordova-plugin-whitelist": "^1.3.5",
  63. "cordova.plugins.diagnostic": "^7.1.0",
  64. "jasmine-core": "~3.6.0",
  65. "jasmine-spec-reporter": "~5.0.0",
  66. "karma": "~6.4.0",
  67. "karma-chrome-launcher": "~3.1.0",
  68. "karma-coverage-istanbul-reporter": "~3.0.2",
  69. "karma-jasmine": "~4.0.0",
  70. "karma-jasmine-html-reporter": "^2.0.0",
  71. "protractor": "~7.0.0",
  72. "ts-node": "~7.0.0",
  73. "tslint": "~6.1.0",
  74. "typescript": "~4.6.4"
  75. },
  76. "description": "An Ionic project",
  77. "cordova": {
  78. "plugins": {
  79. "phonegap-plugin-barcodescanner": {
  80. "ANDROID_SUPPORT_V4_VERSION": "27.+"
  81. },
  82. "cordova-android-support-gradle-release": {
  83. "ANDROID_SUPPORT_VERSION": "27.+"
  84. },
  85. "cordova-plugin-camera": {
  86. "ANDROIDX_CORE_VERSION": "1.6.+"
  87. },
  88. "cordova-plugin-statusbar": {},
  89. "cordova-plugin-splashscreen": {},
  90. "cordova-plugin-ionic-webview": {},
  91. "cordova-plugin-ionic-keyboard": {},
  92. "cordova-plugin-device": {},
  93. "cordova.plugins.diagnostic": {
  94. "ANDROIDX_VERSION": "1.0.0",
  95. "ANDROIDX_APPCOMPAT_VERSION": "1.3.1"
  96. },
  97. "cordova-plugin-whitelist": {}
  98. },
  99. "platforms": [
  100. "browser",
  101. "ios",
  102. "android"
  103. ]
  104. }
  105. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement