-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.85 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
{
"name": "calmzone",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@react-navigation/bottom-tabs": "^6.5.8",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"@reduxjs/toolkit": "^1.9.5",
"axios": "^1.6.0",
"cloudinary": "^1.40.0",
"dotenv": "^16.3.1",
"expo": "~47.0.13",
"expo-apple-authentication": "~5.0.1",
"expo-auth-session": "~3.8.0",
"expo-av": "~13.0.3",
"expo-file-system": "^15.6.0",
"expo-font": "~11.0.1",
"expo-image-picker": "~14.0.2",
"expo-random": "~13.0.0",
"expo-secure-store": "~12.0.0",
"expo-splash-screen": "~0.17.5",
"expo-status-bar": "~1.4.2",
"formik": "^2.4.3",
"jwt-decode": "^3.1.2",
"react": "18.1.0",
"react-native": "0.70.8",
"react-native-base64": "^0.2.1",
"react-native-countdown-circle-timer": "^3.2.1",
"react-native-dotenv": "^3.4.9",
"react-native-draggable-flatlist": "^4.0.1",
"react-native-image-picker": "^7.0.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-linear-gradient": "^2.8.2",
"react-native-loading-spinner-overlay": "^3.0.1",
"react-native-modal": "^13.0.1",
"react-native-reanimated": "~2.12.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-select-dropdown": "^3.4.0",
"react-native-share": "^9.4.1",
"react-native-svg": "13.4.0",
"react-native-swipe-list-view": "^3.2.9",
"react-native-toast-message": "^2.1.6",
"react-native-vector-icons": "^10.0.0",
"react-redux": "^8.1.2",
"yup": "^1.2.0"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}