package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "name": "vip.raex.nft",
  3. "displayName": "绿洲数字藏品中心",
  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. },
  10. "keywords": [
  11. "ecosystem:cordova"
  12. ],
  13. "author": "Apache Cordova Team",
  14. "license": "Apache-2.0",
  15. "devDependencies": {
  16. "code-push": "^2.0.4",
  17. "cordova-android": "^9.1.0",
  18. "cordova-ios": "^6.2.0",
  19. "cordova-plugin-android-notch": "^1.0.3",
  20. "cordova-plugin-appinfo": "^2.1.2",
  21. "cordova-plugin-code-push": "^1.11.7",
  22. "cordova-plugin-compat": "^1.2.0",
  23. "cordova-plugin-device": "^2.0.3",
  24. "cordova-plugin-dialogs": "^2.0.2",
  25. "cordova-plugin-enable-cleartext-traffic": "^2.1.0",
  26. "cordova-plugin-file": "git+https://github.com/apache/cordova-plugin-file.git#4.3.3",
  27. "cordova-plugin-file-transfer": "git+https://github.com/apache/cordova-plugin-file-transfer.git#1.6.3",
  28. "cordova-plugin-network-information": "^3.0.0",
  29. "cordova-plugin-purchase": "^10.6.1",
  30. "cordova-plugin-remote-injection": "git+https://github.com/x1ongzhu/cordova-plugin-remote-injection.git",
  31. "cordova-plugin-splashscreen": "^6.0.0",
  32. "cordova-plugin-statusbar": "^3.0.0",
  33. "cordova-plugin-whitelist": "^1.3.5",
  34. "cordova-plugin-wkwebview-engine": "^1.2.2",
  35. "cordova-plugin-zip": "^3.1.0",
  36. "cordova-save-image-gallery": "git+https://github.com/agomezmoron/cordova-save-image-gallery.git"
  37. },
  38. "cordova": {
  39. "plugins": {
  40. "cordova-plugin-whitelist": {},
  41. "cordova-plugin-wkwebview-engine": {},
  42. "cordova-plugin-enable-cleartext-traffic": {},
  43. "cordova-plugin-statusbar": {},
  44. "cordova-plugin-network-information": {},
  45. "cordova-plugin-splashscreen": {},
  46. "cordova-plugin-code-push": {},
  47. "cordova-save-image-gallery": {},
  48. "cordova-plugin-remote-injection": {},
  49. "cordova-plugin-android-notch": {},
  50. "cordova-plugin-appinfo": {},
  51. "cordova-plugin-purchase": {}
  52. },
  53. "platforms": [
  54. "android",
  55. "ios"
  56. ]
  57. },
  58. "dependencies": {
  59. "cordova-build-increment": "^0.1.0",
  60. "sharp": "^0.29.3"
  61. }
  62. }