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.

41 lines
1.1 KiB

{
"name": "genius",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/ngrok": "^4.1.0",
"@expo/vector-icons": "^13.0.0",
"@extra-fs/promises": "^3.1.4",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/native": "^6.1.6",
"@react-navigation/stack": "^6.3.16",
"@reduxjs/toolkit": "^1.9.3",
"date-fns": "^2.29.3",
"expo": "^48.0.5",
"expo-cli": "^6.3.2",
"expo-status-bar": "~1.4.4",
"fs-promise": "^2.0.3",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-native": "0.71.3",
"react-native-paper": "^5.5.0",
"react-native-safe-area-context": "4.5.0",
"react-native-web": "~0.18.11",
"react-redux": "^8.0.5",
"redux": "^4.2.1",
"@react-native-async-storage/async-storage": "1.17.11"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/react-native": "^0.71.3",
"typescript": "^4.9.4"
},
"private": true
}