暂无描述

package.json 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "monaca-template-onsenui-v2-js-minimum",
  3. "version": "2.0.4",
  4. "dependencies": {
  5. "cordova-android": "^8.1.0",
  6. "cordova-browser": "^6.0.0",
  7. "cordova-custom-config": "5.1.0",
  8. "cordova-plugin-email": "^1.2.7",
  9. "cordova-plugin-file": "^6.0.2",
  10. "cordova-plugin-filechooser": "git+ssh://git@github.com/ihadeed/cordova-filechooser.git",
  11. "cordova-plugin-splashscreen": "5.0.2",
  12. "cordova-plugin-whitelist": "1.3.3",
  13. "monaca-plugin-monaca-core": "3.3.0",
  14. "nw": "^0.26.6"
  15. },
  16. "cordova": {
  17. "plugins": {
  18. "cordova-custom-config": {},
  19. "cordova-plugin-splashscreen": {},
  20. "cordova-plugin-whitelist": {},
  21. "monaca-plugin-monaca-core": {},
  22. "cordova-plugin-filechooser": {},
  23. "cordova-plugin-file": {},
  24. "cordova-plugin-email": {}
  25. },
  26. "platforms": [
  27. "android",
  28. "browser"
  29. ]
  30. },
  31. "scripts": {
  32. "monaca:preview": "npm run dev",
  33. "dev": "browser-sync start -s www/ --watch --port 8080 --ui-port 8081"
  34. },
  35. "devDependencies": {
  36. "browser-sync": "^2.26.7",
  37. "cordova": "^9.0.0"
  38. }
  39. }