-
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.06 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 2.06 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": "lockey",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start --clear --no-dev",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/webpack-config": "^0.17.4",
"@react-native-community/geolocation": "^3.0.5",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-mapbox-gl/maps": "^8.6.0-beta.0",
"@react-native-material/core": "^1.3.7",
"@react-navigation/bottom-tabs": "^6.5.0",
"@react-navigation/material-bottom-tabs": "^6.2.8",
"@react-navigation/native": "^6.1.0",
"@react-navigation/native-stack": "^6.9.8",
"@react-navigation/stack": "^6.3.8",
"@rnmapbox/maps": "github:rnmapbox/maps#main",
"babel-plugin-dotenv-import": "^3.0.1",
"expo": "^47.0.13",
"expo-barcode-scanner": "~12.1.0",
"expo-local-authentication": "^13.0.2",
"expo-location": "~15.0.1",
"expo-secure-store": "~12.0.0",
"expo-status-bar": "~1.4.2",
"mapbox-gl": "^2.12.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.5",
"react-native-biometrics": "^3.0.1",
"react-native-camera": "^4.2.1",
"react-native-config": "^1.4.12",
"react-native-dropdown-picker": "^5.4.4",
"react-native-encrypted-storage": "^4.0.3",
"react-native-fingerprint-scanner": "^6.0.0",
"react-native-geolocation-service": "^5.3.1",
"react-native-gesture-handler": "~2.8.0",
"react-native-get-location": "^2.2.1",
"react-native-maps": "1.3.2",
"react-native-material-dropdown": "^0.11.1",
"react-native-paper": "^5.0.1",
"react-native-qrcode-svg": "^6.2.0",
"react-native-reanimated": "~2.12.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-svg": "13.4.0",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "^0.18.12",
"react-navigation": "^4.4.4"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"react-native-dotenv": "^3.4.7"
},
"private": true
}