package.json 4.6 KB

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