package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "id": "uni-hello-i18n",
  3. "name": "hello-i18n",
  4. "displayName": "hello-i18n 示例工程",
  5. "version": "1.0.2",
  6. "description": "uni-app 国际化演示",
  7. "keywords": [
  8. "i18n",
  9. "hello-i18n",
  10. "多语言"
  11. ],
  12. "dcloudext": {
  13. "category": [
  14. "前端页面模板",
  15. "uni-app前端项目模板"
  16. ],
  17. "sale": {
  18. "regular": {
  19. "price": "0.00"
  20. },
  21. "sourcecode": {
  22. "price": "0.00"
  23. }
  24. },
  25. "contact": {
  26. "qq": ""
  27. },
  28. "declaration": {
  29. "ads": "无",
  30. "data": "无",
  31. "permissions": "无"
  32. },
  33. "npmurl": ""
  34. },
  35. "uni_modules": {
  36. "platforms": {
  37. "cloud": {
  38. "tcb": "y",
  39. "aliyun": "y"
  40. },
  41. "client": {
  42. "App": {
  43. "app-vue": "u",
  44. "app-nvue": "u"
  45. },
  46. "H5-mobile": {
  47. "Safari": "u",
  48. "Android Browser": "u",
  49. "微信浏览器(Android)": "u",
  50. "QQ浏览器(Android)": "u"
  51. },
  52. "H5-pc": {
  53. "Chrome": "u",
  54. "IE": "u",
  55. "Edge": "u",
  56. "Firefox": "u",
  57. "Safari": "u"
  58. },
  59. "小程序": {
  60. "微信": "u",
  61. "阿里": "u",
  62. "百度": "u",
  63. "字节跳动": "u",
  64. "QQ": "u",
  65. "京东": "u"
  66. },
  67. "快应用": {
  68. "华为": "u",
  69. "联盟": "u"
  70. },
  71. "Vue": {
  72. "vue2": "u",
  73. "vue3": "u"
  74. }
  75. }
  76. }
  77. },
  78. "devDependencies": {
  79. "sass": "^1.85.1",
  80. "sass-loader": "10"
  81. },
  82. "dependencies": {
  83. "@airwallex/components-sdk": "^1.20.0",
  84. "@awesome-cordova-plugins/facebook": "^8.0.0",
  85. "@capacitor-community/facebook-login": "^7.0.0",
  86. "@react-native-google-signin/google-signin": "^14.0.1",
  87. "airwallex-payment-elements": "latest",
  88. "clipboard": "^2.0.11",
  89. "dayjs": "^1.11.13",
  90. "fb-sdk": "^1.0.3",
  91. "pinia": "^3.0.2",
  92. "pinia-plugin-persistedstate": "^4.3.0",
  93. "uuid": "^11.1.0",
  94. "uview-plus": "^3.5.41",
  95. "uview-ui": "^2.0.38"
  96. },
  97. "main": "main.js",
  98. "scripts": {
  99. "test": "echo \"Error: no test specified\" && exit 1"
  100. },
  101. "author": "",
  102. "license": "ISC"
  103. }