package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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-code-push": "^1.11.7",
  20. "cordova-plugin-compat": "^1.2.0",
  21. "cordova-plugin-device": "^2.0.3",
  22. "cordova-plugin-dialogs": "^2.0.2",
  23. "cordova-plugin-enable-cleartext-traffic": "^2.1.0",
  24. "cordova-plugin-file": "git+https://github.com/apache/cordova-plugin-file.git#4.3.3",
  25. "cordova-plugin-file-transfer": "git+https://github.com/apache/cordova-plugin-file-transfer.git#1.6.3",
  26. "cordova-plugin-network-information": "^3.0.0",
  27. "cordova-plugin-splashscreen": "^6.0.0",
  28. "cordova-plugin-statusbar": "^3.0.0",
  29. "cordova-plugin-whitelist": "^1.3.5",
  30. "cordova-plugin-wkwebview-engine": "^1.2.2",
  31. "cordova-plugin-zip": "^3.1.0",
  32. "cordova-save-image-gallery": "git+https://github.com/agomezmoron/cordova-save-image-gallery.git"
  33. },
  34. "cordova": {
  35. "plugins": {
  36. "cordova-plugin-whitelist": {},
  37. "cordova-plugin-wkwebview-engine": {},
  38. "cordova-plugin-enable-cleartext-traffic": {},
  39. "cordova-plugin-statusbar": {},
  40. "cordova-plugin-network-information": {},
  41. "cordova-plugin-splashscreen": {},
  42. "cordova-plugin-code-push": {},
  43. "cordova-save-image-gallery": {}
  44. },
  45. "platforms": [
  46. "android",
  47. "ios"
  48. ]
  49. },
  50. "dependencies": {
  51. "cordova-build-increment": "^0.1.0",
  52. "sharp": "^0.29.3"
  53. }
  54. }