-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.22 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
66
67
68
69
70
{
"name": "field-data-collection",
"version": "1.0.3",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/cli": "^0.18.26",
"@expo/config-plugins": "~8.0.0",
"@expo/metro-config": "~0.18.1",
"@expo/prebuild-config": "~7.0.0",
"@expo/vector-icons": "^14.0.2",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/netinfo": "11.3.1",
"@react-native-firebase/app": "^20.3.0",
"@react-native-firebase/firestore": "^20.3.0",
"@react-native-picker/picker": "2.7.5",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"@realm/react": "0.9.0",
"@types/react": "~18.2.79",
"babel-plugin-inline-dotenv": "^1.7.0",
"base-64": "^1.0.0",
"check-peer-dependencies": "^4.2.0",
"date-fns": "^3.6.0",
"expo": "^51.0.24",
"expo-build-properties": "~0.12.4",
"expo-camera": "~15.0.14",
"expo-dev-client": "~4.0.21",
"expo-document-picker": "~12.0.2",
"expo-file-system": "~17.0.1",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"expo-updates": "~0.25.21",
"firebase": "^10.12.4",
"metro": "~0.80.8",
"metro-config": "~0.80.8",
"metro-resolver": "~0.80.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.13",
"react-iframe": "^1.8.5",
"react-native": "0.74.3",
"react-native-dropdown-picker": "^5.4.6",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "~2.16.1",
"react-native-get-random-values": "~1.11.0",
"react-native-paper": "^5.7.0",
"react-native-permissions": "^4.1.5",
"react-native-progress": "^5.0.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-select-dropdown": "^3.3.2",
"react-native-single-select": "^1.8.4",
"react-native-toast-message": "^2.2.0",
"react-native-web": "~0.19.10",
"react-native-webview": "13.8.6",
"realm": "12.12.1",
"tsv": "^0.2.0",
"uuid": "^9.0.1",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@babel/core": "^7.24.0"
},
"private": true
}