-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 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
{
"name": "servicesapp",
"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": {
"@babel/preset-env": "^7.23.2",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-navigation/core": "^6.4.10",
"@react-navigation/material-bottom-tabs": "^6.2.19",
"@react-navigation/native": "^6.1.9",
"@react-navigation/stack": "^6.3.20",
"deprecated-react-native-prop-types": "^5.0.0",
"expo": "~45.0.0",
"expo-checkbox": "~2.1.0",
"expo-haptics": "~11.2.0",
"expo-image-picker": "~13.1.1",
"expo-location": "~14.2.2",
"react": "17.0.2",
"react-native": "0.68.2",
"react-native-gesture-handler": "~2.2.1",
"react-native-image-slider-box": "^2.0.7",
"react-native-paper": "^5.11.1",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "~3.11.1",
"react-native-vector-icons": "^10.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}