-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
99 lines (99 loc) · 3.65 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
90
91
92
93
94
95
96
97
98
99
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "NODE_OPTIONS=--openssl-legacy-provider react-native start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject",
"releaseComponents": "expo build:android --release-channel components",
"releaseApp:android": "expo build:android --release-channel prod",
"releaseApp:ios": "cross-env EXPO_APP_STORE_DEBUG=true expo build:ios --release-channel prod",
"releaseDev:ios:clear": "cross-env EXPO_APP_STORE_DEBUG=true expo build:ios --release-channel dev --clear-provisioning-profile --revoke-credentials",
"releaseDev:android": "expo build:android --release-channel dev",
"publishComponents": "expo publish --release-channel components",
"publishApp": "expo publish --release-channel prod",
"publishDev": "expo publish --release-channel dev",
"build": "eas build --profile team --platform all"
},
"dependencies": {
"@expo-google-fonts/dev": "^0.1.0",
"@expo-google-fonts/inter": "^0.1.0",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-camera-roll/camera-roll": "^5.3.1",
"@react-native-community/datetimepicker": "6.1.2",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/slider": "4.2.1",
"@react-navigation/bottom-tabs": "^5.11.11",
"@react-navigation/material-top-tabs": "^5.3.17",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.5",
"@reduxjs/toolkit": "^1.6.1",
"@types/ramda": "^0.27.44",
"apisauce": "^2.1.1",
"expo": "45.0.0",
"expo-app-loading": "~2.0.0",
"expo-apple-authentication": "~4.2.1",
"expo-blur": "~11.1.0",
"expo-clipboard": "~3.0.1",
"expo-dev-client": "~1.0.1",
"expo-firebase-analytics": "~7.0.0",
"expo-font": "~10.1.0",
"expo-google-sign-in": "~10.2.0",
"expo-in-app-purchases": "~13.0.0",
"expo-linear-gradient": "~11.3.0",
"expo-linking": "~3.1.0",
"expo-notifications": "~0.15.4",
"expo-secure-store": "~11.2.0",
"expo-sharing": "~10.2.0",
"expo-sms": "~10.2.0",
"expo-splash-screen": "~0.15.1",
"expo-status-bar": "~1.3.0",
"expo-updates": "~0.13.4",
"firebase": "8.2.3",
"formik": "^2.2.9",
"lottie-react-native": "5.0.1",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"ramda": "^0.27.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.2",
"react-native-btr": "^2.2.0",
"react-native-calendars": "^1.1274.0",
"react-native-expo-image-cache": "^4.1.0",
"react-native-gesture-handler": "2.9.0",
"react-native-keyboard-aware-scroll-view": "^0.9.4",
"react-native-modal-datetime-picker": "^10.2.0",
"react-native-pager-view": "5.4.15",
"react-native-paper": "^4.9.2",
"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-share": "^8.2.1",
"react-native-tab-view": "^3.1.1",
"react-native-timeline-flatlist": "^0.7.6",
"react-native-toast-message": "^2.1.6",
"react-native-view-shot": "3.1.2",
"react-native-web": "0.17.7",
"react-native-webview": "11.22.7",
"react-redux": "^7.2.5",
"redux-thunk": "^2.3.0",
"yup": "^0.32.9"
},
"devDependencies": {
"@babel/core": "7.21.0",
"@types/react": "~17.0.2",
"@types/react-native": "~0.68.2",
"cross-env": "^7.0.3",
"typescript": "~4.3.5"
},
"resolutions": {
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2"
},
"private": true,
"name": "myndfulness",
"version": "1.0.0"
}