-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.08 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
{
"name": "fecit",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@invertase/react-native-apple-authentication": "^2.1.2",
"@react-native-async-storage/async-storage": "^1.15.4",
"@react-native-community/geolocation": "^2.0.2",
"@react-native-community/netinfo": "^6.0.0",
"apollo-boost": "^0.4.9",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link": "^1.2.14",
"apollo-link-error": "^1.1.13",
"apollo-link-http": "^1.5.17",
"graphql": "^15.5.0",
"graphql-tag": "^2.12.4",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"react": "17.0.1",
"react-apollo": "^3.1.5",
"react-native": "0.64.1",
"react-native-actionsheet": "^2.4.2",
"react-native-android-open-settings": "^1.3.0",
"react-native-aws3": "^0.0.9",
"react-native-calendar-picker": "^7.1.2",
"react-native-fbsdk-next": "^6.2.0",
"react-native-gifted-chat": "^0.16.3",
"react-native-google-places-autocomplete": "^2.2.0",
"react-native-image-picker": "^3.8.1",
"react-native-keyboard-aware-scroll-view": "^0.9.4",
"react-native-maps": "^0.28.0",
"react-native-maps-directions": "^1.8.0",
"react-native-modalbox": "^2.0.2",
"react-native-navigation": "^7.15.0",
"react-native-notifications": "^3.4.2",
"react-native-permissions": "^3.0.4",
"react-native-svg": "^12.1.1",
"react-native-svg-transformer": "^0.14.3",
"react-native-webview": "^11.6.2",
"react-redux": "^7.2.4",
"redux": "^4.1.0",
"redux-thunk": "^2.3.0",
"rn-fetch-blob": "^0.12.0"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/runtime": "^7.14.0",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^27.0.1",
"eslint": "^7.27.0",
"jest": "^27.0.1",
"metro-react-native-babel-preset": "^0.66.0",
"react-test-renderer": "17.0.1"
},
"jest": {
"preset": "react-native"
}
}