46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "O_Home",
|
|
"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/masked-view": "^0.1.10",
|
|
"@react-navigation/bottom-tabs": "^5.11.7",
|
|
"@react-navigation/material-bottom-tabs": "^5.3.13",
|
|
"@react-navigation/material-top-tabs": "^5.3.14",
|
|
"@react-navigation/native": "^5.9.2",
|
|
"@react-navigation/stack": "^5.14.2",
|
|
"@reduxjs/toolkit": "^1.5.0",
|
|
"react": "16.13.1",
|
|
"react-native": "0.63.4",
|
|
"react-native-gesture-handler": "^1.10.1",
|
|
"react-native-modal": "^11.7.0",
|
|
"react-native-paper": "^4.7.1",
|
|
"react-native-reanimated": "^1.13.2",
|
|
"react-native-safe-area-context": "^3.1.9",
|
|
"react-native-screens": "^2.17.1",
|
|
"react-native-vector-icons": "^8.0.0",
|
|
"react-redux": "^7.2.2",
|
|
"redux": "^4.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.12.13",
|
|
"@babel/runtime": "7.12.13",
|
|
"@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.13.1"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native"
|
|
}
|
|
}
|