|
12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "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-async-storage/async-storage": "~1.17.3",
- "@react-native-masked-view/masked-view": "0.2.8",
- "@react-navigation/bottom-tabs": "^6.4.3",
- "@react-navigation/native": "^6.0.16",
- "@react-navigation/native-stack": "^6.9.4",
- "@reduxjs/toolkit": "^1.9.1",
- "axios": "^1.2.1",
- "expo": "^47.0.8",
- "expo-status-bar": "~1.4.2",
- "react": "18.1.0",
- "react-dom": "18.1.0",
- "react-native": "0.70.5",
- "react-native-gesture-handler": "~2.8.0",
- "react-native-reanimated": "~2.12.0",
- "react-native-responsive-screen": "^1.4.2",
- "react-native-safe-area-context": "4.4.1",
- "react-native-screens": "~3.18.0",
- "react-native-svg": "13.4.0",
- "react-native-svg-transformer": "^1.0.0",
- "react-native-web": "~0.18.7",
- "react-navigation-stack": "^2.10.4",
- "react-redux": "^8.0.5",
- "redux-batched-actions": "^0.5.0",
- "redux-thunk": "^2.4.2"
- },
- "devDependencies": {
- "@babel/core": "^7.19.3"
- },
- "private": true
- }
|