mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-01-12 22:51:18 +08:00
37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
{
|
|
"name": "react-navigation-playground",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.12.1",
|
|
"@expo/vector-icons": "^10.0.0",
|
|
"@react-native-community/masked-view": "0.1.10",
|
|
"expo": "^39.0.0",
|
|
"expo-asset": "~8.2.0",
|
|
"expo-barcode-scanner": "~9.0.0",
|
|
"expo-blur": "~8.2.0",
|
|
"expo-constants": "~9.2.0",
|
|
"hoist-non-react-statics": "^3.3.1",
|
|
"react": "~16.13.1",
|
|
"react-native": "~0.63.2",
|
|
"react-native-gesture-handler": "~1.7.0",
|
|
"react-native-iphone-x-helper": "^1.3.0",
|
|
"react-native-maps": "0.27.1",
|
|
"react-native-paper": "^4.0.1",
|
|
"react-native-reanimated": "~1.13.0",
|
|
"react-native-safe-area-context": "3.1.4",
|
|
"react-native-screens": "~2.10.1",
|
|
"react-native-webview": "10.7.0",
|
|
"react-navigation-header-buttons": "^6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-module-resolver": "^4.0.0",
|
|
"expo-cli": "^4.4.1"
|
|
}
|
|
}
|