| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- {
- "name": "vip.raex.nft",
- "displayName": "绿洲数字藏品中心",
- "version": "1.0.0",
- "description": "A sample Apache Cordova application that responds to the deviceready event.",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "keywords": [
- "ecosystem:cordova"
- ],
- "author": "Apache Cordova Team",
- "license": "Apache-2.0",
- "devDependencies": {
- "cordova-android": "^10.1.2",
- "cordova-plugin-add-swift-support": "^2.0.2",
- "cordova-plugin-android-notch": "^1.0.3",
- "cordova-plugin-appinfo": "^2.1.2",
- "cordova-plugin-cache-clear": "^1.3.8",
- "cordova-plugin-dynamic-launch-screen": "file:../DynamicLaunchScreenPlugin",
- "cordova-plugin-enable-cleartext-traffic": "^2.1.0",
- "cordova-plugin-inappbrowser": "^5.0.0",
- "cordova-plugin-network-information": "^3.0.0",
- "cordova-plugin-purchase": "^10.6.1",
- "cordova-plugin-qrscanner": "^3.0.1",
- "cordova-plugin-remote-injection": "git+https://github.com/x1ongzhu/cordova-plugin-remote-injection.git",
- "cordova-plugin-splashscreen": "^6.0.0",
- "cordova-plugin-statusbar": "^3.0.0",
- "cordova-plugin-umeng": "file:../UmengPlugin",
- "cordova-plugin-whitelist": "^1.3.5",
- "cordova-plugin-wkwebview-engine": "^1.2.2",
- "cordova-plugin-x-socialsharing": "^6.0.3",
- "cordova-save-image-gallery": "git+https://github.com/agomezmoron/cordova-save-image-gallery.git",
- "es6-promise-plugin": "^4.2.2",
- "ionic-plugin-deeplinks": "^1.0.24"
- },
- "cordova": {
- "plugins": {
- "cordova-plugin-whitelist": {},
- "cordova-plugin-wkwebview-engine": {},
- "cordova-plugin-enable-cleartext-traffic": {},
- "cordova-plugin-statusbar": {},
- "cordova-plugin-network-information": {},
- "cordova-plugin-splashscreen": {},
- "cordova-save-image-gallery": {},
- "cordova-plugin-remote-injection": {},
- "cordova-plugin-appinfo": {},
- "cordova-plugin-purchase": {},
- "cordova-plugin-x-socialsharing": {
- "PHOTO_LIBRARY_ADD_USAGE_DESCRIPTION": "This app requires photo library access to function properly.",
- "PHOTO_LIBRARY_USAGE_DESCRIPTION": "This app requires photo library access to function properly."
- },
- "cordova-plugin-qrscanner": {},
- "ionic-plugin-deeplinks": {
- "URL_SCHEME": "raex",
- "DEEPLINK_SCHEME": "https",
- "DEEPLINK_HOST": "www.raex.vip",
- "ANDROID_PATH_PREFIX": "/",
- "ANDROID_2_PATH_PREFIX": "/",
- "ANDROID_3_PATH_PREFIX": "/",
- "ANDROID_4_PATH_PREFIX": "/",
- "ANDROID_5_PATH_PREFIX": "/",
- "DEEPLINK_2_SCHEME": " ",
- "DEEPLINK_2_HOST": " ",
- "DEEPLINK_3_SCHEME": " ",
- "DEEPLINK_3_HOST": " ",
- "DEEPLINK_4_SCHEME": " ",
- "DEEPLINK_4_HOST": " ",
- "DEEPLINK_5_SCHEME": " ",
- "DEEPLINK_5_HOST": " "
- },
- "cordova-plugin-inappbrowser": {},
- "cordova-plugin-cache-clear": {},
- "cordova-plugin-android-notch": {},
- "cordova-plugin-dynamic-launch-screen": {},
- "cordova-plugin-umeng": {}
- },
- "platforms": [
- "android"
- ]
- },
- "dependencies": {
- "cordova-build-increment": "^0.1.0",
- "sharp": "^0.29.3"
- }
- }
|