hackernews-expo

Hackernews expo client
git clone http://git.hanabi.in/repos/hackernews-expo.git
Log | Files | Refs | LICENSE

package.json (684B)


      1 {
      2   "main": "node_modules/expo/AppEntry.js",
      3   "scripts": {
      4     "start": "expo start",
      5     "android": "expo start --android",
      6     "ios": "expo start --ios",
      7     "web": "expo start --web",
      8     "eject": "expo eject"
      9   },
     10   "dependencies": {
     11     "@expo/vector-icons": "^10.0.0",
     12     "expo": "^35.0.0",
     13     "moment": "^2.24.0",
     14     "node-fetch": "^2.6.0",
     15     "react": "16.8.3",
     16     "react-dom": "16.8.3",
     17     "react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz",
     18     "react-native-render-html": "^4.1.2",
     19     "react-native-web": "^0.11.7",
     20     "react-navigation": "2.0.1"
     21   },
     22   "devDependencies": {
     23     "babel-preset-expo": "^7.1.0"
     24   },
     25   "private": true
     26 }