-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.5 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
{
"name": "bloodline",
"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": {
"@freakycoder/react-native-bounceable": ">= 0.2.2",
"@react-native-async-storage/async-storage": "^1.17.10",
"@react-navigation/drawer": "^6.5.0",
"@react-navigation/native": "^6.0.13",
"@react-navigation/stack": "^6.3.1",
"axios": "^0.27.2",
"expo": "~46.0.9",
"expo-app-loading": "~2.1.0",
"expo-application": "~4.2.2",
"expo-auth-session": "~3.7.1",
"expo-location": "~14.3.0",
"expo-random": "~12.3.0",
"expo-splash-screen": "~0.16.2",
"expo-status-bar": "~1.4.0",
"expo-updates": "~0.14.6",
"native-base": "^3.4.16",
"react": "18.0.0",
"react-native": "0.69.6",
"react-native-animated-spinkit": "^1.4.1",
"react-native-dynamic-search-bar": "WrathChaos/react-native-dynamic-search-bar#expo",
"react-native-dynamic-vector-icons": "WrathChaos/react-native-dynamic-vector-icons#expo",
"react-native-gesture-handler": "~2.5.0",
"react-native-gifted-chat": "^2.0.1",
"react-native-maps": "^1.4.0",
"react-native-reanimated": "~2.9.1",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-svg": "12.3.0",
"react-native-svg-transformer": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}