{ "name": "TaxControlApp", "version": "0.0.1", "private": true, "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "start": "react-native start", "test": "jest", "lint": "eslint .", "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" }, "dependencies": { "@ant-design/react-native": "^4.1.0", "@react-native-async-storage/async-storage": "^1.15.4", "@react-native-community/cameraroll": "^4.0.4", "@react-native-community/datetimepicker": "^3.5.0", "@react-native-community/masked-view": "^0.1.11", "@react-native-community/progress-bar-android": "^1.0.4", "@react-native-community/progress-view": "^1.3.1", "@react-native-community/segmented-control": "^2.2.2", "@react-native-community/slider": "^3.0.3", "@react-native-picker/picker": "^1.16.0", "@react-navigation/bottom-tabs": "^5.11.11", "@react-navigation/native": "^5.9.4", "@react-navigation/stack": "^5.14.5", "moment": "^2.29.1", "react": "17.0.1", "react-native": "0.64.1", "react-native-action-button": "^2.8.5", "react-native-bouncy-checkbox": "^2.1.1", "react-native-fast-image": "^8.3.4", "react-native-fs": "^2.18.0", "react-native-gesture-handler": "^1.10.3", "react-native-image-crop-picker": "^0.36.2", "react-native-linear-gradient": "^2.5.6", "react-native-loading-spinner-overlay": "^2.0.0", "react-native-pager-view": "^5.1.9", "react-native-pdf": "^6.3.0", "react-native-qrcode-svg": "^6.1.1", "react-native-reanimated": "^2.1.0", "react-native-safe-area-context": "^3.2.0", "react-native-screens": "^3.2.0", "react-native-splash-screen": "^3.2.0", "react-native-svg": "^12.1.1", "react-native-swiper": "^1.6.0-rc.3", "react-native-update": "^6.0.2", "react-native-vector-icons": "^8.1.0", "react-native-webview": "^11.6.4", "react-native-wechat-lib": "^1.1.26", "rn-fetch-blob": "^0.12.0" }, "devDependencies": { "@babel/core": "^7.14.3", "@babel/runtime": "^7.14.0", "@react-native-community/eslint-config": "^2.0.0", "babel-jest": "^26.6.3", "eslint": "^7.26.0", "jest": "^26.6.3", "metro-react-native-babel-preset": "^0.66.0", "react-test-renderer": "17.0.1" }, "jest": { "preset": "react-native" } }