forked from gorhom/react-native-bottom-sheet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.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
{
"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": "^3.0.2",
"@react-navigation/material-top-tabs": "^6.6.5",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.17",
"@react-navigation/stack": "^6.3.20",
"@shopify/flash-list": "1.7.1",
"expo": "^52.0.7",
"expo-asset": "~11.0.1",
"expo-blur": "~14.0.1",
"expo-image": "~2.0.0",
"expo-status-bar": "~2.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.2",
"react-native-gesture-handler": "~2.20.2",
"react-native-maps": "1.18.0",
"react-native-pager-view": "6.4.1",
"react-native-reanimated": "~3.16.1",
"react-native-redash": "^18.1.0",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.1.0",
"react-native-tab-view": "^3.5.2",
"react-native-web": "~0.19.13"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@types/faker": "^4.1.12",
"@types/react": "~18.3.12",
"@types/react-native": "^0.73.0",
"babel-plugin-module-resolver": "^5.0.0",
"faker": "^4.1.0",
"typescript": "^5.3.3"
},
"private": true
}