package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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/react-native": "^4.1.0",
  15. "@react-native-async-storage/async-storage": "^1.15.4",
  16. "@react-native-community/cameraroll": "^4.0.4",
  17. "@react-native-community/datetimepicker": "^3.5.0",
  18. "@react-native-community/masked-view": "^0.1.11",
  19. "@react-native-community/progress-bar-android": "^1.0.4",
  20. "@react-native-community/progress-view": "^1.3.1",
  21. "@react-native-community/segmented-control": "^2.2.2",
  22. "@react-native-community/slider": "^3.0.3",
  23. "@react-native-picker/picker": "^1.16.0",
  24. "@react-navigation/bottom-tabs": "^5.11.11",
  25. "@react-navigation/native": "^5.9.4",
  26. "@react-navigation/stack": "^5.14.5",
  27. "moment": "^2.29.1",
  28. "react": "17.0.1",
  29. "react-native": "0.64.1",
  30. "react-native-action-button": "^2.8.5",
  31. "react-native-bouncy-checkbox": "^2.1.1",
  32. "react-native-fast-image": "^8.3.4",
  33. "react-native-fs": "^2.18.0",
  34. "react-native-gesture-handler": "^1.10.3",
  35. "react-native-image-crop-picker": "^0.36.2",
  36. "react-native-linear-gradient": "^2.5.6",
  37. "react-native-loading-spinner-overlay": "^2.0.0",
  38. "react-native-pager-view": "^5.1.9",
  39. "react-native-pdf": "^6.3.0",
  40. "react-native-qrcode-svg": "^6.1.1",
  41. "react-native-reanimated": "^2.1.0",
  42. "react-native-safe-area-context": "^3.2.0",
  43. "react-native-screens": "^3.2.0",
  44. "react-native-splash-screen": "^3.2.0",
  45. "react-native-svg": "^12.1.1",
  46. "react-native-swiper": "^1.6.0-rc.3",
  47. "react-native-update": "^6.0.2",
  48. "react-native-vector-icons": "^8.1.0",
  49. "react-native-webview": "^11.6.4",
  50. "react-native-wechat-lib": "^1.1.26",
  51. "rn-fetch-blob": "^0.12.0"
  52. },
  53. "devDependencies": {
  54. "@babel/core": "^7.14.3",
  55. "@babel/runtime": "^7.14.0",
  56. "@react-native-community/eslint-config": "^2.0.0",
  57. "babel-jest": "^26.6.3",
  58. "eslint": "^7.26.0",
  59. "jest": "^26.6.3",
  60. "metro-react-native-babel-preset": "^0.66.0",
  61. "react-test-renderer": "17.0.1"
  62. },
  63. "jest": {
  64. "preset": "react-native"
  65. }
  66. }