41 lines
1.2 KiB
JSON
41 lines
1.2 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-navigation/material-bottom-tabs": "^6.1.1",
|
|
"@react-navigation/native": "^6.0.8",
|
|
"@react-navigation/native-stack": "^6.5.0",
|
|
"expo": "~43.0.2",
|
|
"expo-status-bar": "~1.1.0",
|
|
"moment": "^2.29.1",
|
|
"react": "17.0.1",
|
|
"react-dom": "17.0.1",
|
|
"react-google-material-icons": "^1.0.4",
|
|
"react-native": "0.64.3",
|
|
"react-native-autoheight-webview": "^1.6.1",
|
|
"react-native-paper": "^4.11.2",
|
|
"react-native-safe-area-context": "^4.1.2",
|
|
"react-native-screens": "^3.13.1",
|
|
"react-native-vector-icons": "^9.1.0",
|
|
"react-native-web": "0.17.1",
|
|
"react-native-webview": "^11.17.2",
|
|
"@react-native-async-storage/async-storage": "~1.15.0",
|
|
"expo-av": "~10.1.3",
|
|
"expo-notifications": "~0.13.3",
|
|
"expo-device": "~4.0.3",
|
|
"expo-updates": "~0.10.15"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.9"
|
|
},
|
|
"private": true
|
|
}
|