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.
29 lines
649 B
29 lines
649 B
{
|
|
"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",
|
|
"@extra-fs/promises": "^3.1.4",
|
|
"@reduxjs/toolkit": "^1.9.3",
|
|
"expo": "^48.0.4",
|
|
"expo-cli": "^6.3.2",
|
|
"expo-status-bar": "~1.4.2",
|
|
"fs-promise": "^2.0.3",
|
|
"react": "18.1.0",
|
|
"react-native": "0.70.5",
|
|
"react-redux": "^8.0.5",
|
|
"redux": "^4.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.9"
|
|
},
|
|
"private": true
|
|
}
|