Skip to content
package.json 4.11 KiB
Newer Older
wangqinghua's avatar
wangqinghua committed
{
  "name": "SGMW",
  "version": "0.0.1",
  "author": "Ionic Framework",
  "homepage": "http://ionicframework.com/",
  "private": true,
  "scripts": {
    "start": "ionic-app-scripts serve",
    "clean": "ionic-app-scripts clean",
    "build": "ionic-app-scripts build",
    "lint": "ionic-app-scripts lint"
  },
  "dependencies": {
    "@angular/animations": "5.2.11",
    "@angular/common": "5.2.11",
    "@angular/compiler": "5.2.11",
    "@angular/compiler-cli": "5.2.11",
    "@angular/core": "5.2.11",
    "@angular/forms": "5.2.11",
    "@angular/http": "5.2.11",
    "@angular/platform-browser": "5.2.11",
    "@angular/platform-browser-dynamic": "5.2.11",
    "@ionic-native/app-availability": "^4.20.0",
    "@ionic-native/app-version": "^4.20.0",
wangqinghua's avatar
wangqinghua committed
wangqinghua's avatar
wangqinghua committed
wangqinghua's avatar
wangqinghua committed
wangqinghua's avatar
wangqinghua committed
    "cordova-plugin-imagepicker": "git+https://github.com/giantss/cordova-plugin-ImagePicker.git",
    "cordova-plugin-inappbrowser": "^3.1.0",
    "cordova-plugin-ionic-webview": "^1.2.1",
    "cordova-plugin-nativestorage": "^2.3.2",
    "cordova-plugin-network-information": "git+https://github.com/apache/cordova-plugin-network-information.git",
    "cordova-plugin-photo-library": "git+https://github.com/nilebma/cordova-plugin-photo-library.git",
    "cordova-plugin-screen-orientation": "^3.0.2",
    "cordova-res": "^0.6.0",
    "echarts": "^4.5.0",
    "es6-promise-plugin": "^4.2.2",
    "hammerjs": "^2.0.8",
    "ionic-angular": "3.9.5",
    "ionicons": "3.0.0",
    "jsencrypt": "^3.0.0-rc.1",
    "mockjs": "^1.1.0",
    "ng2-pdf-viewer": "^5.2.0",
    "phonegap-plugin-mobile-accessibility": "^1.0.5",
    "rxjs": "5.5.11",
    "sharp": "^0.23.0",
    "sw-toolbox": "3.6.0",
    "zone.js": "0.8.29"
  },
  "devDependencies": {
    "@ionic/app-scripts": "3.2.2",
    "cordova-plugin-device": "^2.0.2",
    "cordova-plugin-ionic-keyboard": "^2.1.3",
    "cordova-plugin-splashscreen": "^5.0.2",
    "cordova-plugin-statusbar": "^2.4.2",
    "cordova-plugin-whitelist": "^1.3.3",
    "typescript": "~2.6.2",
    "copy-webpack-plugin": "^4.5.1",
    "web-webpack-plugin": "^1.10.3",
    "webpack-merge": "^4.1.2"
  },
  "description": "An Ionic project",
  "cordova": {
    "plugins": {
      "cordova-plugin-whitelist": {},
      "cordova-plugin-statusbar": {},
      "cordova-plugin-device": {},
      "cordova-plugin-splashscreen": {},
      "cordova-plugin-ionic-keyboard": {},
      "cordova-plugin-nativestorage": {},
      "cordova-plugin-advanced-http": {
        "OKHTTP_VERSION": "3.10.0"
      },
      "cordova-plugin-file-opener2": {
        "ANDROID_SUPPORT_V4_VERSION": "27.+"
      },
      "cordova-plugin-file": {},
      "cordova-plugin-inappbrowser": {},
      "cordova-plugin-app-version": {},
      "cordova-plugin-ionic-webview": {},
      "cordova-plugin-appavailability": {},
      "com.lampa.startapp": {},
      "cordova-plugin-imagepicker": {},
      "cordova-plugin-screen-orientation": {},
      "phonegap-plugin-mobile-accessibility": {},
      "cordova-plugin-file-transfer": {},
wangqinghua's avatar
wangqinghua committed
      "cordova-plugin-photo-library": {},
      "cordova-plugin-camera": {}
wangqinghua's avatar
wangqinghua committed
    },
    "platforms": [
      "browser",
wangqinghua's avatar
wangqinghua committed
      "ios"
wangqinghua's avatar
wangqinghua committed
    ]
  }
wangqinghua's avatar
wangqinghua committed
}