-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.98 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.98 KB
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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"test": "node ./node_modules/jest/bin/jest.js --watchAll",
"check-translations": "node scripts/check_translations.js"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/samples": "2.1.1",
"@expo/vector-icons": "^12.0.0",
"@react-native-async-storage/async-storage": "^1.15.4",
"@react-native-community/datetimepicker": "3.0.4",
"@react-native-community/masked-view": "0.1.10",
"@taccolaa/react-native-settings-screen": "^2.2.10",
"expo": "^40.0.0",
"expo-app-loading": "^1.0.1",
"expo-asset": "~8.2.1",
"expo-av": "~8.7.0",
"expo-barcode-scanner": "~9.1.0",
"expo-camera": "~9.1.0",
"expo-cli": "^4.4.3",
"expo-constants": "~9.3.3",
"expo-font": "~8.4.0",
"expo-image-picker": "~9.2.0",
"expo-local-authentication": "~9.5.0",
"expo-localization": "~9.1.0",
"expo-permissions": "~10.0.0",
"expo-secure-store": "~9.3.0",
"expo-splash-screen": "~0.8.1",
"expo-web-browser": "~8.6.0",
"i18n-js": "^3.5.1",
"lottie-react-native": "~2.6.1",
"node-forge": "^0.10.0",
"react": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
"react-native-dropdownalert": "^4.2.0",
"react-native-gesture-handler": "~1.8.0",
"react-native-reanimated": "~1.13.0",
"react-native-safe-area-context": "3.1.9",
"react-native-screens": "~2.15.0",
"react-native-swipe-list-view": "^2.3.0",
"react-native-swiper": "^1.6.0-nightly.5",
"react-native-webview": "11.0.0",
"react-navigation": "^4.4.3",
"react-navigation-stack": "^2.10.2",
"@react-native-picker/picker": "1.9.2",
"expo-network": "~2.4.0",
"expo-updates": "~0.4.1"
},
"devDependencies": {
"babel-preset-expo": "8.3.0",
"jest-expo": "^40.0.0"
},
"private": true
}