-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.5 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.5 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
{
"name": "appuniformobile",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo-google-fonts/poppins": "^0.3.0",
"@react-native-async-storage/async-storage": "^1.24.0",
"@react-native-community/checkbox": "^0.5.17",
"@react-navigation/native": "^7.1.4",
"@react-navigation/native-stack": "^7.3.8",
"@react-navigation/stack": "^7.3.2",
"@supabase/supabase-js": "^2.49.4",
"base64-arraybuffer": "^1.0.2",
"expo": "~52.0.43",
"expo-document-picker": "^13.0.3",
"expo-font": "~13.0.4",
"expo-status-bar": "~2.0.1",
"firebase": "^11.6.0",
"mime": "^4.0.7",
"react": "18.3.1",
"react-native": "0.76.9",
"react-native-dotenv": "^3.4.11",
"react-native-dropdown-picker": "^5.4.6",
"react-native-gesture-handler": "~2.20.2",
"react-native-pager-view": "6.5.1",
"react-native-paper": "^5.13.1",
"react-native-picker-select": "^9.3.1",
"react-native-progress": "^5.0.1",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-toast-message": "^2.2.1",
"react-native-uuid": "^2.0.3",
"react-native-vector-icons": "^10.2.0",
"uuid": "^11.1.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/react": "~18.3.12",
"typescript": "^5.3.3"
},
"private": true
}