2022-11-27 19:26:04 +07:00
|
|
|
{
|
|
|
|
"name": "ebogaMerchant",
|
|
|
|
"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-async-storage/async-storage": "^1.17.11",
|
|
|
|
"@react-navigation/bottom-tabs": "^6.4.0",
|
|
|
|
"@react-navigation/native": "^6.0.13",
|
|
|
|
"@react-navigation/native-stack": "^6.9.1",
|
|
|
|
"axios": "^0.22.0",
|
|
|
|
"babel-plugin-module-resolver": "^4.1.0",
|
|
|
|
"eslint-import-resolver-babel-module": "^5.3.1",
|
|
|
|
"eslint-plugin-import": "^2.26.0",
|
|
|
|
"i18next": "^22.0.6",
|
|
|
|
"moment": "^2.29.4",
|
|
|
|
"react": "18.1.0",
|
|
|
|
"react-i18next": "^12.0.0",
|
|
|
|
"react-native": "0.70.6",
|
2022-12-01 09:50:30 +07:00
|
|
|
"react-native-currency-input": "^1.1.0",
|
|
|
|
"react-native-dropdown-picker": "^5.4.3",
|
2022-11-27 19:26:04 +07:00
|
|
|
"react-native-localize": "^2.2.4",
|
2022-12-01 09:50:30 +07:00
|
|
|
"react-native-maps": "^1.3.2",
|
2022-11-27 19:26:04 +07:00
|
|
|
"react-native-modal": "^13.0.1",
|
|
|
|
"react-native-responsive-fontsize": "^0.5.1",
|
|
|
|
"react-native-safe-area-context": "^4.4.1",
|
|
|
|
"react-native-screens": "^3.18.2",
|
|
|
|
"react-native-vector-icons": "^9.2.0",
|
|
|
|
"react-redux": "^7.2.6",
|
|
|
|
"redux": "^4.1.2",
|
|
|
|
"redux-persist": "^6.0.0",
|
|
|
|
"redux-thunk": "^2.4.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/core": "^7.12.9",
|
|
|
|
"@babel/runtime": "^7.12.5",
|
|
|
|
"@react-native-community/eslint-config": "^2.0.0",
|
|
|
|
"babel-jest": "^26.6.3",
|
|
|
|
"eslint": "^7.32.0",
|
|
|
|
"jest": "^26.6.3",
|
|
|
|
"metro-react-native-babel-preset": "0.72.3",
|
|
|
|
"react-test-renderer": "18.1.0"
|
|
|
|
},
|
|
|
|
"jest": {
|
|
|
|
"preset": "react-native"
|
|
|
|
}
|
|
|
|
}
|