-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
68 lines (68 loc) · 2.27 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
59
60
61
62
63
64
65
66
67
68
{
"name": "dishgo",
"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",
"prepare": "husky install",
"test": "jest"
},
"dependencies": {
"@charmy.tech/react-native-stroke-text": "^1.0.3",
"@expo-google-fonts/open-sans": "^0.2.3",
"@expo/metro-runtime": "~3.1.3",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-community/geolocation": "^3.2.0",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-picker/picker": "^2.6.1",
"@react-navigation/bottom-tabs": "^6.5.14",
"@react-navigation/drawer": "^6.6.7",
"@react-navigation/material-bottom-tabs": "^6.2.20",
"@react-navigation/native": "^6.1.10",
"@react-navigation/native-stack": "^6.9.18",
"@react-navigation/stack": "^6.3.21",
"@supabase/supabase-js": "^2.39.7",
"@types/react": "~18.2.45",
"axios": "^1.6.7",
"base64-arraybuffer": "^1.0.2",
"expo": "~50.0.7",
"expo-font": "~11.10.3",
"expo-image-picker": "^14.7.1",
"expo-location": "^16.5.3",
"expo-status-bar": "~1.11.1",
"geolib": "^3.3.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.4",
"react-native-element-dropdown": "^2.10.1",
"react-native-elements": "^3.4.3",
"react-native-geolocation-service": "^5.3.1",
"react-native-gesture-handler": "^2.15.0",
"react-native-google-places-autocomplete": "^2.5.6",
"react-native-maps": "^1.10.3",
"react-native-paper": "^5.12.3",
"react-native-reanimated": "^3.7.0",
"react-native-safe-area-context": "^4.9.0",
"react-native-screens": "~3.29.0",
"react-native-select-dropdown": "^3.4.0",
"react-native-svg": "^14.1.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-vector-icons": "^10.0.3",
"react-native-virtualized-view": "^1.0.0",
"react-native-web": "~0.19.6",
"yup": "^1.3.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"husky": "^9.0.11",
"jest": "^29.7.0"
},
"private": true
}