| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- {
- "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": {
- "code-push": "^2.0.4",
- "cordova-android": "^9.1.0",
- "cordova-ios": "^6.2.0",
- "cordova-plugin-add-swift-support": "^2.0.2",
- "cordova-plugin-android-notch": "^1.0.3",
- "cordova-plugin-appinfo": "^2.1.2",
- "cordova-plugin-code-push": "^1.11.7",
- "cordova-plugin-compat": "^1.2.0",
- "cordova-plugin-device": "^2.0.3",
- "cordova-plugin-dialogs": "^2.0.2",
- "cordova-plugin-enable-cleartext-traffic": "^2.1.0",
- "cordova-plugin-file": "git+https://github.com/apache/cordova-plugin-file.git#4.3.3",
- "cordova-plugin-file-transfer": "git+https://github.com/apache/cordova-plugin-file-transfer.git#1.6.3",
- "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-wechat": "^3.0.0",
- "cordova-plugin-whitelist": "^1.3.5",
- "cordova-plugin-wkwebview-engine": "^1.2.2",
- "cordova-plugin-x-socialsharing": "^6.0.3",
- "cordova-plugin-zip": "^3.1.0",
- "cordova-save-image-gallery": "git+https://github.com/agomezmoron/cordova-save-image-gallery.git",
- "es6-promise-plugin": "^4.2.2"
- },
- "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-plugin-code-push": {},
- "cordova-save-image-gallery": {},
- "cordova-plugin-remote-injection": {},
- "cordova-plugin-android-notch": {},
- "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-wechat": {
- "WECHATAPPID": "wx6816dbdc07254dcb",
- "UNIVERSALLINK": "https://www.raex.vip/9th/app"
- },
- "cordova-plugin-qrscanner": {}
- },
- "platforms": [
- "ios",
- "android"
- ]
- },
- "dependencies": {
- "cordova-build-increment": "^0.1.0",
- "sharp": "^0.29.3"
- }
- }
|