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.
 
 
 
 

95 lines
2.8 KiB

  1. {
  2. "name": "q-hop",
  3. "version": "0.0.1",
  4. "author": "Nikhil KJ",
  5. "homepage": "https://webtrigon.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. "@babel/compat-data": "^7.8.0",
  26. "@ionic-native/core": "^5.31.1",
  27. "@ionic-native/geolocation": "^5.31.1",
  28. "@ionic-native/splash-screen": "^5.0.0",
  29. "@ionic-native/status-bar": "^5.0.0",
  30. "@ionic/angular": "^4.7.1",
  31. "@ionic/storage": "^2.2.0",
  32. "@types/googlemaps": "^3.38.0",
  33. "cordova-android": "8.0.0",
  34. "cordova-plugin-geolocation": "^4.0.2",
  35. "cordova-sqlite-storage": "^3.4.0",
  36. "core-js": "^2.5.4",
  37. "moment": "^2.24.0",
  38. "rxjs": "~6.5.1",
  39. "srcdoc-polyfill": "^1.0.0",
  40. "tslib": "^1.9.0",
  41. "uuid": "^3.3.2",
  42. "zone.js": "~0.9.1"
  43. },
  44. "devDependencies": {
  45. "@angular-devkit/architect": "~0.801.2",
  46. "@angular-devkit/build-angular": "^0.803.25",
  47. "@angular-devkit/core": "~8.1.2",
  48. "@angular-devkit/schematics": "~8.1.2",
  49. "@angular/cli": "~8.1.2",
  50. "@angular/compiler": "~8.1.2",
  51. "@angular/compiler-cli": "~8.1.2",
  52. "@angular/language-service": "~8.1.2",
  53. "@ionic/angular-toolkit": "~2.0.0",
  54. "@types/jasmine": "~3.3.8",
  55. "@types/jasminewd2": "~2.0.3",
  56. "@types/node": "~8.9.4",
  57. "codelyzer": "^5.0.0",
  58. "cordova-plugin-device": "^2.0.2",
  59. "cordova-plugin-ionic-keyboard": "^2.1.3",
  60. "cordova-plugin-ionic-webview": "^4.1.1",
  61. "cordova-plugin-splashscreen": "^5.0.2",
  62. "cordova-plugin-statusbar": "^2.4.2",
  63. "cordova-plugin-whitelist": "^1.3.3",
  64. "jasmine-core": "~3.4.0",
  65. "jasmine-spec-reporter": "~4.2.1",
  66. "karma": "~4.1.0",
  67. "karma-chrome-launcher": "~2.2.0",
  68. "karma-coverage-istanbul-reporter": "~2.0.1",
  69. "karma-jasmine": "~2.0.1",
  70. "karma-jasmine-html-reporter": "^1.4.0",
  71. "protractor": "~5.4.0",
  72. "ts-node": "~7.0.0",
  73. "tslint": "~5.15.0",
  74. "typescript": "~3.4.3"
  75. },
  76. "description": "An Ionic project",
  77. "cordova": {
  78. "plugins": {
  79. "cordova-plugin-whitelist": {},
  80. "cordova-plugin-statusbar": {},
  81. "cordova-plugin-device": {},
  82. "cordova-plugin-splashscreen": {},
  83. "cordova-plugin-ionic-webview": {
  84. "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
  85. },
  86. "cordova-plugin-ionic-keyboard": {},
  87. "cordova-sqlite-storage": {},
  88. "cordova-plugin-geolocation": {}
  89. },
  90. "platforms": [
  91. "android"
  92. ]
  93. }
  94. }