-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.11 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
{
"name": "rain-guard-pro",
"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"
},
"platforms": [
"ios",
"android"
],
"dependencies": {
"@react-navigation/native": "^6.1.17",
"@react-navigation/stack": "^6.3.29",
"@reduxjs/toolkit": "^2.2.3",
"@sentry/react-native": "~5.20.0",
"axios": "^1.7.2",
"expo": "~50.0.17",
"expo-background-fetch": "~11.8.1",
"expo-dev-client": "~3.3.12",
"expo-location": "~16.5.5",
"expo-notifications": "~0.27.8",
"expo-status-bar": "~1.11.1",
"expo-task-manager": "~11.7.3",
"firebase": "^10.11.1",
"react": "18.2.0",
"react-native": "0.73.6",
"react-native-gesture-handler": "2.14.0",
"react-native-maps": "1.10.0",
"react-native-safe-area-context": "4.8.2",
"react-native-toast-message": "^2.2.0",
"react-redux": "^9.1.2",
"tailwind-react-native-classnames": "^1.5.1"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}