-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.8 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.8 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
{
"name": "accessride",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@dudigital/react-native-zoomable-view": "^1.1.4",
"@expo/html-elements": "^0.5.1",
"@expo/webpack-config": "^18.0.1",
"@react-native-async-storage/async-storage": "^1.19.0",
"@react-native-community/slider": "^4.4.2",
"@react-native-community/voice": "^1.1.9",
"@react-native-picker/picker": "^2.4.10",
"@react-native-voice/voice": "^3.2.4",
"@react-navigation/bottom-tabs": "^6.5.8",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"deprecated-react-native-prop-types": "^4.1.0",
"expo": "~48.0.18",
"expo-av": "~13.2.1",
"expo-checkbox": "~2.3.1",
"expo-clipboard": "~4.1.2",
"expo-haptics": "~12.2.1",
"expo-image-picker": "~14.1.1",
"expo-linking": "~4.0.1",
"expo-localization": "^14.3.0",
"expo-location": "^16.0.0",
"expo-speech": "~11.1.1",
"expo-status-bar": "~1.4.4",
"firebase": "^10.0.0",
"i18n-js": "^4.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.8",
"react-native-gifted-chat": "^2.4.0",
"react-native-image-gallery": "^2.1.5",
"react-native-image-viewing": "^0.2.2",
"react-native-maps": "1.3.2",
"react-native-paper": "^5.9.0",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-share": "^9.2.1",
"react-native-vector-icons": "^9.2.0",
"react-native-voice": "^0.3.0",
"react-native-web": "~0.18.10",
"zustand": "^4.3.9"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}