-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.76 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
{
"name": "couples-social-app",
"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": {
"@expo/vector-icons": "^14.0.2",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/drawer": "^6.6.3",
"@react-navigation/native": "^6.1.6",
"@react-navigation/stack": "^6.3.17",
"axios": "^1.4.0",
"eas-cli": "^3.14.0",
"expo": "^52.0.21",
"expo-constants": "^17.0.3",
"expo-image-manipulator": "^13.0.5",
"expo-image-picker": "^16.0.3",
"expo-location": "^18.0.4",
"expo-status-bar": "^2.0.0",
"expo-updates": "^0.26.10",
"firebase": "^9.22.2",
"lottie-react-native": "^7.1.0",
"luxon": "^3.3.0",
"moment-timezone": "^0.5.43",
"react": "^18.3.1",
"react-native": "^0.76.5",
"react-native-calendars": "^1.1300.0",
"react-native-countdown-component": "^2.7.1",
"react-native-deck-swiper": "^2.0.15",
"react-native-dialog": "^9.3.0",
"react-native-elements": "^3.4.3",
"react-native-gesture-handler": "^2.20.2",
"react-native-image-resizer": "^1.4.5",
"react-native-paper": "^5.9.1",
"react-native-picker-select": "^8.0.4",
"react-native-popup-menu": "^0.16.1",
"react-native-reanimated": "^3.16.1",
"react-native-safe-area-context": "^4.12.0",
"react-native-screens": "^4.1.0",
"react-native-simple-dialogs": "^2.0.1",
"react-native-toast-message": "^2.1.6",
"react-native-vector-icons": "^9.2.0",
"react-toastify": "^9.1.3",
"update": "^0.7.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"babel-plugin-inline-dotenv": "^1.7.0"
},
"private": true
}