-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.19 KB
/
package.json
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
35
36
37
38
39
40
41
42
43
{
"name": "WestmountApp",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"test": "node ./node_modules/jest/bin/jest.js --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/samples": "2.1.1",
"@expo/vector-icons": "^10.0.0",
"cheerio": "^1.0.0-rc.3",
"cheerio-without-node-native": "0.20.2",
"expo": "^33.0.0",
"expo-asset": "^5.0.1",
"expo-av": "~5.0.2",
"expo-cli": "^2.18.5",
"expo-font": "~5.0.1",
"expo-web-browser": "~5.0.2",
"global": "^4.3.2",
"react": "16.8.3",
"react-apollo": "^2.5.5",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"react-native-cheerio": "^1.0.0-rc.4",
"react-native-elements": "^1.1.0",
"react-native-git-upgrade": "^0.2.7",
"react-native-maps": "~0.24.0",
"react-native-sound-player": "^0.9.0",
"react-navigation": "^3.11.0",
"rn-fetch-blob": "^0.10.15",
"uglify-es": "3.2.2"
},
"devDependencies": {
"babel-preset-expo": "^5.0.0",
"jest-expo": "^33.0.0"
},
"private": true
}