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.
MeteoMaxEtPaul/package.json.orig

42 lines
1.0 KiB

{
"name": "expo-init",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/native": "^6.1.6",
"@react-navigation/stack": "^6.3.16",
<<<<<<< HEAD
"create-expo-app": "^1.3.2",
=======
"@reduxjs/toolkit": "^1.9.3",
>>>>>>> refs/remotes/origin/main
"expo": "~47.0.12",
"expo-status-bar": "~1.4.2",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.5",
"react-native-gesture-handler": "^2.9.0",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "~0.18.9",
<<<<<<< HEAD
"expo-splash-screen": "~0.17.5"
=======
"react-redux": "^8.0.5",
"redux": "^4.2.1"
>>>>>>> refs/remotes/origin/main
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/react": "~18.0.14",
"@types/react-native": "~0.70.6",
"typescript": "^4.6.3"
},
"private": true
}