package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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-ios": "^6.2.0",
  18. "cordova-plugin-alipay-v2": "git+https://github.com/x1ongzhu/cordova-plugin-alipay-v2.git",
  19. "cordova-plugin-fastrde-injectview": "^0.2.0",
  20. "cordova-plugin-remote-injection": "git+https://github.com/x1ongzhu/cordova-plugin-remote-injection.git",
  21. "cordova-plugin-whitelist": "^1.3.4",
  22. "postinstall-postinstall": "^2.1.0"
  23. },
  24. "cordova": {
  25. "plugins": {
  26. "cordova-plugin-whitelist": {},
  27. "cordova-plugin-alipay-v2": {
  28. "APP_ID": "2021002120645023"
  29. },
  30. "cordova-plugin-remote-injection": {}
  31. },
  32. "platforms": [
  33. "ios"
  34. ]
  35. },
  36. "dependencies": {
  37. "ali-oss": "^6.13.1",
  38. "axios": "^0.21.1",
  39. "date-fns": "^2.16.1",
  40. "fast-xml-parser": "^3.17.6",
  41. "ora": "^5.2.0",
  42. "patch-package": "^6.4.4",
  43. "progress": "^2.0.3",
  44. "request": "^2.88.2",
  45. "sharp": "^0.27.0"
  46. }
  47. }