-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 2.08 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
{
"name": "hue",
"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": {
"@fawazahmed/react-native-read-more": "^2.3.7",
"@gorhom/bottom-sheet": "^4",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/material-bottom-tabs": "^6.2.4",
"@react-navigation/material-top-tabs": "^6.3.1",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.1",
"@react-navigation/stack": "^6.3.5",
"@reduxjs/toolkit": "^1.9.0",
"dotenv": "^16.0.3",
"expo": "~47.0.3",
"expo-av": "~13.0.1",
"expo-camera": "~13.1.0",
"expo-constants": "^14.0.2",
"expo-font": "^11.0.1",
"expo-image-picker": "~14.0.2",
"expo-media-library": "~15.0.0",
"expo-splash-screen": "^0.17.5",
"expo-status-bar": "~1.4.2",
"expo-video-thumbnails": "~7.0.0",
"firebase": "9.4.0",
"firebase-admin": "^11.2.1",
"react": "18.1.0",
"react-native": "0.70.5",
"react-native-circular-progress-indicator": "^4.4.0",
"react-native-elements": "^3.4.2",
"react-native-gesture-handler": "^2.8.0",
"react-native-modal": "^13.0.1",
"react-native-pager-view": "^6.1.2",
"react-native-paper": "^4.12.5",
"react-native-reanimated": "~2.12.0",
"react-native-reanimated-carousel": "^3.1.5",
"react-native-safe-area-context": "^3.1.9",
"react-native-screens": "~3.18.0",
"react-native-star-rating-widget": "^1.3.0",
"react-native-static-safe-area-insets": "^2.2.0",
"react-native-svg": "^13.6.0",
"react-native-tab-view": "^3.3.0",
"react-native-video": "^5.2.1",
"react-native-vision-camera": "^2.15.2",
"react-redux": "^8.0.5",
"redux": "^4.2.0",
"redux-thunk": "^2.4.2",
"rn-animated-progress-circle": "^1.0.0",
"typescript": "^4.6.3"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"metro-react-native-babel-preset": "^0.73.3",
"react-native-dotenv": "^3.4.2"
},
"private": true
}