Files
react-native-bottom-sheet/example/package.json
2020-12-15 21:35:51 +01:00

40 lines
1.2 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/portal": "^0.1.4",
"@gorhom/showcase-template": "^1.0.2",
"@react-native-community/blur": "^3.6.0",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/native": "^5.8.10",
"@react-navigation/stack": "^5.12.8",
"faker": "^4.1.0",
"lodash.isequal": "^4.5.0",
"react": "16.13.1",
"react-native": "0.63.4",
"react-native-gesture-handler": "^1.9.0",
"react-native-maps": "^0.27.1",
"react-native-reanimated": "^1.13.2",
"react-native-redash": "^14.2.4",
"react-native-safe-area-context": "^3.1.9",
"react-native-screens": "^2.15.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@types/faker": "^4.1.12",
"@types/react": "^17.0.0",
"@types/react-native": "^0.63.37",
"metro-react-native-babel-preset": "^0.64.0",
"nanoid": "^3.1.20",
"typescript": "^4.1.2"
}
}