mirror of
https://github.com/zhigang1992/react-native-bottom-sheet.git
synced 2026-06-11 08:04:18 +08:00
38 lines
1.1 KiB
JSON
38 lines
1.1 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"
|
|
},
|
|
"dependencies": {
|
|
"@gorhom/showcase-template": "^0.3.1",
|
|
"@react-native-community/blur": "^3.6.0",
|
|
"@react-native-community/masked-view": "0.1.10",
|
|
"@react-navigation/native": "^5.7.3",
|
|
"@react-navigation/stack": "^5.9.0",
|
|
"faker": "^4.1.0",
|
|
"lodash.isequal": "^4.5.0",
|
|
"react": "16.13.1",
|
|
"react-native": "0.63.2",
|
|
"react-native-gesture-handler": "^1.8.0",
|
|
"react-native-maps": "^0.27.1",
|
|
"react-native-reanimated": "^2.0.0-alpha.6",
|
|
"react-native-redash": "^14.2.3",
|
|
"react-native-safe-area-context": "0.7.3",
|
|
"react-native-screens": "^2.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.11.1",
|
|
"@babel/runtime": "^7.11.1",
|
|
"@types/faker": "^4.1.12",
|
|
"@types/react": "^16.9.46",
|
|
"@types/react-native": "^0.63.8",
|
|
"metro-react-native-babel-preset": "^0.59.0",
|
|
"typescript": "^3.9.7"
|
|
}
|
|
}
|