-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 2.15 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 2.15 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
{
"name": "torus",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/react-native-action-sheet": "^4.1.0",
"@floating-ui/react-native": "^0.10.6",
"@flyerhq/react-native-link-preview": "^1.6.0",
"@freakycoder/react-native-bounceable": "^1.0.3",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "8.0.1",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/material-top-tabs": "^6.6.11",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.14",
"@react-navigation/stack": "^6.3.29",
"expo": "~51.0.36",
"expo-clipboard": "~6.0.3",
"expo-constants": "~16.0.2",
"expo-device": "~6.0.2",
"expo-image-manipulator": "^12.0.5",
"expo-image-picker": "~15.0.7",
"expo-linking": "~6.3.1",
"expo-location": "~17.0.1",
"expo-notifications": "~0.28.18",
"expo-status-bar": "~1.12.1",
"firebase": "^10.4.0",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"react": "18.2.0",
"react-google-autocomplete": "^2.7.3",
"react-native": "0.74.5",
"react-native-controlled-mentions": "^2.2.5",
"react-native-dropdown-picker": "^5.4.6",
"react-native-element-dropdown": "^2.10.1",
"react-native-elements": "^3.4.3",
"react-native-fast-image": "^8.6.3",
"react-native-gesture-handler": "~2.16.1",
"react-native-gifted-chat": "^2.4.0",
"react-native-google-places-autocomplete": "^2.5.6",
"react-native-image-picker": "^7.1.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-pager-view": "6.3.0",
"react-native-poll": "^1.0.0",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-swipe-gestures": "^1.0.5",
"react-native-tab-view": "^3.5.2",
"react-native-vector-icons": "^10.0.3",
"typescript": "~5.3.3"
},
"devDependencies": {
"@babel/core": "^7.24.0"
},
"private": true
}