-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.33 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.33 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
{
"name": "quickpass",
"version": "1.3.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android"
},
"dependencies": {
"@expo/vector-icons": "^15.0.2",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/slider": "5.0.1",
"@react-navigation/bottom-tabs": "^7.3.13",
"@react-navigation/stack": "^7.3.2",
"crypto-js": "^4.2.0",
"expo": "^54.0.9",
"expo-clipboard": "~8.0.7",
"expo-document-picker": "~14.0.7",
"expo-file-system": "~19.0.14",
"expo-haptics": "~15.0.7",
"expo-local-authentication": "~17.0.7",
"expo-localization": "~17.0.7",
"expo-secure-store": "~15.0.7",
"expo-sharing": "~14.0.7",
"expo-splash-screen": "~31.0.10",
"expo-status-bar": "~3.0.8",
"papaparse": "^5.5.3",
"react": "19.1.0",
"react-native": "0.81.4",
"react-native-country-flag": "^2.0.2",
"react-native-element-dropdown": "^2.12.4",
"react-native-gesture-handler": "~2.28.0",
"react-native-get-random-values": "^1.11.0",
"react-native-modal": "^14.0.0-rc.1",
"react-native-safe-area-context": "~5.6.0",
"uuid": "^11.1.0"
},
"private": true,
"expo": {
"doctor": {
"reactNativeDirectoryCheck": {
"listUnknownPackages": false
}
}
}
}