Files
react-navigation/packages/core/example/package.json
Brent Vatne bc11798ef4 Merge pull request #11 from react-navigation/@brent/default-params
WIP: Specify default params in the params key in route config
2018-10-23 16:49:23 -07:00

37 lines
1.1 KiB
JSON

{
"name": "coreexample",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"postinstall": "rm -rf node_modules/expo-react-native-adapter/node_modules/react && rm -rf node_modules/expo-gl/node_modules/react"
},
"dependencies": {
"@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-is": "^16.5.2",
"react-native": "~0.55.4",
"react-native-paper": "2.0.0-alpha.4",
"react-native-screens": "^1.0.0-alpha.9",
"react-navigation-stack": "^1.0.0-alpha.23",
"react-navigation-tabs": "^1.0.0-alpha.4"
},
"devDependencies": {
"babel-plugin-module-resolver": "^3.0.0",
"babel-preset-expo": "^4.0.0",
"glob-to-regexp": "^0.3.0"
},
"main": "App.js",
"resolutions": {
"**/react": "16.3.1",
"**/prop-types": "15.6.0",
"**/react-lifecycles-compat": "3.0.4",
"**/hoist-non-react-statics": "2.5.0"
}
}