-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1004 Bytes
/
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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"expo": "~46.0.19",
"expo-status-bar": "~1.4.0",
"react": "18.0.0",
"react-native": "0.69.6",
"axios": "0.*",
"prop-types": "^15.6.0",
"expo-constants": "~13.2.4",
"react-navigation": "3.3.2",
"@expo/vector-icons": "^13.0.0",
"react-native-paper": "4.9.2",
"react-native-screens": "~3.15.0",
"@react-navigation/stack": "^6.3.10",
"@react-navigation/native": "^6.1.1",
"react-native-vector-icons": "^8.1.0",
"react-native-gesture-handler": "~2.5.0",
"@react-navigation/bottom-tabs": "*",
"react-native-safe-area-context": "4.3.1",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-async-storage/async-storage": "~1.17.3"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}