-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
88 lines (88 loc) · 3.01 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"postinstall": "jetify"
},
"dependencies": {
"@apollo/react-hooks": "^3.1.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@expo/vector-icons": "^10.0.6",
"@react-native-community/datetimepicker": "^2.2.2",
"@react-native-community/masked-view": "^0.1.6",
"@react-navigation/routers": "^5.0.0-alpha.31",
"apollo-boost": "^0.4.7",
"apollo-cache-inmemory": "^1.6.5",
"apollo-cache-persist": "^0.1.1",
"apollo-client": "^2.6.8",
"apollo-link": "^1.2.13",
"apollo-link-context": "^1.0.19",
"apollo-link-error": "^1.1.12",
"apollo-link-http": "^1.5.16",
"apollo-link-state": "^0.4.2",
"apollo-link-ws": "^1.0.19",
"apollo-utilities": "^1.3.3",
"axios": "^0.19.2",
"expo": "~36.0.0",
"expo-asset": "^8.0.0",
"expo-camera": "^8.0.0",
"expo-image-picker": "^8.0.2",
"expo-permissions": "^8.0.0",
"graphql": "^14.6.0",
"graphql-request": "^1.8.2",
"graphql-tag": "^2.10.3",
"mobx": "^5.15.4",
"mobx-react": "^6.1.4",
"react": "~16.9.0",
"react-apollo-hooks": "^0.5.0",
"react-dom": "~16.9.0",
"react-geocode": "^0.2.1",
"react-native": "~0.61.4",
"react-native-card-flip": "^1.0.6",
"react-native-datepicker": "^1.7.2",
"react-native-deck-swiper": "^1.6.7",
"react-native-dotenv": "^0.2.0",
"react-native-element": "^1.2.1",
"react-native-elements": "^1.2.7",
"react-native-elements-input-password": "^1.0.5",
"react-native-gesture-handler": "^1.5.6",
"react-native-keyboard-avoid": "^1.2.0",
"react-native-keyboard-aware-scroll-view": "^0.9.1",
"react-native-linear-gradient": "^2.5.6",
"react-native-maps": "^0.26.1",
"react-native-modal-datetime-picker": "^8.1.2",
"react-native-paper": "^3.6.0",
"react-native-reanimated": "^1.7.0",
"react-native-responsive-screen": "^1.3.1",
"react-native-safe-area-context": "^0.6.4",
"react-native-safe-area-view": "^1.0.0",
"react-native-screens": "^2.0.0-alpha.33",
"react-native-simple-radio-button": "^2.7.4",
"react-native-super-grid": "^3.1.2",
"react-native-swiper": "^1.5.14",
"react-native-typography": "^1.4.1",
"react-native-unimodules": "~0.7.0",
"react-native-vector-icons": "^6.6.0",
"react-native-video": "^5.0.2",
"react-native-view-overflow": "^0.0.4",
"react-native-web": "~0.11.7",
"react-navigation": "^4.1.0",
"react-navigation-stack": "^2.1.0",
"react-navigation-tabs": "^2.7.0",
"styled-components": "^5.0.1",
"subscriptions-transport-ws": "^0.9.16"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"babel-jest": "~24.9.0",
"babel-preset-expo": "~8.0.0",
"jest": "~24.9.0",
"jetifier": "~1.6.4",
"metro-react-native-babel-preset": "~0.56.0",
"react-test-renderer": "~16.9.0"
},
"private": true
}