-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.9 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.9 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
{
"name": "pharmacyservicedonations",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo-google-fonts/inter": "^0.2.3",
"@expo/config": "~9.0.0",
"@expo/metro-config": "~0.18.11",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/checkbox": "^0.5.17",
"@react-native-community/datetimepicker": "8.0.1",
"@react-native-picker/picker": "2.7.5",
"@react-navigation/elements": "^1.3.31",
"@react-navigation/native": "^6.1.17",
"@react-navigation/stack": "^6.3.29",
"appcompat": "^0.0.1-security",
"axios": "^1.6.8",
"expo": "~51.0.8",
"expo-av": "~14.0.7",
"expo-barcode-scanner": "~13.0.1",
"expo-camera": "~15.0.15",
"expo-cli": "^6.3.10",
"expo-file-system": "~17.0.1",
"expo-font": "~12.0.10",
"expo-module-scripts": "^3.5.1",
"expo-sharing": "~12.0.1",
"expo-status-bar": "~1.12.1",
"expo-updates": "~0.25.24",
"json2csv": "^6.0.0-alpha.2",
"pharmacyservicedonations": "file:",
"qrcode": "^1.5.4",
"react": "18.2.0",
"react-data-export": "^0.6.0",
"react-native": "0.74.5",
"react-native-barcode-mask": "^1.2.4",
"react-native-dropdown-picker": "^5.4.6",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "~2.16.1",
"react-native-qrcode-svg": "^6.3.2",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-svg": "^15.6.0",
"react-native-table-component": "^1.2.2",
"react-native-vector-icons": "^10.1.0",
"react-native-view-shot": "^3.8.0",
"react-native-webview": "13.8.6",
"xlsx": "^0.18.5",
"yarn": "^1.22.22"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"eas-cli": "^9.1.0"
},
"private": true
}