forked from Chattahooligans/hooligan-hymnal-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.54 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
{
"name": "hymnal-app",
"version": "0.1.0",
"private": true,
"main": "./node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@airship/with-unstated": "^1.0.1",
"@react-native-community/async-storage": "~1.12.0",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/bottom-tabs": "^5.5.2",
"@react-navigation/drawer": "^5.7.7",
"@react-navigation/material-top-tabs": "^5.2.8",
"@react-navigation/native": "^5.4.2",
"@react-navigation/stack": "^5.3.9",
"axios": "^0.21.1",
"expo": "^40.0.1",
"expo-asset": "~8.2.1",
"expo-av": "~8.7.0",
"expo-cli": "^3.4.0",
"expo-constants": "~9.3.3",
"expo-file-system": "~9.3.0",
"expo-font": "~8.4.0",
"expo-image-manipulator": "~8.4.0",
"expo-image-picker": "~9.2.0",
"expo-localization": "~9.1.0",
"expo-location": "~10.0.0",
"expo-notifications": "~0.8.2",
"expo-permissions": "~10.0.0",
"expo-sharing": "~8.5.0",
"expo-splash-screen": "~0.8.1",
"expo-web-browser": "~8.6.0",
"fbemitter": "^2.1.1",
"hoist-non-react-statics": "^2.3.1",
"i18n-js": "^3.3.0",
"lodash": "^4.17.15",
"moment": "^2.20.1",
"moment-timezone": "^0.5.26",
"ramda": "^0.25.0",
"react": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
"react-native-animatable": "^1.3.2",
"react-native-draggable-flatlist": "^2.3.3",
"react-native-fade-in-image": "1.3.0",
"react-native-gesture-handler": "~1.8.0",
"react-native-image-zoom-viewer": "^2.2.27",
"react-native-material-menu": "^1.0.0",
"react-native-mime-types": "^2.2.1",
"react-native-modal-selector": "^1.1.2",
"react-native-parsed-text": "0.0.21",
"react-native-popup-menu": "^0.15.6",
"react-native-read-more-text": "^1.0.0",
"react-native-reanimated": "~1.13.0",
"react-native-resource-saving-container": "^1.0.2",
"react-native-safe-area-context": "3.1.9",
"react-native-screens": "~2.15.2",
"react-native-simple-toast": "^1.0.0",
"react-native-tab-view": "^2.7.0",
"react-native-tiny-toast": "^1.0.6",
"unstated": "^2.1.1"
},
"devDependencies": {
"babel-preset-react-native": "^4.0.1",
"flow-bin": "^0.63.1",
"jest-expo": "^40.0.0",
"react-test-renderer": "16.0.0"
},
"engines": {
"yarn": "YARN NO LONGER USED - use npm instead."
}
}