Files
react-navigation/packages/core/example/package.json
2019-08-22 17:46:03 -07:00

38 lines
1.1 KiB
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": {
"@expo/vector-icons": "10.0.5",
"@react-navigation/core": "3.5.0-alpha.7",
"@react-navigation/native": "^3.6.0-alpha.5",
"expo": "^33.0.7",
"expo-asset": "^5.0.1",
"expo-constants": "~5.0.1",
"hoist-non-react-statics": "^3.3.0",
"react": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"react-native-paper": "^2.15.2",
"path-to-regexp": "^3.0.0",
"prop-types": "^15.7.2",
"query-string": "^6.4.2",
"react-is": "^16.8.6",
"react-navigation-stack": "1.4.0-alpha.0",
"react-navigation-tabs": "1.2.0-alpha.0"
},
"devDependencies": {
"babel-preset-expo": "^5.1.1"
},
"resolutions": {
"**/react": "16.8.3",
"**/hoist-non-react-statics": "3.3.0"
}
}