package.json
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest",
"coverage": "jest --coverage",
"coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls"
},
"dependencies": {
"@react-native-community/datetimepicker": "^3.0.2",
"@react-native-community/masked-view": "0.1.6",
"@react-native-community/picker": "^1.4.0",
"expo": "~37.0.3",
"expo-barcode-scanner": "^8.1.0",
"expo-font": "~8.1.0",
"jest": "^25.5.4",
"jest-enzyme": "^7.1.2",
"jest-expo": "^37.0.0",
"mem": ">=4.0.0",
"moment": "^2.26.0",
"react": "~16.9.0",
"react-dom": "~16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
"react-native-camera": "git+https://git@github.com/react-native-community/react-native-camera.git",
"react-native-communications": "^2.2.1",
"react-native-easy-grid": "^0.2.2",
"react-native-extra-dimensions-android": "^1.2.5",
"react-native-gesture-handler": "~1.6.0",
"react-native-material-dropdown": "^0.11.1",
"react-native-modal": "^11.5.6",
"react-native-paper": "^3.8.0",
"react-native-picker-select": "^7.0.0",
"react-native-qrcode-scanner": "^1.4.1",
"react-native-reanimated": "~1.7.0",
"react-native-safe-area-context": "0.7.3",
"react-native-screens": "^2.2.0",
"react-native-sms": "^1.11.0",
"react-native-testing-library": "^2.0.1",
"react-native-web": "~0.11.7",
"react-navigation": "^4.3.7",
"react-navigation-drawer": "^2.4.11",
"react-navigation-header-buttons": "^3.0.5",
"react-navigation-material-bottom-tabs": "^2.2.10",
"react-navigation-stack": "^2.3.11",
"react-navigation-tabs": "^2.8.11",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"thunk": "0.0.1"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"babel-jest": "^26.0.1",
"babel-preset-expo": "~8.1.0",
"coveralls": "^3.1.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"mocha-lcov-reporter": "^1.3.0",
"react-test-renderer": "^16.13.1",
"redux-mock-store": "^1.5.4"
},
"private": true,
"jest": {
"testPathIgnorePatterns": [
"node_modules"
],
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native|react-clone-referenced-element|@react-native-community|expo(nent)?|@expo(nent)?/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|@sentry/.*)"
],
"testEnvironment": "jsdom",
"verbose": true
}
}