package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "name": "TaxControlApp",
  3. "version": "0.0.1",
  4. "private": true,
  5. "scripts": {
  6. "android": "react-native run-android",
  7. "ios": "react-native run-ios",
  8. "start": "react-native start",
  9. "test": "jest",
  10. "lint": "eslint .",
  11. "bundle-ios": "node node_modules/react-native/local-cli/cli.js bundle --entry-file index.js --platform ios --dev false --bundle-output ./ios/bundle/index.ios.jsbundle --assets-dest ./ios/bundle"
  12. },
  13. "dependencies": {
  14. "@ant-design/icons-react-native": "^2.2.1",
  15. "@ant-design/react-native": "^4.0.7",
  16. "@bang88/china-city-data": "^1.0.0",
  17. "@react-native-async-storage/async-storage": "^1.13.3",
  18. "@react-native-community/cameraroll": "^4.0.2",
  19. "@react-native-community/datetimepicker": "^3.0.9",
  20. "@react-native-community/masked-view": "^0.1.10",
  21. "@react-native-community/picker": "^1.8.1",
  22. "@react-native-community/progress-bar-android": "^1.0.4",
  23. "@react-native-community/progress-view": "^1.2.3",
  24. "@react-native-community/segmented-control": "^2.2.2",
  25. "@react-native-community/slider": "^3.0.3",
  26. "@react-native-community/viewpager": "^4.2.2",
  27. "@react-navigation/bottom-tabs": "^5.11.7",
  28. "@react-navigation/native": "^5.9.2",
  29. "@react-navigation/stack": "^5.14.2",
  30. "moment": "^2.29.1",
  31. "react": "16.13.1",
  32. "react-native": "0.63.4",
  33. "react-native-action-button": "^2.8.5",
  34. "react-native-fast-image": "^8.3.4",
  35. "react-native-fs": "^2.17.0",
  36. "react-native-gesture-handler": "^1.9.0",
  37. "react-native-htmlview": "^0.16.0",
  38. "react-native-image-crop-picker": "^0.36.0",
  39. "react-native-linear-gradient": "^2.5.6",
  40. "react-native-loading-spinner-overlay": "^2.0.0",
  41. "react-native-pdf": "^6.2.2",
  42. "react-native-qrcode-svg": "^6.0.6",
  43. "react-native-reanimated": "^1.13.2",
  44. "react-native-safe-area-context": "^3.1.9",
  45. "react-native-screens": "^2.17.1",
  46. "react-native-splash-screen": "^3.2.0",
  47. "react-native-svg": "^12.1.0",
  48. "react-native-swiper": "^1.6.0",
  49. "react-native-update": "^5.10.0",
  50. "react-native-vector-icons": "^8.0.0",
  51. "react-native-webview": "^11.2.3",
  52. "react-native-wechat-lib": "^1.1.26",
  53. "rn-fetch-blob": "^0.12.0",
  54. "rn-overlay": "^0.4.0"
  55. },
  56. "devDependencies": {
  57. "@babel/core": "^7.12.10",
  58. "@babel/runtime": "^7.12.5",
  59. "@react-native-community/eslint-config": "^2.0.0",
  60. "babel-jest": "^26.6.3",
  61. "eslint": "^7.18.0",
  62. "jest": "^26.6.3",
  63. "metro-react-native-babel-preset": "^0.64.0",
  64. "react-test-renderer": "16.13.1"
  65. },
  66. "jest": {
  67. "preset": "react-native"
  68. }
  69. }