summaryrefslogtreecommitdiff
path: root/package.json
blob: 225cb4781b4df5d2bb5eb420dad17f4c9e64293b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
  "main": "node_modules/expo/AppEntry.js",
  "scripts": {
    "start": "expo start",
    "android": "expo start --android",
    "ios": "expo start --ios",
    "eject": "expo eject"
  },
  "dependencies": {
    "expo": "^33.0.0",
    "expo-web-browser": "^5.0.0",
    "react": "16.8.3",
    "react-dom": "^16.8.6",
    "react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
    "react-native-raster-maps": "^1.0.2",
    "react-native-web": "^0.11.4",
    "react-navigation": "^3.9.1",
    "react-redux": "^6.0.1",
    "redux": "^4.0.1",
    "redux-devtools-extension": "^2.13.8",
    "redux-su": "^0.3.4",
    "redux-thunk": "^2.3.0"
  },
  "devDependencies": {
    "@types/react": "^16.8.16",
    "@types/react-native": "^0.57.53",
    "@types/react-native-vector-icons": "^6.4.0",
    "@types/react-redux": "^7.0.8",
    "babel-preset-expo": "^5.0.0",
    "react-native-typescript-transformer": "^1.2.12",
    "typescript": "^3.4.5"
  },
  "private": true
}