-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 2 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 2 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
{
"name": "scmac_final",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@ant-design/icons-react-native": "^2.3.2",
"@expo/metro-runtime": "^3.2.1",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-native-fontawesome": "^0.3.2",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-community/checkbox": "^0.5.17",
"@react-native-community/datetimepicker": "^8.1.1",
"@react-native-picker/picker": "^2.7.7",
"@react-navigation/material-top-tabs": "^6.6.13",
"@react-navigation/native": "^6.1.17",
"@react-navigation/stack": "^6.3.29",
"expo": "~51.0.14",
"expo-checkbox": "^3.0.0",
"expo-constants": "^16.0.2",
"expo-dev-client": "~4.0.29",
"expo-device": "^6.0.2",
"expo-image": "^1.12.12",
"expo-image-picker": "^15.0.5",
"expo-linking": "^6.3.1",
"expo-notifications": "^0.28.9",
"expo-router": "^3.5.16",
"expo-status-bar": "~1.12.1",
"firebase": "^10.12.2",
"papaparse": "^5.4.1",
"react": "18.2.0",
"react-native": "0.74.2",
"react-native-checkbox": "^2.0.0",
"react-native-dropdown-picker": "^5.4.6",
"react-native-element-dropdown": "^2.12.0",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.16.2",
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-modal-datetime-picker": "^17.1.0",
"react-native-multiple-select": "^0.5.12",
"react-native-options-menu": "^2.0.2",
"react-native-pager-view": "^6.3.2",
"react-native-safe-area-context": "^4.10.5",
"react-native-screens": "^3.32.0",
"react-native-svg": "^15.3.0",
"react-native-tab-view": "^3.5.2",
"react-native-vector-icons": "^10.1.0",
"expo-sharing": "^12.0.1"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}