-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.69 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.69 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
{
"name": "my-app",
"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": {
"@eva-design/eva": "^2.2.0",
"@expo/vector-icons": "^14.0.0",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-navigation/bottom-tabs": "^6.5.12",
"@react-navigation/native": "^6.1.10",
"@react-navigation/native-stack": "^6.9.18",
"@reduxjs/toolkit": "^2.2.1",
"@rneui/base": "^4.0.0-rc.7",
"@rneui/themed": "^4.0.0-rc.8",
"@stripe/stripe-react-native": "0.35.1",
"@ui-kitten/components": "^5.3.1",
"expo": "~50.0.7",
"expo-constants": "~15.4.5",
"expo-device": "^5.9.3",
"expo-linking": "~6.2.2",
"expo-local-authentication": "~13.8.0",
"expo-location": "^16.5.3",
"expo-notifications": "~0.27.6",
"expo-permissions": "~14.0.0",
"expo-status-bar": "~1.11.1",
"firebase": "^10.8.0",
"react": "18.2.0",
"react-native": "0.73.4",
"react-native-element-dropdown": "^2.10.1",
"react-native-geolocation-service": "^5.3.1",
"react-native-maps": "^1.10.0",
"react-native-paper": "^5.12.3",
"react-native-safe-area-context": "^4.8.2",
"react-native-screens": "^3.29.0",
"react-native-status-bar-height": "^2.6.0",
"react-redux": "^9.1.0",
"redux": "^5.0.1",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/node": "^20.11.19",
"@types/react": "~18.2.45",
"@types/react-native": "^0.73.0",
"@types/redux-persist": "^4.3.1",
"typescript": "^5.1.3"
},
"private": true
}