-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "astrogator",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start-dev-client": "expo start --dev-client",
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"development-build-simulator-ios": "eas build --profile development-simulator --platform ios",
"development-build-simulator-android": "eas build --profile development --platform android"
},
"dependencies": {
"@gorhom/bottom-sheet": "^4",
"@react-native-async-storage/async-storage": "1.17.11",
"@react-native-community/datetimepicker": "6.7.3",
"@react-native-community/netinfo": "9.3.7",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/material-top-tabs": "^6.6.2",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"@react-navigation/stack": "^6.3.16",
"@shopify/flash-list": "1.4.0",
"axios": "^1.3.5",
"date-fns": "2.29.3",
"dotenv": "^16.0.3",
"expo": "~48.0.11",
"expo-av": "~13.2.1",
"expo-blur": "~12.2.2",
"expo-build-properties": "~0.6.0",
"expo-dev-client": "~2.2.1",
"expo-image": "1.2.3",
"expo-linking": "~4.0.1",
"expo-mail-composer": "~12.1.1",
"expo-media-library": "~15.2.3",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "~1.4.4",
"expo-store-review": "~6.2.1",
"react": "18.2.0",
"react-native": "0.71.8",
"react-native-blurhash": "^1.1.10",
"react-native-element-dropdown": "^2.9.0",
"react-native-gesture-handler": "~2.9.0",
"react-native-pager-view": "6.1.2",
"react-native-reanimated": "~2.14.4",
"react-native-redash": "^18.1.0",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-share": "^8.2.2",
"react-native-shared-element": "^0.8.8",
"react-native-size-matters": "^0.4.0",
"react-native-svg": "13.4.0",
"react-native-tab-view": "^3.5.1",
"react-native-view-shot": "3.5.0",
"react-native-vimeo-iframe": "^1.2.1",
"react-native-webview": "^11.17.2",
"react-native-youtube-iframe": "^2.2.2",
"react-navigation-shared-element": "^3.1.3",
"react-query": "^3.39.3",
"uuid": "^9.0.0",
"zustand": "^4.3.7"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.0.27",
"@types/react-native": "^0.71.5",
"@types/uuid": "^9.0.1",
"react-native-dotenv": "^3.4.8",
"typescript": "^4.9.4"
},
"private": true
}