-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.84 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 2.84 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "good-karma",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client -c",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"xcode": "open ./ios/*.xcworkspace",
"adb-reverse": "adb reverse tcp:8081 tcp:8081",
"postinstall": "npx patch-package && rm -rf node_modules/*/.git && npx jetify",
"build-android-prod-debug": "cd android && ./gradlew clean bundleDebug && cd ..",
"build-android-prod-release": "cd android && ./gradlew clean bundleRelease && cd ..",
"install-android-prod-debug": "cd android && ./gradlew clean installDebug && cd ..",
"install-android-prod-release": "cd android && ./gradlew clean installRelease && cd .."
},
"dependencies": {
"@contentful/rich-text-html-renderer": "^15.12.0",
"@gorhom/bottom-sheet": "^4.3.2",
"@invertase/react-native-apple-authentication": "^2.2.1",
"@react-native-async-storage/async-storage": "1.17.6",
"@react-native-community/art": "^1.2.0",
"@react-native-firebase/app": "14.11.0",
"@react-native-firebase/auth": "14.11.0",
"@react-native-firebase/dynamic-links": "14.11.0",
"@react-native-firebase/messaging": "14.11.0",
"@react-native-masked-view/masked-view": "^0.2.6",
"@react-navigation/drawer": "^6.4.3",
"@react-navigation/native": "^6.0.10",
"@react-navigation/native-stack": "^6.6.2",
"@react-navigation/stack": "^6.2.1",
"axios": "0.18.1",
"contentful": "^9.1.32",
"expo": "~45.0.0",
"expo-av": "11.2.3",
"expo-haptics": "~11.2.0",
"expo-linear-gradient": "~11.3.0",
"expo-splash-screen": "~0.15.1",
"expo-status-bar": "~1.3.0",
"immer": "3.1.4",
"moment": "2.22.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.2",
"react-native-add-calendar-event": "^4.0.0",
"react-native-base64": "^0.2.1",
"react-native-device-info": "^9.0.2",
"react-native-error-boundary": "1.1.1",
"react-native-fast-image": "^8.5.11",
"react-native-gesture-handler": "^2.5.0",
"react-native-neomorph-shadows": "^1.1.2",
"react-native-parallax-scroll-view": "^0.21.3",
"react-native-parsed-text": "0.0.22",
"react-native-reanimated": "2.8.0",
"react-native-render-html": "^6.3.4",
"react-native-safe-area-context": "^4.3.1",
"react-native-screens": "^3.13.1",
"react-native-shared-element": "0.8.4",
"react-native-snap-carousel": "4.0.0-beta.5",
"react-native-svg": "^12.3.0",
"react-native-text-size": "^4.0.0-rc.1",
"react-native-web": "0.17.7",
"react-native-webview": "^11.22.4",
"react-navigation-shared-element": "3.1.3",
"react-redux": "7.2.2",
"redux": "4.0.5",
"redux-persist": "5.10.0",
"redux-thunk": "2.3.0",
"util": "^0.12.4"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}