mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-05-08 02:48:47 +08:00
36 lines
953 B
JSON
36 lines
953 B
JSON
{
|
|
"name": "tabviewexample",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios"
|
|
},
|
|
"dependencies": {
|
|
"@expo/vector-icons": "^8.0.0",
|
|
"@react-navigation/core": "^3.0.0-alpha",
|
|
"@react-navigation/native": "^3.0.0-alpha",
|
|
"expo": "~30.0.0",
|
|
"hoist-non-react-statics": "^2.5.0",
|
|
"prop-types": "^15.6.0",
|
|
"react": "16.3.1",
|
|
"react-native": "~0.55.4",
|
|
"react-native-paper": "^2.2.2",
|
|
"react-navigation": "^3.0.0-rc",
|
|
"react-navigation-stack": "^1.0.0-alpha.33"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-module-resolver": "^3.0.0",
|
|
"babel-preset-expo": "^4.0.0",
|
|
"glob-to-regexp": "^0.3.0"
|
|
},
|
|
"main": "App.js",
|
|
"resolutions": {
|
|
"**/prop-types": "15.6.0",
|
|
"**/react-lifecycles-compat": "3.0.4",
|
|
"**/hoist-non-react-statics": "2.5.0",
|
|
"**/react-native-tab-view": "0.0.78"
|
|
}
|
|
}
|