-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.86 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
{
"name": "grapes-app",
"version": "2.0.1",
"main": "index.js",
"scripts": {
"start": "expo start",
"dev": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"update": "eas update --auto"
},
"dependencies": {
"@expo/html-elements": "^0.5.1",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native/metro-config": "^0.72.9",
"@react-navigation/material-bottom-tabs": "^6.2.16",
"@react-navigation/material-top-tabs": "^6.6.3",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"@supabase/supabase-js": "^2.31.0",
"@types/react": "~18.2.14",
"babel-plugin-transform-remove-console": "^6.9.4",
"expo": "^49.0.5",
"expo-clipboard": "~4.3.1",
"expo-dev-client": "~2.4.8",
"expo-font": "~11.4.0",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-store-review": "~6.4.0",
"expo-updates": "~0.18.12",
"html-entities": "^2.4.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.4",
"react-native-gesture-handler": "~2.12.0",
"react-native-pager-view": "^6.2.0",
"react-native-paper": "^5.10.1",
"react-native-rapi-ui": "^0.2.1",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-scroll-into-view": "^2.0.2",
"react-native-toast-message": "^2.1.6",
"react-native-vector-icons": "^10.0.0",
"react-native-web": "~0.19.6",
"typescript": "^4.9.4",
"@expo/vector-icons": "^13.0.0",
"expo-asset": "~8.10.1",
"expo-localization": "~14.3.0",
"expo-linking": "~5.0.2"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"react-native-url-polyfill": "^2.0.0",
"typescript": "^5.1.3"
},
"private": true
}