package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "id": "uni-hello-i18n",
  3. "name": "Hello i18n",
  4. "displayName": "hello-i18n 示例工程",
  5. "version": "1.0.3",
  6. "description": "uni-app 国际化演示",
  7. "keywords": [
  8. "i18n",
  9. "hello-i18n",
  10. "多语言"
  11. ],
  12. "dcloudext": {
  13. "sale": {
  14. "regular": {
  15. "price": "0.00"
  16. },
  17. "sourcecode": {
  18. "price": "0.00"
  19. }
  20. },
  21. "contact": {
  22. "qq": ""
  23. },
  24. "declaration": {
  25. "ads": "无",
  26. "data": "无",
  27. "permissions": "无"
  28. },
  29. "npmurl": "",
  30. "type": "uniapp-template-project",
  31. "darkmode": "x",
  32. "i18n": "√",
  33. "widescreen": "x"
  34. },
  35. "repository": "",
  36. "uni_modules": {
  37. "platforms": {
  38. "cloud": {
  39. "tcb": "√",
  40. "aliyun": "√",
  41. "alipay": "x"
  42. },
  43. "client": {
  44. "uni-app": {
  45. "vue": {
  46. "vue2": "√",
  47. "vue3": "√"
  48. },
  49. "web": {
  50. "safari": "√",
  51. "chrome": "√"
  52. },
  53. "app": {
  54. "vue": "√",
  55. "nvue": "-",
  56. "android": "√",
  57. "ios": "√",
  58. "harmony": "-"
  59. },
  60. "mp": {
  61. "weixin": "√",
  62. "alipay": "-",
  63. "toutiao": "-",
  64. "baidu": "-",
  65. "kuaishou": "-",
  66. "jd": "-",
  67. "harmony": "-",
  68. "qq": "-",
  69. "lark": "-"
  70. },
  71. "quickapp": {
  72. "huawei": "-",
  73. "union": "-"
  74. }
  75. },
  76. "uni-app-x": {
  77. "web": {
  78. "safari": "-",
  79. "chrome": "-"
  80. },
  81. "app": {
  82. "android": "-",
  83. "ios": "-",
  84. "harmony": "-"
  85. },
  86. "mp": {
  87. "weixin": "-"
  88. }
  89. }
  90. }
  91. }
  92. },
  93. "engines": {
  94. "HBuilderX": "^3.1.0",
  95. "uni-app": "^4.03",
  96. "uni-app-x": ""
  97. }
  98. }