-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.69 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
{
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"production_mode": "expo start --no-dev --minify",
"dev_client": "expo start --dev-client"
},
"dependencies": {
"@expo/config-plugins": "^4.1.5",
"@expo/metro-config": "^0.1.59",
"@kichiyaki/react-native-barcode-generator": "^0.6.7",
"@react-native-async-storage/async-storage": "~1.17.10",
"@react-native-community/slider": "4.2.1",
"@react-native-picker/picker": "2.4.0",
"@react-navigation/bottom-tabs": "^5.11.8",
"@react-navigation/native": "^5.9.3",
"@react-navigation/stack": "^5.14.2",
"@sentry/react-native": "^3.1.1",
"core-js": "^3.26.0",
"expo": "^45.0.0",
"expo-application": "~4.1.0",
"expo-asset": "~8.5.0",
"expo-camera": "~12.2.0",
"expo-constants": "~13.1.1",
"expo-dev-client": "~1.0.1",
"expo-device": "~4.2.0",
"expo-document-picker": "~10.2.1",
"expo-file-system": "~14.0.0",
"expo-intent-launcher": "~10.2.0",
"expo-linear-gradient": "~11.3.0",
"expo-mail-composer": "~11.2.0",
"expo-media-library": "~14.1.0",
"expo-navigation-bar": "~1.2.0",
"expo-print": "~11.2.0",
"expo-sharing": "~10.2.0",
"expo-sqlite": "~10.2.0",
"expo-status-bar": "~1.3.0",
"expo-updates": "~0.13.4",
"formik": "^2.2.6",
"jsbarcode": "^3.8.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.2",
"react-native-barcode-mask": "^1.2.4",
"react-native-chart-kit": "^6.12.0",
"react-native-drax": "^0.10.3",
"react-native-easy-toast": "^2.0.0",
"react-native-gesture-handler": "~2.2.1",
"react-native-google-mobile-ads": "^7.0.1",
"react-native-modern-datepicker": "*",
"react-native-pager-view": "5.4.15",
"react-native-raw-bottom-sheet": "^2.2.0",
"react-native-reanimated": "~2.8.0",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "~3.11.1",
"react-native-snap-carousel": "^3.9.1",
"react-native-switch-selector": "^2.2.1",
"react-native-table-component": "^1.2.2",
"react-native-web": "0.17.7",
"react-native-webview": "11.18.1",
"sentry-expo": "^4.2.0",
"yup": "^0.32.9"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@expo/vector-icons": "^13.0.0",
"@react-navigation/drawer": "^5.12.9",
"expo-barcode-scanner": "~11.3.0",
"expo-checkbox": "~2.1.0",
"expo-font": "~10.1.0",
"prop-types": "^15.8.1",
"react-native-svg": "12.3.0",
"react-navigation": "^4.4.4"
},
"private": true,
"resolutions": {
"standard-version-expo/**/@expo/config-plugins": "4.1.0"
}
}