-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 2.05 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
{
"name": "safesteps-frontend",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@babel/runtime": "^7.23.2",
"@config-plugins/react-native-ble-plx": "^7.0.0",
"@eliav2/react-native-collapsible-view": "^1.5.1",
"@expo/vector-icons": "^13.0.0",
"@gorhom/bottom-sheet": "^4.5.1",
"@react-navigation/native-stack": "^6.9.17",
"@react-navigation/stack": "^6.3.20",
"bootstrap-icons": "^1.11.1",
"eas-cli": "^5.6.0",
"expo": "~49.0.13",
"expo-av": "~13.4.1",
"expo-constants": "~14.4.2",
"expo-dev-client": "~2.4.11",
"expo-device": "~5.4.0",
"expo-font": "~11.4.0",
"expo-linking": "~5.0.2",
"expo-location": "~16.1.0",
"expo-notifications": "~0.20.1",
"expo-router": "^2.0.0",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"firebase": "^10.5.2",
"react": "18.2.0",
"react-bootstrap-icons": "^1.10.3",
"react-native": "^0.72.6",
"react-native-awesome-alerts": "^2.0.0",
"react-native-ble-manager": "^10.1.5",
"react-native-ble-plx": "^3.1.2-rc.0",
"react-native-collapsible": "^1.6.1",
"react-native-collapsible-view": "^0.0.3",
"react-native-dropdown-select-list": "^2.0.5",
"react-native-element-dropdown": "^2.10.1",
"react-native-gesture-handler": "~2.12.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-maps": "1.7.1",
"react-native-onboarding-swiper": "^1.2.0",
"react-native-reanimated": "~3.3.0",
"react-native-root-toast": "^3.5.1",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-splash-screen": "^3.3.0",
"react-native-svg": "^13.9.0",
"react-native-vector-icons": "^10.0.2",
"react-navigation": "^5.0.0",
"expo-secure-store": "~12.3.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"react-native-svg-transformer": "^1.1.0"
},
"private": true
}