-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.8 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"dependencies": {
"@babel/runtime": "^7.19.4",
"@expo/ngrok": "^4.1.0",
"@react-native-async-storage/async-storage": "^1.17.10",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/bottom-tabs": "^6.3.3",
"@react-navigation/drawer": "^6.5.0",
"@react-navigation/material-top-tabs": "^6.2.3",
"@react-navigation/native": "^6.0.12",
"@react-navigation/stack": "^6.2.3",
"axios": "^1.0.0",
"drawer": "^0.0.2",
"expo": "^45.0.0",
"expo-font": "~10.1.0",
"expo-location": "~14.2.2",
"expo-status-bar": "~1.3.0",
"expo-updates": "~0.13.4",
"express": "^4.18.1",
"moment": "^2.29.4",
"prop-types": "^15.8.1",
"random-location": "^1.1.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-flexible-sliding-menu": "^0.1.9",
"react-native": "0.68.2",
"react-native-countdown-component": "^2.7.1",
"react-native-fast-image": "^8.6.1",
"react-native-gesture-handler": "~2.2.1",
"react-native-ionicons": "^4.6.5",
"react-native-maps": "0.30.2",
"react-native-pager-view": "^5.4.25",
"react-native-reanimated": "~2.8.0",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "^1.0.0-alpha.23",
"react-native-tab-view": "^3.1.1",
"react-native-web": "0.17.7",
"react-navigation": "^4.4.4",
"react-navigation-drawer": "react-navigation/drawer",
"react-router": "^6.3.0",
"router": "^1.3.7",
"sequelize": "^6.23.0",
"undefined": "react-navigation/native",
"uuid-js": "^0.7.5"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"version": "1.0.0",
"private": true,
"name": "developers-zone"
}