mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-03-29 22:42:59 +08:00
39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"name": "playground",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios"
|
|
},
|
|
"dependencies": {
|
|
"@expo/vector-icons": "^10.0.6",
|
|
"@react-native-community/masked-view": "0.1.5",
|
|
"@react-navigation/core": "^3.5.1",
|
|
"@react-navigation/native": "^3.6.2",
|
|
"expo": "^36.0.0",
|
|
"expo-asset": "~8.0.0",
|
|
"expo-blur": "~8.0.0",
|
|
"expo-constants": "~8.0.0",
|
|
"hoist-non-react-statics": "^3.3.1",
|
|
"react": "16.9.0",
|
|
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.1.tar.gz",
|
|
"react-native-gesture-handler": "~1.5.0",
|
|
"react-native-iphone-x-helper": "^1.2.1",
|
|
"react-native-paper": "^3.4.0",
|
|
"react-native-reanimated": "~1.4.0",
|
|
"react-native-safe-area-context": "0.6.0",
|
|
"react-native-screens": "2.0.0-alpha.12",
|
|
"react-navigation-drawer": "^2.3.3",
|
|
"react-navigation-header-buttons": "^3.0.4",
|
|
"react-navigation-stack": "^2.0.4",
|
|
"react-navigation-tabs": "^2.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-module-resolver": "^4.0.0",
|
|
"expo-cli": "^3.11.3"
|
|
}
|
|
}
|