{ "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": "^34.0.1", "expo-linear-gradient": "^6.0.0", "msgpack5": "^4.2.1", "native-base": "2.13.8", "prop-types": "^15.7.2", "react": "16.8.3", "react-dom": "^16.13.1", "react-native": "https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz", "react-native-chart-kit": "^3.13.0", "react-native-svg": "^9.13.6", "react-native-unimodules": "^0.5.4", "react-native-web": "^0.11.4" }, "devDependencies": { "babel-preset-expo": "^6.0.0" }, "private": true }