-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.63 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.63 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
61
62
{
"name": "recy-data-app",
"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": {
"@react-native-async-storage/async-storage": "^1.24.0",
"@react-native-community/datetimepicker": "^8.1.1",
"@react-native-firebase/app": "^21.4.1",
"@react-native-firebase/firestore": "^21.4.1",
"@react-native-picker/picker": "^2.8.1",
"@react-navigation/native": "^6.1.18",
"@react-navigation/stack": "^6.4.1",
"expo": "^51.0.38",
"expo-camera": "~15.0.16",
"expo-constants": "~16.0.2",
"expo-font": "~12.0.10",
"expo-location": "~17.0.1",
"expo-media-library": "~16.0.5",
"expo-splash-screen": "~0.27.6",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.7",
"firebase": "^11.0.2",
"react": "18.2.0",
"react-native": "^0.74.6",
"react-native-elements": "^3.4.3",
"react-native-gesture-handler": "~2.16.1",
"react-native-image-picker": "^7.1.2",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-vector-icons": "^10.2.0",
"react-native-webview": "13.8.6",
"send": "^0.19.0",
"webview": "^1.1.0",
"expo-barcode-scanner": "~13.0.1"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true,
"expo": {
"plugins": [
[
"expo-font",
{
"fonts": [
"./assets/fonts/Comfortaa-Regular.ttf"
]
}
]
]
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}