mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-09 09:13:32 +08:00
36 lines
1003 B
JSON
36 lines
1003 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/core": "../",
|
|
"@react-navigation/native": "^3.1.4",
|
|
"expo": "~32.0.0",
|
|
"hoist-non-react-statics": "^2.5.0",
|
|
"prop-types": "^15.6.0",
|
|
"query-string": "^6.2.0",
|
|
"react": "16.5.0",
|
|
"react-is": "^16.5.2",
|
|
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz",
|
|
"react-native-paper": "^2.2.8",
|
|
"react-navigation-stack": "^1.0.7",
|
|
"react-navigation-tabs": "^1.0.2"
|
|
},
|
|
"resolutions": {
|
|
"**/react": "16.3.1",
|
|
"**/prop-types": "15.6.0",
|
|
"**/react-lifecycles-compat": "3.0.4",
|
|
"**/hoist-non-react-statics": "2.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-preset-expo": "^5.0.0"
|
|
}
|
|
}
|