mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-09 09:13:32 +08:00
33 lines
893 B
JSON
33 lines
893 B
JSON
{
|
|
"name": "coreexample",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"main": "App.js",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"postinstall": "rm -rf node_modules/@react-navigation/core/{.git,node_modules,example}"
|
|
},
|
|
"dependencies": {
|
|
"@react-navigation/native": "^3.4.1",
|
|
"expo": "~32.0.0",
|
|
"hoist-non-react-statics": "^3.3.0",
|
|
"prop-types": "^15.7.2",
|
|
"query-string": "^6.4.2",
|
|
"react": "16.5.0",
|
|
"react-is": "^16.8.6",
|
|
"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.3.0",
|
|
"react-navigation-tabs": "^1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-preset-expo": "^5.1.1"
|
|
},
|
|
"resolutions": {
|
|
"**/react": "16.5.0",
|
|
"**/hoist-non-react-statics": "3.3.0"
|
|
}
|
|
}
|