package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "com.izouma.zmj",
  3. "displayName": "HelloCordova",
  4. "version": "1.0.0",
  5. "description": "A sample Apache Cordova application that responds to the deviceready event.",
  6. "main": "index.js",
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1",
  9. "postinstall": "patch-package"
  10. },
  11. "keywords": [
  12. "ecosystem:cordova"
  13. ],
  14. "author": "Apache Cordova Team",
  15. "license": "Apache-2.0",
  16. "devDependencies": {
  17. "cordova-android": "^9.0.0",
  18. "cordova-ios": "^6.2.0",
  19. "cordova-plugin-alipay-v2": "^2.0.0",
  20. "cordova-plugin-fastrde-injectview": "^0.2.0",
  21. "cordova-plugin-ionic-webview": "^5.0.0",
  22. "cordova-plugin-remote-injection": "git+https://github.com/x1ongzhu/cordova-plugin-remote-injection.git",
  23. "cordova-plugin-whitelist": "^1.3.4",
  24. "postinstall-postinstall": "^2.1.0"
  25. },
  26. "cordova": {
  27. "plugins": {
  28. "cordova-plugin-whitelist": {},
  29. "cordova-plugin-alipay-v2": {
  30. "APP_ID": "2021002120645023"
  31. },
  32. "cordova-plugin-ionic-webview": {},
  33. "cordova-plugin-remote-injection": {}
  34. },
  35. "platforms": [
  36. "android",
  37. "ios"
  38. ]
  39. },
  40. "dependencies": {
  41. "ali-oss": "^6.13.1",
  42. "axios": "^0.21.1",
  43. "date-fns": "^2.16.1",
  44. "fast-xml-parser": "^3.17.6",
  45. "ora": "^5.2.0",
  46. "patch-package": "^6.4.4",
  47. "progress": "^2.0.3",
  48. "request": "^2.88.2",
  49. "sharp": "^0.27.0"
  50. }
  51. }