调整文件结构
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | ... | @@ -24,7 +24,6 @@ |
"@ionic-native/badge": "^4.11.0", | ||
"@ionic-native/calendar": "^4.11.0", | ||
"@ionic-native/core": "4.4.0", | ||
"@ionic-native/diagnostic": "^5.4.0", | ||
"@ionic-native/file": "^4.20.0", | ||
"@ionic-native/file-opener": "^4.11.0", | ||
"@ionic-native/file-transfer": "^4.20.0", | ||
... | ... | @@ -32,8 +31,9 @@ |
"@ionic-native/keyboard": "^4.6.0", | ||
"@ionic-native/splash-screen": "4.4.0", | ||
"@ionic-native/status-bar": "4.4.0", | ||
"@ionic-native/text-to-speech": "^4.20.0", | ||
"@ionic/storage": "2.1.3", | ||
"cordova": "^8.0.0", | ||
"cordova": "^6.5.0", | ||
"cordova-android": "7.0.0", | ||
"cordova-browser": "5.0.4", | ||
"cordova-ios": "4.5.5", | ||
... | ... | @@ -47,6 +47,7 @@ |
"cordova-plugin-ionic-webview": "^1.1.16", | ||
"cordova-plugin-splashscreen": "^5.0.2", | ||
"cordova-plugin-statusbar": "^2.4.2", | ||
"cordova-plugin-tts": "^0.2.3", | ||
"cordova-plugin-whitelist": "^1.3.3", | ||
"cordova.plugins.diagnostic": "^2.0.0", | ||
"ion2-calendar": "^2.2.0", | ||
... | ... | @@ -81,7 +82,8 @@ |
"cordova-plugin-file-opener2": {}, | ||
"cordova-plugin-ionic-keyboard": {}, | ||
"cordova-plugin-statusbar": {}, | ||
"cordova.plugins.diagnostic": {} | ||
"cordova.plugins.diagnostic": {}, | ||
"cordova-plugin-tts": {} | ||
}, | ||
"platforms": [ | ||
"ios", | ||
... | ... | @@ -89,4 +91,4 @@ |
"android" | ||
] | ||
} | ||
} | ||
\ No newline at end of file | ||
} |
File moved
Please
register
or
sign in
to comment