-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 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
89
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"test": "jest",
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"minor-version-bump": "npx standard-version && rm CHANGELOG.md && git add CHANGELOG.md && git commit --amend",
"publish-internal": "expo publish --release-channel internal",
"build-ios-internal": "expo build:ios --release-channel internal",
"build-android-internal": "expo build:android --release-channel internal",
"postinstall": "patch-package"
},
"jest": {
"preset": "react-native"
},
"dependencies": {
"@expo-google-fonts/roboto": "^0.1.0",
"@expo/vector-icons": "^12.0.0",
"@react-native-community/async-storage": "~1.12.0",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/netinfo": "6.0.0",
"@react-navigation/bottom-tabs": "^5.5.1",
"@react-navigation/native": "^5.5.0",
"@react-navigation/stack": "^5.4.1",
"@reduxjs/toolkit": "^1.3.6",
"@sentry/react-native": "^2.5.1",
"dotenv": "^8.2.0",
"expo": "^41.0.0",
"expo-asset": "~8.3.1",
"expo-av": "~9.1.2",
"expo-clipboard": "~1.0.2",
"expo-constants": "~10.1.3",
"expo-font": "~9.1.0",
"expo-linking": "~2.2.3",
"expo-localization": "~10.1.0",
"expo-notifications": "~0.11.6",
"expo-permissions": "~12.0.1",
"expo-splash-screen": "~0.10.2",
"expo-video-player": "^1.5.8",
"expo-web-browser": "~9.1.0",
"i18n-js": "^3.7.0",
"i18next": "^19.5.1",
"libphonenumber-js": "^1.7.55",
"prop-types": "^15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-i18next": "^11.7.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz",
"react-native-elements": "^2.0.1",
"react-native-gesture-handler": "~1.10.2",
"react-native-phone-call": "^1.0.9",
"react-native-reanimated": "~2.1.0",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "~3.0.0",
"react-native-vector-icons": "^6.6.0",
"react-native-web": "~0.13.12",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"sentry-expo": "^3.1.0"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"@hapi/joi": "^17.1.1",
"babel-preset-expo": "8.3.0",
"eslint": "^7.7.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.0.4",
"eslint-plugin-react-native": "^3.8.1",
"eslint-plugin-sort-imports-es6-autofix": "^0.5.0",
"eslint-plugin-sort-keys-fix": "^1.1.1",
"jest": "^26.4.2",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.0.5",
"standard-version": "^8.0.1",
"standard-version-expo": "^1.0.3"
},
"private": true,
"version": "0.0.19"
}