beerbuddy/react-native/package.json
ak 9a9e6ac209 progress update 2023-11-29
backend code complete, to be uploaded to deta
2023-11-29 18:17:43 -08:00

37 lines
984 B
JSON

{
"name": "beerbuddy",
"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/webpack-config": "^19.0.0",
"expo": "~49.0.15",
"expo-asset": "^8.10.1",
"expo-constants": "^14.4.2",
"expo-linking": "^6.0.0",
"expo-location": "~16.1.0",
"expo-router": "^2.0.14",
"expo-status-bar": "~1.6.0",
"install": "^0.13.0",
"npx": "^10.2.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.6",
"react-native-gesture-handler": "^2.14.0",
"react-native-safe-area-context": "^4.7.4",
"react-native-screens": "^3.27.0",
"react-native-web": "~0.19.6",
"react-native-webview": "^13.6.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.14",
"typescript": "^5.1.3"
},
"private": true
}