-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.1 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 2.1 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
63
64
65
66
{
"name": "scenery",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"postinstall": "patch-package"
},
"dependencies": {
"-": "^0.0.1",
"@expo/metro-config": "~0.18.1",
"@expo/react-native-action-sheet": "^4.0.1",
"@expo/vector-icons": "^14.0.0",
"@gorhom/bottom-sheet": "^4.6.1",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/masked-view": "^0.1.11",
"@react-native/metro-config": "^0.73.4",
"@react-navigation/bottom-tabs": "^6.5.8",
"@react-navigation/native": "^6.1.6",
"@react-navigation/stack": "^6.3.16",
"@reduxjs/toolkit": "^1.9.5",
"axios": "^1.5.1",
"expo": "~51.0.6",
"expo-camera": "~15.0.8",
"expo-dev-client": "~4.0.13",
"expo-font": "~12.0.5",
"expo-image-manipulator": "~12.0.5",
"expo-image-picker": "~15.0.4",
"expo-intent-launcher": "~11.0.1",
"expo-location": "~17.0.1",
"expo-media-library": "~16.0.3",
"expo-sharing": "~12.0.1",
"expo-splash-screen": "~0.27.4",
"expo-updates": "~0.25.12",
"firebase": "10.7.1",
"formik": "^2.4.3",
"g": "^2.0.1",
"patch-package": "^8.0.0",
"react": "18.2.0",
"react-native": "0.74.1",
"react-native-gesture-handler": "~2.16.1",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-keyboard-controller": "^1.11.2",
"react-native-loading-spinner-overlay": "^3.0.1",
"react-native-maps": "1.14.0",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0",
"react-native-svg-transformer": "^1.0.0",
"react-native-uuid": "^2.0.1",
"react-redux": "^8.1.2",
"rn-android-keyboard-adjust": "^2.1.2",
"styled-components": "^6.0.7",
"yup": "^1.2.0"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"metro-react-native-babel-transformer": "^0.77.0",
"react-native-dotenv": "^3.4.11"
},
"private": true
}