35 lines
1.0 KiB
JSON
35 lines
1.0 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"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-community/masked-view": "0.1.10",
|
|
"@react-navigation/native": "5.1.1",
|
|
"expo": "^38.0.9",
|
|
"expo-status-bar": "^1.0.2",
|
|
"react": "~16.11.0",
|
|
"react-dom": "~16.11.0",
|
|
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz",
|
|
"react-native-gesture-handler": "~1.6.0",
|
|
"react-native-reanimated": "~1.9.0",
|
|
"react-native-safe-area-context": "~3.0.7",
|
|
"react-native-screens": "~2.9.0",
|
|
"react-native-web": "~0.11.7",
|
|
"react-navigation": "^4.4.0",
|
|
"react-navigation-stack": "^2.8.2",
|
|
"@react-navigation/stack": "5.2.3",
|
|
"@react-navigation/core": "5.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.8.6",
|
|
"babel-plugin-module-resolver": "^4.0.0",
|
|
"babel-preset-expo": "~8.1.0"
|
|
},
|
|
"private": true
|
|
}
|