-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
81 lines (81 loc) · 2.8 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest --watchAll",
"postinstall": "patch-package"
},
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native|react-clone-referenced-element|@react-native-community|expo(nent)?|@expo(nent)?/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|@sentry/.*)"
]
},
"dependencies": {
"@apollo/client": "^3.3.14",
"@expo/vector-icons": "^13.0.0",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-community/checkbox": "^0.5.7",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/bottom-tabs": "^5.11.2",
"@react-navigation/drawer": "^5.12.3",
"@react-navigation/material-top-tabs": "^5.3.10",
"@react-navigation/native": "^5.8.10",
"@react-navigation/stack": "^5.12.8",
"@unimodules/core": "^7.1.2",
"@unimodules/react-native-adapter": "^6.3.9",
"deprecated-react-native-prop-types": "^4.0.0",
"expo": "^47.0.0",
"expo-asset": "~8.7.0",
"expo-constants": "~14.0.2",
"expo-facebook": "~9.1.0",
"expo-font": "~11.0.1",
"expo-google-app-auth": "~8.3.0",
"expo-linking": "~3.3.1",
"expo-localization": "~14.0.0",
"expo-location": "~15.0.1",
"expo-permissions": "~14.0.0",
"expo-splash-screen": "~0.17.5",
"expo-status-bar": "~1.4.2",
"expo-updates": "~0.15.6",
"expo-web-browser": "~12.0.0",
"i18n-js": "^3.8.0",
"install": "^0.13.0",
"patch-package": "^6.4.5",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.8",
"react-native-flash-message": "^0.1.15",
"react-native-gesture-handler": "~2.8.0",
"react-native-google-places-autocomplete": "^2.2.0",
"react-native-image-viewing": "^0.2.0",
"react-native-maps": "1.3.2",
"react-native-material-textfield": "0.16.1",
"react-native-modal": "^11.7.0",
"react-native-modalize": "^2.0.8",
"react-native-progress": "^4.1.2",
"react-native-reanimated": "^2.15.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-svg": "13.4.0",
"react-native-tab-view": "^2.15.2",
"react-native-web": "~0.18.7"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@types/i18n-js": "^3.8.0",
"@types/jest": "^26.0.22",
"@types/react": "~18.0.24",
"@types/react-native": "~0.70.6",
"@types/react-native-material-textfield": "^0.16.4",
"@types/react-test-renderer": "^17.0.1",
"jest-expo": "^47.0.0",
"react-test-renderer": "^17.0.2",
"typescript": "^4.6.3"
},
"private": true
}