-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.53 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.53 KB
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
{
"name": "mappit",
"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": {
"@gorhom/bottom-sheet": "^4",
"@meilisearch/instant-meilisearch": "0.8.1",
"@react-navigation/bottom-tabs": "^6.4.3",
"@react-navigation/native": "^6.0.16",
"@react-navigation/native-stack": "^6.9.4",
"@rneui/base": "^4.0.0-rc.7",
"@rneui/themed": "^4.0.0-rc.7",
"@tanstack/react-query": "^4.18.0",
"axios": "^1.2.0",
"expo": "~47.0.8",
"expo-location": "~15.0.1",
"expo-secure-store": "~12.0.0",
"expo-status-bar": "~1.4.2",
"expo-updates": "~0.15.6",
"firebase": "^9.15.0",
"instantsearch.css": "7.4.5",
"instantsearch.js": "^4.49.1",
"meilisearch": "^0.30.0",
"moment": "^2.29.4",
"react": "18.1.0",
"react-instantsearch-dom": "6.30.3",
"react-native": "0.70.5",
"react-native-elements": "^3.4.3",
"react-native-gesture-handler": "~2.8.0",
"react-native-get-random-values": "^1.8.0",
"react-native-maps": "1.3.2",
"react-native-paper": "5.0.0-rc.10",
"react-native-reanimated": "~2.12.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-svg": "13.4.0",
"react-native-toast-message": "^2.1.5",
"react-native-vector-icons": "^9.2.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}