-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.56 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
44
45
46
47
48
49
50
51
52
53
54
55
{
"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",
"lint": "eslint ./"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/samples": "2.1.1",
"@expo/vector-icons": "^10.0.0",
"@mapbox/mapbox-sdk": "^0.4.1",
"@mapbox/polyline": "^1.0.0",
"chroma-js": "^2.0.2",
"common-tags": "^1.8.0",
"expo": "^33.0.0",
"expo-asset": "^6.0.0",
"expo-constants": "~5.0.1",
"expo-font": "~5.0.1",
"expo-location": "~5.0.1",
"expo-permissions": "~5.0.1",
"expo-web-browser": "~5.0.2",
"he": "^1.2.0",
"invert-color": "^2.0.0",
"js-sha256": "^0.9.0",
"lottie-react-native": "~2.6.1",
"moment": "^2.23.0",
"native-base": "^2.13.0",
"prop-types": "^15.6.2",
"react": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"react-native-image-overlay": "^0.1.2",
"react-native-maps": "~0.24.0",
"react-native-webview": "~5.8.1",
"react-native-xml2js": "^1.0.3",
"react-navigation": "^2.18.2"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"babel-preset-expo": "^5.0.0",
"eslint": "^5.11.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.12.2",
"jest-expo": "^31.0.0",
"react-test-renderer": "^16.7.0"
},
"private": true
}