Advertisement
jalle007

package.json

Jun 6th, 2020
2,048
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.48 KB | None | 0 0
  1. {
  2.   "name": "tomline",
  3.   "version": "0.0.1",
  4.   "author": "",
  5.   "homepage": "https://ionicframework.com/",
  6.   "scripts": {
  7.     "serve": "ng serve --port=4201",
  8.     "build": "ng run app:build",
  9.     "build:prod": "ng run app:build:production",
  10.     "test": "ng test --no-watch --no-progress --browsers ChromeHeadlessCI",
  11.     "test:debug": "ng test",
  12.     "lint": "ng lint",
  13.     "e2e": "ng e2e --protractor-config=e2e/protractor.conf.js",
  14.     "emulator": "ionic cordova emulate android  --livereload --target=\"Nexus5api29\"",
  15.     "npmi": "npm i"
  16.   },
  17.   "private": true,
  18.   "dependencies": {
  19.     "@angular/common": "~9.1.4",
  20.     "@angular/core": "~9.1.4",
  21.     "@angular/fire": "^6.0.0",
  22.     "@angular/forms": "~9.1.4",
  23.     "@angular/platform-browser": "~9.1.4",
  24.     "@angular/platform-browser-dynamic": "~9.1.4",
  25.     "@angular/pwa": "^0.901.0",
  26.     "@angular/router": "~9.1.4",
  27.     "@angular/service-worker": "~9.1.4",
  28.     "@capacitor/android": "^2.0.1",
  29.     "@capacitor/core": "2.0.2",
  30.     "@firebase/testing": "^0.19.2",
  31.     "@google-cloud/storage": "^4.7.0",
  32.     "@ionic-native/core": "^5.0.7",
  33.     "@ionic-native/image-picker": "^5.24.0",
  34.     "@ionic-native/splash-screen": "^5.0.0",
  35.     "@ionic-native/status-bar": "^5.0.0",
  36.     "@ionic/angular": "^5.1.0",
  37.     "@ionic/pwa-elements": "^1.5.2",
  38.     "@ngx-translate/core": "^12.1.2",
  39.     "@ngx-translate/http-loader": "^4.0.0",
  40.     "@types/hammerjs": "^2.0.36",
  41.     "@types/readable-stream": "^2.3.7",
  42.     "angular-pipes": "^10.0.0",
  43.     "bufferutil": "^4.0.1",
  44.     "cordova-android": "^8.1.0",
  45.     "cordova-plugin-telerik-imagepicker": "^2.3.3",
  46.     "core-js": "^3.6.5",
  47.     "dayjs": "^1.8.0",
  48.     "firebase": "^7.14.2",
  49.     "firebase-admin": "^8.11.0",
  50.     "firebase-functions": "^3.6.1",
  51.     "google-libphonenumber": "^3.2.8",
  52.     "hammerjs": "^2.0.8",
  53.     "nexmo-client": "^6.0.10",
  54.     "rxjs": "^6.5.3",
  55.     "tslib": "^1.10.0",
  56.     "utf-8-validate": "^5.0.2",
  57.     "zone.js": "^0.10.3"
  58.   },
  59.   "devDependencies": {
  60.     "@angular-devkit/build-angular": "~0.901.4",
  61.     "@angular/cli": "~9.1.4",
  62.     "@angular/compiler": "~9.1.4",
  63.     "@angular/compiler-cli": "~9.1.4",
  64.     "@angular/language-service": "~9.1.4",
  65.     "@capacitor/cli": "2.0.2",
  66.     "@ionic/angular-toolkit": "^2.1.1",
  67.     "@ionic/lab": "3.1.5",
  68.     "@types/googlemaps": "^3.39.3",
  69.     "@types/jasmine": "^3.5.10",
  70.     "@types/jasminewd2": "~2.0.3",
  71.     "@types/node": "^13.13.5",
  72.     "codelyzer": "^5.0.0",
  73.     "cordova-plugin-device": "^2.0.2",
  74.     "cordova-plugin-ionic-keyboard": "^2.2.0",
  75.     "cordova-plugin-ionic-webview": "^4.2.1",
  76.     "cordova-plugin-splashscreen": "^5.0.2",
  77.     "cordova-plugin-statusbar": "^2.4.2",
  78.     "cordova-plugin-whitelist": "^1.3.3",
  79.     "jasmine-core": "^3.5.0",
  80.     "jasmine-spec-reporter": "~5.0.2",
  81.     "karma": "~5.0.0",
  82.     "karma-chrome-launcher": "~3.1.0",
  83.     "karma-coverage-istanbul-reporter": "~3.0.2",
  84.     "karma-jasmine": "~3.1.1",
  85.     "karma-jasmine-html-reporter": "^1.4.0",
  86.     "protractor": "~5.4.4",
  87.     "ts-node": "~8.10.1",
  88.     "tslint": "~6.1.0",
  89.     "typescript": "^3.8.3"
  90.   },
  91.   "description": "TomLine",
  92.   "cordova": {
  93.     "plugins": {
  94.       "cordova-plugin-whitelist": {},
  95.       "cordova-plugin-statusbar": {},
  96.       "cordova-plugin-device": {},
  97.       "cordova-plugin-splashscreen": {},
  98.       "cordova-plugin-ionic-webview": {
  99.         "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
  100.       },
  101.       "cordova-plugin-ionic-keyboard": {}
  102.     },
  103.     "platforms": [
  104.       "android"
  105.     ]
  106.   }
  107. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement