forked from gorhom/react-native-bottom-sheet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.37 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
{
"name": "@gorhom/bottom-sheet-example",
"description": "Example app for @gorhom/bottom-sheet",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"postinstall": "npx patch-package"
},
"dependencies": {
"@gorhom/portal": "^1.0.11",
"@gorhom/showcase-template": "^2.0.4",
"@react-native-community/blur": "^3.6.0",
"@react-native-community/masked-view": "0.1.11",
"@react-navigation/bottom-tabs": "^5.11.11",
"@react-navigation/material-top-tabs": "^5.3.15",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.4",
"faker": "^4.1.0",
"nanoid": "^3.1.20",
"react": "17.0.2",
"react-native": "0.66.3",
"react-native-gesture-handler": "^1.10.3",
"react-native-maps": "^0.28.0",
"react-native-pager-view": "^5.4.0",
"react-native-reanimated": "^2.2.4",
"react-native-redash": "^16.0.11",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "^3.9.0",
"react-native-tab-view": "^3.1.1"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/runtime": "^7.13.10",
"@types/faker": "^4.1.12",
"@types/react": "^17.0.35",
"@types/react-native": "^0.66.5",
"metro-react-native-babel-preset": "^0.66.2",
"typescript": "^4.2.4"
}
}