resin/package.json

43 lines
1.3 KiB
JSON
Raw Normal View History

2021-02-26 16:05:46 +00:00
{
"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": {
2021-07-01 20:05:31 +00:00
"@react-native-async-storage/async-storage": "^1.13.0",
2021-02-26 16:05:46 +00:00
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/core": "5.2.3",
2021-02-26 16:05:46 +00:00
"@react-navigation/native": "5.1.1",
"@react-navigation/stack": "5.2.3",
2021-07-01 20:05:31 +00:00
"expo": "^41.0.0",
"expo-image-picker": "~10.1.4",
"expo-linking": "~2.2.3",
"expo-status-bar": "~1.0.4",
"expo-web-browser": "~9.1.0",
"mime": "^2.5.2",
2021-06-05 21:47:48 +00:00
"react": "16.13.1",
"react-dom": "16.13.1",
2021-07-01 20:05:31 +00:00
"react-native": "https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz",
"react-native-gesture-handler": "~1.10.2",
"react-native-pager-view": "5.0.12",
"react-native-popup-menu": "^0.15.10",
2021-07-01 20:05:31 +00:00
"react-native-reanimated": "~2.1.0",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "~3.0.0",
"react-native-tab-view": "^2.16.0",
2021-07-01 19:45:40 +00:00
"react-native-web": "~0.13.12",
2021-02-26 16:05:46 +00:00
"react-navigation": "^4.4.0",
"react-navigation-stack": "^2.8.2"
2021-02-26 16:05:46 +00:00
},
"devDependencies": {
2021-07-01 19:45:40 +00:00
"@babel/core": "~7.9.0",
2021-02-26 16:05:46 +00:00
"babel-plugin-module-resolver": "^4.0.0",
2021-07-01 19:45:40 +00:00
"babel-preset-expo": "8.3.0"
2021-02-26 16:05:46 +00:00
},
"private": true
}