Files
EMI-ExpoAPP/package.json
T
2024-10-04 01:34:24 -04:00

54 lines
1.6 KiB
JSON

{
"name": "app",
"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",
"eject": "expo eject"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-community/netinfo": "9.3.10",
"@react-navigation/bottom-tabs": "^6.2.0",
"@react-navigation/native": "^6.0.8",
"@react-navigation/native-stack": "^6.5.0",
"assert": "^2.0.0",
"expo": "^49.0.8",
"expo-av": "~13.4.1",
"expo-dev-client": "~2.4.11",
"expo-device": "~5.4.0",
"expo-image-picker": "~14.3.2",
"expo-linking": "~5.0.2",
"expo-localization": "~14.3.0",
"expo-notifications": "~0.20.1",
"expo-status-bar": "~1.6.0",
"expo-updates": "~0.18.16",
"i18n-js": "^4.2.0",
"moment": "^2.29.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.6",
"react-native-autoheight-webview": "^1.6.1",
"react-native-hyperlink": "0.0.19",
"react-native-paper": "^4.11.2",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-vector-icons": "^9.1.0",
"react-native-web": "~0.19.6",
"react-native-webview": "13.2.2",
"valtio": "^1.4.0",
"@expo/metro-config": "~0.10.0",
"@expo/webpack-config": "^19.0.0",
"expo-image": "~1.3.5",
"expo-media-library": "~15.4.1",
"expo-sharing": "~11.5.0"
},
"devDependencies": {
"@babel/core": "^7.19.3"
},
"private": true
}