-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
126 lines (126 loc) · 4.24 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"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",
"test:watch": "jest --watch",
"test:ci": "jest --ci",
"test:debug": "jest -o --watch --coverage=false --verbose",
"test:cov": "jest --coverage",
"test:updateSnaps": "jest --updateSnapshot"
},
"jest": {
"preset": "jest-expo",
"transform": {
"^.+\\.[jt]sx?$": "babel-jest"
},
"transformIgnorePatterns": [
"node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|react-native-svg|@expo-google-fonts/.*|@sentry/.*|sentry-expo)"
],
"setupFilesAfterEnv": [
"@testing-library/jest-native/extend-expect"
],
"setupFiles": [
"./__test__/setup.js"
]
},
"dependencies": {
"@expo-google-fonts/lato": "^0.2.0",
"@expo-google-fonts/poppins": "^0.2.0",
"@expo-google-fonts/roboto": "^0.2.0",
"@expo-google-fonts/roboto-mono": "^0.2.0",
"@gorhom/bottom-sheet": "^4.1.5",
"@react-native-async-storage/async-storage": "~1.15.0",
"@react-native-community/netinfo": "7.1.3",
"@react-navigation/material-bottom-tabs": "^6.0.9",
"@react-navigation/material-top-tabs": "^6.0.6",
"@react-navigation/native": "^6.0.6",
"@react-navigation/native-stack": "^6.2.5",
"@reduxjs/toolkit": "^1.7.0",
"@sentry/react-native": "^3.2.13",
"axios": "^0.21.1",
"expo": "^44.0.0",
"expo-app-loading": "~1.3.0",
"expo-application": "~4.0.1",
"expo-auth-session": "~3.5.0",
"expo-av": "~10.2.0",
"expo-clipboard": "~2.1.0",
"expo-constants": "~13.0.1",
"expo-device": "~4.1.0",
"expo-document-picker": "~10.1.1",
"expo-facebook": "~12.1.0",
"expo-file-system": "~13.1.2",
"expo-google-sign-in": "~10.1.0",
"expo-image-picker": "~12.0.1",
"expo-localization": "~12.0.0",
"expo-random": "~12.1.1",
"expo-sensors": "~11.1.0",
"expo-status-bar": "~1.2.0",
"expo-updates": "~0.11.6",
"expo-web-browser": "~10.1.0",
"formik": "^2.2.9",
"i18n-js": "^3.8.0",
"prop-types": "^15.7.2",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-confirmation-code-field": "^7.2.0",
"react-native-dotenv": "^3.3.0",
"react-native-draggable-flatlist": "^3.0.3",
"react-native-dropdown-picker": "^5.2.3",
"react-native-elements": "^3.4.2",
"react-native-gesture-handler": "~2.1.0",
"react-native-get-random-values": "~1.7.0",
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-pager-view": "5.4.9",
"react-native-paper": "^4.11.0",
"react-native-popup-menu": "^0.15.12",
"react-native-reanimated": "~2.3.1",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.10.1",
"react-native-svg": "12.1.1",
"react-native-tab-view": "^3.1.1",
"react-native-vector-icons": "^8.1.0",
"react-native-view-shot": "3.1.2",
"react-native-web": "0.17.1",
"react-native-webview": "11.15.0",
"react-query": "^3.34.2",
"react-redux": "^7.2.6",
"rn-pdf-reader-js": "^4.1.1",
"rn-placeholder": "^3.0.3",
"sentry-expo": "~4.0.5",
"uuid": "^8.3.2",
"yup": "^0.32.11",
"jest": "^26.6.3"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@testing-library/jest-native": "^4.0.4",
"@testing-library/react-native": "^7.2.0",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-babel-module": "^5.3.1",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^25.7.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-module-resolver": "^1.4.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"jest-expo": "^44.0.0",
"prettier": "^2.5.1",
"react-test-renderer": "^17.0.2",
"reactotron-react-native": "^5.0.1",
"reactotron-redux": "^3.1.3",
"url": "^0.11.0"
},
"private": true,
"resolutions": {
"expo/**/promise": "^8.0.3"
}
}