package.json 1.3 KB
{
  "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": {
    "1.3.0": "^1.3.0",
    "axios": "^0.19.0",
    "expo": "^35.0.0",
    "expo-permissions": "~7.0.0",
    "expo-speech": "~7.0.0",
    "expo-sqlite": "~7.0.0",
    "path": "^0.12.7",
    "react": "16.8.3",
    "react-dom": "16.8.3",
    "react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz",
    "react-native-gesture-handler": "~1.3.0",
    "react-native-navigation": "^3.6.0",
    "react-native-paper": "^3.2.1",
    "react-native-reanimated": "^1.4.0",
    "react-native-svg": "^9.13.3",
    "react-native-svg-charts": "^5.3.0",
    "react-native-swiper": "^1.5.14",
    "react-native-voice": "^0.3.0",
    "react-native-web": "^0.11.7",
    "react-navigation": "^4.0.10",
    "react-navigation-material-bottom-tabs": "^2.1.5",
    "react-navigation-tabs": "^2.5.6",
    "react-redux": "^7.1.3",
    "react-thunk": "^1.0.0",
    "redux": "^4.0.4",
    "redux-thunk": "^2.3.0"
  },
  "devDependencies": {
    "babel-preset-expo": "^7.1.0",
    "react-native-dotenv": "^0.2.0"
  },
  "private": true,
  "rnpm": {
    "assets": [
      "./assets/fonts/"
    ]
  }
}