46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"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",
|
|
"test": "jest --watchAll"
|
|
},
|
|
"jest": {
|
|
"preset": "jest-expo"
|
|
},
|
|
"dependencies": {
|
|
"@expo/vector-icons": "12.0.5",
|
|
"@react-native-community/masked-view": "0.1.11",
|
|
"@react-navigation/bottom-tabs": "5.11.11",
|
|
"@react-navigation/native": "5.9.4",
|
|
"@react-navigation/stack": "5.14.5",
|
|
"expo": "41.0.1",
|
|
"expo-asset": "8.3.2",
|
|
"expo-constants": "10.1.3",
|
|
"expo-font": "9.1.0",
|
|
"expo-linking": "2.2.3",
|
|
"expo-splash-screen": "0.10.2",
|
|
"expo-status-bar": "1.0.4",
|
|
"expo-web-browser": "9.1.0",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"react-native": "https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz",
|
|
"react-native-reanimated": "2.2.0",
|
|
"react-native-gesture-handler": "1.10.3",
|
|
"react-native-safe-area-context": "3.2.0",
|
|
"react-native-screens": "3.3.0",
|
|
"react-native-web": "0.16.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.14.3",
|
|
"@types/react": "17.0.8",
|
|
"@types/react-native": "0.64.8",
|
|
"jest-expo": "41.0.0",
|
|
"typescript": "4.3.2"
|
|
},
|
|
"private": true
|
|
}
|