mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-09 09:13:32 +08:00
32 lines
874 B
JSON
32 lines
874 B
JSON
{
|
|
"name": "drawerexample",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"eject": "expo eject"
|
|
},
|
|
"dependencies": {
|
|
"@react-navigation/core": "^3.4.0",
|
|
"@react-navigation/native": "^3.4.1",
|
|
"expo": "32.0.6",
|
|
"hoist-non-react-statics": "^3.3.0",
|
|
"react": "16.5.0",
|
|
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz",
|
|
"react-native-paper": "^2.15.2",
|
|
"react-navigation-stack": "^1.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-module-resolver": "^3.2.0"
|
|
},
|
|
"resolutions": {
|
|
"**/prop-types": "15.6.0",
|
|
"**/react-lifecycles-compat": "3.0.4",
|
|
"**/hoist-non-react-statics": "3.3.0",
|
|
"**/react-native-screens": "1.0.0-alpha.22"
|
|
}
|
|
}
|