-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.53 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
{
"name": "Direction",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"@react-native-community/slider": "^1.0.4",
"mobx": "^5.9.0",
"mobx-react": "^5.4.3",
"mobx-state-tree": "^3.12.2",
"prop-types": "^15.7.2",
"qs": "^6.7.0",
"react": "16.8.3",
"react-native": "^0.59.1",
"react-native-animatable": "^1.3.2",
"react-native-auto-height-image": "^1.1.0",
"react-native-collapsible": "^1.4.0",
"react-native-dialog": "^5.5.0",
"react-native-elements": "^1.1.0",
"react-native-floating-action": "^1.14.2",
"react-native-geolocation-service": "^2.0.0",
"react-native-gesture-handler": "^1.0.17",
"react-native-gifted-chat": "^0.7.3",
"react-native-google-places-autocomplete": "^1.3.9",
"react-native-popup-dialog": "^0.18.2",
"react-native-simple-compass": "^1.0.0",
"react-native-size-matters": "^0.1.6",
"react-native-snap-carousel": "^3.7.5",
"react-native-star-rating": "^1.1.0",
"react-native-swipeout": "^2.3.6",
"react-native-swiper": "^1.5.14",
"react-native-vector-icons": "^6.4.2",
"react-navigation": "^3.4.1"
},
"devDependencies": {
"@babel/core": "7.3.4",
"@babel/runtime": "7.3.4",
"babel-jest": "24.5.0",
"eslint-config-rallycoding": "^3.2.0",
"jest": "24.5.0",
"metro-react-native-babel-preset": "0.53.1",
"react-test-renderer": "16.8.3"
},
"jest": {
"preset": "react-native"
}
}