-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 861 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 861 Bytes
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
{
"main": "node_modules/expo/AppEntry.js",
"private": true,
"dependencies": {
"@shoutem/ui": "^0.23.4",
"expo": "^26.0.0",
"query-string": "^6.0.0",
"react": "16.3.0-alpha.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-26.0.0.tar.gz",
"react-native-elements": "^1.0.0-beta4",
"react-native-linear-gradient": "^2.4.0",
"react-native-open-maps": "^0.1.4",
"react-native-share": "^1.0.27",
"react-native-sideswipe": "^1.4.1",
"react-native-smooth-swipe-list": "^1.4.4",
"react-native-snap-carousel": "^3.6.0",
"react-native-swipeable": "^0.6.0",
"react-native-swipeout": "^2.3.3",
"react-native-swiper": "^1.5.13",
"react-native-tag-select": "^2.0.0",
"react-native-vector-icons": "^4.6.0",
"react-native-video": "^2.0.0",
"react-navigation": "^1.5.11"
}
}