resin/package.json

45 lines
1.4 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": {
"@expo/ngrok": "^4.1.0",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-masked-view/masked-view": "0.2.6",
"@react-navigation/bottom-tabs": "^6.3.1",
"@react-navigation/core": "^6.2.1",
"@react-navigation/native": "^6.0.10",
"@react-navigation/stack": "^6.2.1",
"expo": "^45.0.0",
"expo-image-picker": "~13.1.1",
"expo-linking": "~3.1.0",
"expo-status-bar": "~1.3.0",
"expo-web-browser": "~10.2.0",
"mime": "^2.5.2",
"react": "^17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.2",
"react-native-gesture-handler": "~2.2.1",
"react-native-pager-view": "5.4.15",
"react-native-popup-menu": "^0.15.10",
"react-native-reanimated": "~2.8.0",
"react-native-render-html": "^5.1.1",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "~3.11.1",
"react-native-tab-view": "^2.16.0",
"react-native-web": "0.17.7",
"react-navigation-stack": "^2.8.2"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"babel-plugin-module-resolver": "^4.0.0",
"babel-preset-expo": "~9.1.0"
},
"private": true
}