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.
42 lines
1.2 KiB
42 lines
1.2 KiB
{
|
|
"name": "leftovers",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "expo start --dev-client",
|
|
"android": "expo run:android",
|
|
"ios": "expo run:ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"@expo/webpack-config": "^19.0.0",
|
|
"@react-native-async-storage/async-storage": "^1.18.2",
|
|
"@react-navigation/bottom-tabs": "^6.5.11",
|
|
"@react-navigation/native": "^6.1.9",
|
|
"@react-navigation/native-stack": "^6.9.17",
|
|
"@types/react": "~18.2.14",
|
|
"axios": "^1.6.2",
|
|
"expo": "~49.0.15",
|
|
"expo-blur": "^12.4.1",
|
|
"expo-linear-gradient": "~12.3.0",
|
|
"expo-splash-screen": "~0.20.5",
|
|
"expo-status-bar": "~1.6.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-native": "0.72.6",
|
|
"react-native-dropdown-select-list": "^2.0.5",
|
|
"react-native-paper": "^5.11.1",
|
|
"react-native-safe-area-context": "^4.6.3",
|
|
"react-native-screens": "^3.22.0",
|
|
"react-native-splash-screen": "^3.3.0",
|
|
"react-native-virtualized-view": "^1.0.0",
|
|
"react-native-web": "~0.19.6",
|
|
"typescript": "^5.1.3",
|
|
"expo-image-picker": "~14.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0"
|
|
},
|
|
"private": true
|
|
}
|