mirror of
https://github.com/zhigang1992/react-native-bottom-sheet.git
synced 2026-06-10 23:59:37 +08:00
44 lines
1.4 KiB
JSON
44 lines
1.4 KiB
JSON
{
|
|
"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.4",
|
|
"@gorhom/showcase-template": "^1.0.2",
|
|
"@react-native-community/blur": "^3.6.0",
|
|
"@react-native-community/masked-view": "0.1.10",
|
|
"@react-navigation/material-top-tabs": "^5.3.14",
|
|
"@react-navigation/native": "^5.9.3",
|
|
"@react-navigation/stack": "^5.14.3",
|
|
"faker": "^4.1.0",
|
|
"lodash.isequal": "^4.5.0",
|
|
"nanoid": "^3.1.20",
|
|
"react": "17.0.1",
|
|
"react-native": "0.64.0",
|
|
"react-native-gesture-handler": "^1.10.3",
|
|
"react-native-maps": "^0.27.1",
|
|
"react-native-pager-view": "^5.1.1",
|
|
"react-native-reanimated": "^2.0.0",
|
|
"react-native-redash": "^16.0.8",
|
|
"react-native-safe-area-context": "3.2.0",
|
|
"react-native-screens": "^2.18.1",
|
|
"react-native-tab-view": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.13.10",
|
|
"@babel/runtime": "^7.13.10",
|
|
"@types/faker": "^4.1.12",
|
|
"@types/react": "^17.0.3",
|
|
"@types/react-native": "^0.63.51",
|
|
"metro-react-native-babel-preset": "^0.65.2",
|
|
"typescript": "^4.2.3"
|
|
}
|
|
}
|