Last updated
Last updated
{
"name": "Whatsapp",
"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 ."
},
"dependencies": {
"@react-native-community/async-storage": "^1.9.0",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/viewpager": "^4.0.0",
"@react-navigation/native": "^5.2.3",
"@react-navigation/stack": "^5.2.18",
"moment": "^2.25.1",
"native-base": "^2.13.12",
"react": "16.11.0",
"react-native": "0.62.2",
"react-native-bottom-action-sheet": "^2.0.1",
"react-native-camera": "^3.26.0",
"react-native-communications": "^2.2.1",
"react-native-confirmation-code-field": "^6.0.2",
"react-native-contacts": "^5.2.0",
"react-native-country-picker-modal": "^1.10.0",
"react-native-fast-image": "^8.1.5",
"react-native-gesture-handler": "^1.6.1",
"react-native-gifted-chat": "^0.16.1",
"react-native-image-helper": "0.0.2",
"react-native-localize": "^1.4.0",
"react-native-modal-popover": "0.0.12",
"react-native-parallax-header": "^1.1.3",
"react-native-parsed-text": "0.0.21",
"react-native-reanimated": "^1.8.0",
"react-native-safe-area-context": "^0.7.3",
"react-native-screens": "^2.7.0",
"react-native-scrollable-tab-view": "^1.0.0",
"react-native-vector-icons": "^6.6.0",
"react-redux": "^7.2.0",
"redux": "^4.0.5"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/runtime": "^7.9.6",
"@react-native-community/eslint-config": "^1.1.0",
"babel-jest": "^25.5.1",
"eslint": "^6.8.0",
"jest": "^25.5.4",
"metro-react-native-babel-preset": "^0.59.0",
"react-test-renderer": "16.11.0"
},
"jest": {
"preset": "react-native"
}
}