| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "name": "com.izouma.zmj",
- "displayName": "HelloCordova",
- "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",
- "postinstall": "patch-package"
- },
- "keywords": [
- "ecosystem:cordova"
- ],
- "author": "Apache Cordova Team",
- "license": "Apache-2.0",
- "devDependencies": {
- "cordova-android": "^9.0.0",
- "cordova-ios": "^6.2.0",
- "cordova-plugin-alipay-v2": "^2.0.0",
- "cordova-plugin-fastrde-injectview": "^0.2.0",
- "cordova-plugin-ionic-webview": "^5.0.0",
- "cordova-plugin-remote-injection": "git+https://github.com/x1ongzhu/cordova-plugin-remote-injection.git",
- "cordova-plugin-whitelist": "^1.3.4",
- "postinstall-postinstall": "^2.1.0"
- },
- "cordova": {
- "plugins": {
- "cordova-plugin-whitelist": {},
- "cordova-plugin-alipay-v2": {
- "APP_ID": "2021002120645023"
- },
- "cordova-plugin-ionic-webview": {},
- "cordova-plugin-remote-injection": {}
- },
- "platforms": [
- "android",
- "ios"
- ]
- },
- "dependencies": {
- "ali-oss": "^6.13.1",
- "axios": "^0.21.1",
- "date-fns": "^2.16.1",
- "fast-xml-parser": "^3.17.6",
- "ora": "^5.2.0",
- "patch-package": "^6.4.4",
- "progress": "^2.0.3",
- "request": "^2.88.2",
- "sharp": "^0.27.0"
- }
- }
|