-
-
Notifications
You must be signed in to change notification settings - Fork 944
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.76 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.76 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
52
53
54
55
56
57
58
59
{
"name": "@gorhom/bottomsheet-example",
"version": "5.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": {
"@expo/webpack-config": "~19.0.1",
"@gorhom/portal": "^1.0.14",
"@gorhom/showcase-template": "^4.0.1",
"@legendapp/list": "^2.0.0",
"@react-navigation/material-top-tabs": "^7.2.13",
"@react-navigation/native": "^7.1.9",
"@react-navigation/native-stack": "^7.3.13",
"@react-navigation/stack": "^7.3.2",
"@shopify/flash-list": "2.0.2",
"expo": "~55.0.12",
"expo-asset": "~55.0.13",
"expo-blur": "~55.0.13",
"expo-image": "~55.0.8",
"expo-status-bar": "~55.0.5",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-native": "0.83.4",
"react-native-gesture-handler": "~2.30.0",
"react-native-maps": "1.27.2",
"react-native-pager-view": "8.0.0",
"react-native-reanimated": "4.2.1",
"react-native-redash": "^18.1.0",
"react-native-safe-area-context": "~5.6.2",
"react-native-screens": "~4.23.0",
"react-native-tab-view": "^3.5.2",
"react-native-web": "^0.21.0",
"react-native-webview": "13.16.0",
"react-native-worklets": "0.7.2"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@types/faker": "^4.1.12",
"@types/react": "~19.2.10",
"@types/react-native": "^0.73.0",
"babel-loader": "^10.0.0",
"babel-plugin-module-resolver": "^5.0.0",
"faker": "^4.1.0",
"typescript": "~5.9.2"
},
"overrides": {
"use-latest-callback": "^0.2.3"
},
"resolutions": {
"use-latest-callback": "^0.2.3"
},
"private": true
}