-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.47 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.47 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
{
"name": "tiffin-management-app",
"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": {
"@react-native-async-storage/async-storage": "^2.0.0",
"@react-native-community/blur": "^4.4.1",
"@react-native-community/hooks": "^3.0.0",
"@react-native-picker/picker": "^2.8.1",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/native": "^6.1.18",
"@react-navigation/stack": "^6.4.1",
"@supabase/supabase-js": "^2.46.1",
"expo": "~51.0.28",
"expo-av": "^14.0.7",
"expo-image-picker": "^15.0.7",
"expo-linear-gradient": "^13.0.2",
"expo-location": "^17.0.1",
"expo-sms": "^12.0.1",
"expo-status-bar": "~1.12.1",
"module": "^1.2.5",
"mongoose": "^8.7.0",
"native": "^0.3.3",
"react": "^18.3.1",
"react-native": "0.74.5",
"react-native-chart-kit": "^6.12.0",
"react-native-gesture-handler": "~2.16.1",
"react-native-modal": "^13.0.1",
"react-native-reanimated": "^3.16.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-svg": "^15.7.1",
"react-native-vector-icons": "^10.2.0",
"tailwindcss-react-native": "^1.7.10"
},
"devDependencies": {
"@babel/core": "^7.24.0"
},
"private": true,
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}