-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.1 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
{
"name": "pumasi",
"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": {
"@ptomasroos/react-native-multi-slider": "^2.2.2",
"@react-native-community/datetimepicker": "^7.6.2",
"@react-native-community/geolocation": "^3.1.0",
"@react-navigation/native": "^6.1.10",
"deprecated-react-native-prop-types": "^5.0.0",
"expo": "^49.0.21",
"expo-location": "~16.1.0",
"expo-status-bar": "~1.6.0",
"expo-updates": "~0.18.19",
"react": "18.2.0",
"react-native": "0.72.6",
"react-native-geocoding": "^0.5.0",
"react-native-gifted-chat": "^2.4.0",
"react-native-maps": "1.7.1",
"react-native-ratings": "^8.1.0",
"react-native-star-rating": "^1.1.0",
"react-native-unimodules": "^0.12.0",
"react-native-vector-icons": "^10.0.3",
"react-navigation": "^4.4.4",
"react-navigation-stack": "^2.10.4"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}