package.json 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. {
  2. "name": "hola",
  3. "version": "1.0.0",
  4. "private": true,
  5. "description": "",
  6. "templateInfo": {
  7. "name": "react-native",
  8. "typescript": true,
  9. "css": "sass"
  10. },
  11. "scripts": {
  12. "build:weapp": "taro build --type weapp",
  13. "build_and_upload:weapp": "taro build --type weapp --upload",
  14. "build:swan": "taro build --type swan",
  15. "build:alipay": "taro build --type alipay",
  16. "build:tt": "taro build --type tt",
  17. "build:h5": "taro build --type h5",
  18. "build:rn": "taro build --type rn",
  19. "build:qq": "taro build --type qq",
  20. "build:jd": "taro build --type jd",
  21. "build:quickapp": "taro build --type quickapp",
  22. "dev:weapp": "npm run build:weapp -- --watch",
  23. "dev:swan": "npm run build:swan -- --watch",
  24. "dev:alipay": "npm run build:alipay -- --watch",
  25. "dev:tt": "npm run build:tt -- --watch",
  26. "dev:h5": "npm run build:h5 -- --watch",
  27. "dev:rn": "npm run build:rn -- --watch --qr",
  28. "dev:qq": "npm run build:qq -- --watch",
  29. "dev:jd": "npm run build:jd -- --watch",
  30. "dev:quickapp": "npm run build:quickapp -- --watch",
  31. "android": "react-native run-android",
  32. "ios": "react-native run-ios",
  33. "start": "react-native start",
  34. "podInstall": "pod-install",
  35. "upgradePeerdeps": "install-peerdeps @tarojs/taro-rn@3.6.16 -o -Y && install-peerdeps @tarojs/components-rn@3.6.16 -o -Y && install-peerdeps @tarojs/router-rn@3.6.16 -o -Y && pod-install"
  36. },
  37. "browserslist": [
  38. "last 3 versions",
  39. "Android >= 4.1",
  40. "ios >= 8"
  41. ],
  42. "author": "",
  43. "dependencies": {
  44. "@babel/runtime": "^7.7.7",
  45. "@bam.tech/react-native-image-resizer": "~3.0.4",
  46. "@expo/react-native-action-sheet": "^4.0.1",
  47. "@react-native-async-storage/async-storage": "~1.17.7",
  48. "@react-native-camera-roll/camera-roll": "~5.0.4",
  49. "@react-native-clipboard/clipboard": "~1.11.1",
  50. "@react-native-community/geolocation": "~3.0.2",
  51. "@react-native-community/netinfo": "~9.3.0",
  52. "@react-native-community/push-notification-ios": "^1.11.0",
  53. "@react-native-community/slider": "~4.3.2",
  54. "@react-native-firebase/app": "^19.2.2",
  55. "@react-native-firebase/messaging": "^19.2.2",
  56. "@react-native-masked-view/masked-view": "~0.2.7",
  57. "@react-native-picker/picker": "~2.4.2",
  58. "@react-navigation/bottom-tabs": "^6.5.10",
  59. "@react-navigation/native": "^6.1.9",
  60. "@react-navigation/stack": "^6.3.19",
  61. "@reduxjs/toolkit": "^1.9.7",
  62. "@tarojs/components": "3.6.19",
  63. "@tarojs/helper": "3.6.19",
  64. "@tarojs/plugin-framework-react": "3.6.19",
  65. "@tarojs/plugin-mini-ci": "^3.6.27",
  66. "@tarojs/plugin-platform-alipay": "3.6.19",
  67. "@tarojs/plugin-platform-h5": "3.6.19",
  68. "@tarojs/plugin-platform-jd": "3.6.19",
  69. "@tarojs/plugin-platform-qq": "3.6.19",
  70. "@tarojs/plugin-platform-swan": "3.6.19",
  71. "@tarojs/plugin-platform-tt": "3.6.19",
  72. "@tarojs/plugin-platform-weapp": "3.6.19",
  73. "@tarojs/react": "3.6.19",
  74. "@tarojs/rn-supporter": "3.6.19",
  75. "@tarojs/runtime": "3.6.19",
  76. "@tarojs/runtime-rn": "3.6.19",
  77. "@tarojs/shared": "3.6.19",
  78. "@tarojs/taro": "3.6.19",
  79. "@tarojs/taro-rn": "3.6.19",
  80. "@xstate/react": "^3.2.2",
  81. "ahooks": "^3.7.8",
  82. "dayjs": "^1.11.10",
  83. "expo": "~47.0.3",
  84. "expo-av": "~13.0.0",
  85. "expo-barcode-scanner": "~12.0.0",
  86. "expo-brightness": "~11.0.0",
  87. "expo-camera": "~13.0.0",
  88. "expo-file-system": "~15.1.1",
  89. "expo-image-picker": "~14.0.0",
  90. "expo-keep-awake": "~11.0.1",
  91. "expo-location": "~15.0.1",
  92. "expo-sensors": "~12.0.1",
  93. "i18next": "^23.5.1",
  94. "i18next-browser-languagedetector": "^7.1.0",
  95. "intl": "^1.2.5",
  96. "jcore-react-native": "^2.1.5",
  97. "jpush-react-native": "^3.0.6",
  98. "lodash": "^4.17.21",
  99. "mathjs": "^12.3.0",
  100. "moment-timezone": "^0.5.45",
  101. "react": "^18.1.0",
  102. "react-dom": "^18.1.0",
  103. "react-i18next": "^13.2.2",
  104. "react-native": "^0.70.1",
  105. "react-native-device-info": "~10.3.0",
  106. "react-native-gesture-handler": "~2.9.0",
  107. "react-native-haptic-feedback": "^2.2.0",
  108. "react-native-linear-gradient": "^2.8.3",
  109. "react-native-localize": "^3.1.0",
  110. "react-native-onesignal": "^5.1.3",
  111. "react-native-pager-view": "~6.0.1",
  112. "react-native-permissions": "^4.1.5",
  113. "react-native-push-notification": "^8.1.1",
  114. "react-native-safe-area-context": "~4.4.1",
  115. "react-native-screens": "^3.18.2",
  116. "react-native-svg": "~13.7.0",
  117. "react-native-syan-image-picker": "0.5.3",
  118. "react-native-webview": "~11.23.0",
  119. "react-redux": "^8.1.3",
  120. "taro-ui": "^3.1.1",
  121. "tdesign-miniprogram": "^1.2.8",
  122. "tdesign-miniprogram-taro": "^0.0.4",
  123. "xstate": "^4.38.2"
  124. },
  125. "devDependencies": {
  126. "@babel/core": "^7.12.9",
  127. "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
  128. "@tarojs/cli": "3.6.19",
  129. "@tarojs/rn-runner": "3.6.19",
  130. "@tarojs/taro-loader": "3.6.19",
  131. "@tarojs/webpack5-runner": "3.6.19",
  132. "@types/node": "^18.15.11",
  133. "@types/react": "^18.0.0",
  134. "@types/react-native": "^0.69.8",
  135. "@types/webpack-env": "^1.13.6",
  136. "@typescript-eslint/eslint-plugin": "^5.20.0",
  137. "@typescript-eslint/parser": "^5.20.0",
  138. "babel-preset-taro": "3.6.19",
  139. "eslint": "^8.12.0",
  140. "eslint-config-taro": "3.6.19",
  141. "eslint-plugin-import": "^2.12.0",
  142. "eslint-plugin-react": "^7.8.2",
  143. "eslint-plugin-react-hooks": "^4.2.0",
  144. "install-peerdeps": "^3.0.3",
  145. "pod-install": "^0.1.23",
  146. "postcss": "^8.4.18",
  147. "react-refresh": "^0.11.0",
  148. "stylelint": "9.3.0",
  149. "ts-node": "^10.9.1",
  150. "typescript": "^4.1.0",
  151. "webpack": "^5.78.0"
  152. }
  153. }