You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
911 B
34 lines
911 B
{
|
|
"name": "tp-react-native",
|
|
"version": "1.0.0",
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
"scripts": {
|
|
"ts:check": "tsc",
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-async-storage/async-storage": "^1.23.1",
|
|
"@react-navigation/bottom-tabs": "^6.5.11",
|
|
"@react-navigation/native": "^6.1.10",
|
|
"@react-navigation/stack": "^6.3.21",
|
|
"@reduxjs/toolkit": "^2.2.1",
|
|
"@types/react": "~18.2.45",
|
|
"expo": "~50.0.3",
|
|
"expo-status-bar": "~1.11.1",
|
|
"react": "18.2.0",
|
|
"react-native": "0.73.2",
|
|
"react-native-gesture-handler": "^2.15.0",
|
|
"react-native-safe-area-context": "^4.9.0",
|
|
"react-redux": "^9.1.0",
|
|
"redux": "^5.0.1",
|
|
"typescript": "^5.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0"
|
|
},
|
|
"private": true
|
|
}
|