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
674 B
29 lines
674 B
{
|
|
"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",
|
|
"@types/react": "~18.2.14",
|
|
"expo": "~49.0.15",
|
|
"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-splash-screen": "^3.3.0",
|
|
"react-native-web": "~0.19.6",
|
|
"typescript": "^5.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0"
|
|
},
|
|
"private": true
|
|
}
|