Project: Mall App Client: Maiora
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

85 lines
2.5 KiB

  1. {
  2. "name": "mall-app",
  3. "version": "0.0.1",
  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": "~8.1.2",
  17. "@angular/compiler": "~8.1.2",
  18. "@angular/core": "~8.1.2",
  19. "@angular/forms": "~8.1.2",
  20. "@angular/platform-browser": "~8.1.2",
  21. "@angular/platform-browser-dynamic": "~8.1.2",
  22. "@angular/pwa": "^0.802.1",
  23. "@angular/router": "~8.1.2",
  24. "@angular/service-worker": "~8.1.2",
  25. "@ionic-native/core": "^5.0.0",
  26. "@ionic-native/splash-screen": "^5.0.0",
  27. "@ionic-native/status-bar": "^5.0.0",
  28. "@ionic/angular": "^4.7.1",
  29. "@ionic/storage": "^2.2.0",
  30. "cordova-android": "8.0.0",
  31. "core-js": "^2.5.4",
  32. "rxjs": "~6.5.1",
  33. "tslib": "^1.9.0",
  34. "zone.js": "~0.9.1"
  35. },
  36. "devDependencies": {
  37. "@angular-devkit/architect": "~0.801.2",
  38. "@angular-devkit/build-angular": "~0.801.2",
  39. "@angular-devkit/core": "~8.1.2",
  40. "@angular-devkit/schematics": "~8.1.2",
  41. "@angular/cli": "~8.1.2",
  42. "@angular/compiler": "~8.1.2",
  43. "@angular/compiler-cli": "~8.1.2",
  44. "@angular/language-service": "~8.1.2",
  45. "@ionic/angular-toolkit": "~2.0.0",
  46. "@types/jasmine": "~3.3.8",
  47. "@types/jasminewd2": "~2.0.3",
  48. "@types/node": "~8.9.4",
  49. "codelyzer": "^5.0.0",
  50. "cordova-plugin-device": "^2.0.2",
  51. "cordova-plugin-ionic-keyboard": "^2.1.3",
  52. "cordova-plugin-ionic-webview": "^4.1.1",
  53. "cordova-plugin-splashscreen": "^5.0.2",
  54. "cordova-plugin-statusbar": "^2.4.2",
  55. "cordova-plugin-whitelist": "^1.3.3",
  56. "jasmine-core": "~3.4.0",
  57. "jasmine-spec-reporter": "~4.2.1",
  58. "karma": "~4.1.0",
  59. "karma-chrome-launcher": "~2.2.0",
  60. "karma-coverage-istanbul-reporter": "~2.0.1",
  61. "karma-jasmine": "~2.0.1",
  62. "karma-jasmine-html-reporter": "^1.4.0",
  63. "protractor": "~5.4.0",
  64. "ts-node": "~7.0.0",
  65. "tslint": "~5.15.0",
  66. "typescript": "~3.4.3"
  67. },
  68. "description": "An Ionic project",
  69. "cordova": {
  70. "plugins": {
  71. "cordova-plugin-whitelist": {},
  72. "cordova-plugin-statusbar": {},
  73. "cordova-plugin-device": {},
  74. "cordova-plugin-splashscreen": {},
  75. "cordova-plugin-ionic-webview": {
  76. "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
  77. },
  78. "cordova-plugin-ionic-keyboard": {}
  79. },
  80. "platforms": [
  81. "android"
  82. ]
  83. }
  84. }