31 lines
921 B
JSON
Executable file
31 lines
921 B
JSON
Executable file
{
|
|
"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.5",
|
|
"axios": "^0.19.2",
|
|
"expo": "~36.0.0",
|
|
"react": "~16.9.0",
|
|
"react-dom": "~16.9.0",
|
|
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.0.tar.gz",
|
|
"react-native-elements": "^1.2.7",
|
|
"react-native-gesture-handler": "^1.5.3",
|
|
"react-native-reanimated": "~1.4.0",
|
|
"react-native-safe-area-context": "0.6.0",
|
|
"react-native-screens": "2.0.0-alpha.12",
|
|
"react-native-web": "~0.11.7",
|
|
"react-navigation": "^4.0.10",
|
|
"react-navigation-stack": "^2.0.16"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.0.0",
|
|
"babel-preset-expo": "~8.0.0"
|
|
},
|
|
"private": true
|
|
}
|