-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 2.05 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
{
"name": "f24-group12",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@cloudinary/react": "^1.13.0",
"@cloudinary/url-gen": "^1.21.0",
"@expo/metro-runtime": "~4.0.0",
"@gorhom/bottom-sheet": "^5.0.5",
"@react-native-community/datetimepicker": "^8.2.0",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/native": "^6.1.18",
"@react-navigation/stack": "^6.4.1",
"@shopify/flash-list": "1.7.1",
"@supabase/supabase-js": "^2.46.1",
"@types/react": "~18.3.12",
"@types/react-big-calendar": "^1.15.0",
"@types/react-infinite-calendar": "^2.3.9",
"axios": "^1.7.7",
"base64-arraybuffer": "^1.0.2",
"expo": "^52.0.8",
"expo-camera": "~16.0.6",
"expo-image-picker": "~16.0.1",
"expo-media-library": "~17.0.2",
"expo-permissions": "^14.4.0",
"expo-sharing": "~13.0.0",
"expo-status-bar": "~2.0.0",
"moment": "^2.30.1",
"nativewind": "^4.1.23",
"react": "18.3.1",
"react-datepicker": "^7.5.0",
"react-dom": "18.3.1",
"react-drag-drop-files": "^2.4.0",
"react-moment": "^1.1.3",
"react-native": "0.76.2",
"react-native-calendars": "^1.1307.0",
"react-native-event-listeners": "^1.0.7",
"react-native-gesture-handler": "~2.20.2",
"react-native-modal": "^13.0.1",
"react-native-modal-datetime-picker": "^18.0.0",
"react-native-paper": "^5.12.5",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.1.0",
"react-native-swiper": "^1.6.0-rc.3",
"react-native-url-polyfill": "^2.0.0",
"react-native-vector-icons": "^10.2.0",
"react-native-web": "~0.19.13",
"react-navigation": "^5.0.0",
"reactjs-infinite-calendar": "^1.0.6",
"swiper": "^11.1.14",
"tailwindcss": "^3.3.2",
"webcam": "^3.2.1"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}