tooot/package.json

59 lines
2.0 KiB
JSON
Raw Normal View History

2020-10-20 10:28:42 +02: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": {
2020-10-26 00:27:53 +01:00
"@expo/vector-icons": "^10.0.0",
2020-10-23 09:22:17 +02:00
"@react-native-async-storage/async-storage": "^1.13.0",
"@react-native-community/masked-view": "0.1.10",
2020-10-26 00:27:53 +01:00
"@react-native-community/segmented-control": "2.1.1",
2020-10-31 02:22:08 +01:00
"@react-native-community/viewpager": "4.1.6",
2020-10-23 09:22:17 +02:00
"@react-navigation/bottom-tabs": "^5.9.2",
"@react-navigation/native": "^5.7.6",
"@react-navigation/stack": "^5.9.3",
"@reduxjs/toolkit": "^1.4.0",
2020-10-20 10:28:42 +02:00
"expo": "~39.0.2",
2020-10-23 09:22:17 +02:00
"expo-app-auth": "~9.2.0",
2020-10-31 02:22:08 +01:00
"expo-av": "~8.6.0",
"expo-secure-store": "~9.2.0",
"expo-splash-screen": "~0.6.1",
2020-10-20 10:28:42 +02:00
"expo-status-bar": "~1.0.2",
2020-10-31 02:22:08 +01:00
"ky": "^0.24.0",
2020-10-20 10:28:42 +02:00
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.3.tar.gz",
2020-10-28 00:02:37 +01:00
"react-native-collapsible": "^1.5.3",
"react-native-gesture-handler": "~1.7.0",
2020-10-26 00:27:53 +01:00
"react-native-htmlview": "^0.16.0",
2020-10-27 01:51:51 +01:00
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-reanimated": "~1.13.0",
2020-10-29 14:52:28 +01:00
"react-native-render-html": "^4.2.4",
"react-native-safe-area-context": "3.1.4",
"react-native-screens": "~2.10.1",
"react-native-web": "~0.13.7",
"react-native-webview": "10.7.0",
2020-10-31 02:22:08 +01:00
"react-navigation": "^4.4.3",
"react-query": "^2.26.1",
2020-10-31 02:22:08 +01:00
"react-redux": "^7.2.1"
2020-10-20 10:28:42 +02:00
},
"devDependencies": {
2020-10-23 09:22:17 +02:00
"@babel/core": "~7.9.0",
2020-10-25 01:35:41 +02:00
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
2020-10-31 21:04:46 +01:00
"@types/react": "^16.9.55",
"@types/react-dom": "^16.9.9",
"@types/react-native": "^0.63.30",
"@types/react-native-htmlview": "^0.12.2",
"@types/react-navigation": "^3.4.0",
"@types/react-redux": "^7.1.9",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-typescript-to-proptypes": "^1.4.1",
"typescript": "^4.0.5"
2020-10-20 10:28:42 +02:00
},
"private": true
}