mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-24 09:08:15 +00:00
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "NavigationPlayground",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"test": "flow"
|
|
},
|
|
"dependencies": {
|
|
"@react-navigation/native": "^3.0.0-alpha.8",
|
|
"expo": "^30.0.0",
|
|
"hoist-non-react-statics": "^3.0.1",
|
|
"invariant": "^2.2.4",
|
|
"react": "16.3.1",
|
|
"react-native": "^0.55.0",
|
|
"react-native-iphone-x-helper": "^1.0.2",
|
|
"react-native-paper": "^2.1.3",
|
|
"react-navigation": "link:../..",
|
|
"react-navigation-header-buttons": "^0.0.4",
|
|
"react-navigation-material-bottom-tabs": "1.0.0-alpha.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-jest": "^22.4.1",
|
|
"babel-plugin-transform-remove-console": "^6.9.0",
|
|
"flow-bin": "^0.67.0",
|
|
"jest": "^22.1.3",
|
|
"jest-expo": "^28.0.0",
|
|
"react-test-renderer": "16.3.1"
|
|
},
|
|
"jest": {
|
|
"preset": "jest-expo",
|
|
"moduleFileExtensions": [
|
|
"web.js",
|
|
"js",
|
|
"json",
|
|
"jsx",
|
|
"node"
|
|
],
|
|
"modulePathIgnorePatterns": [
|
|
"/node_modules/.*/react-native/",
|
|
"/node_modules/.*/react/"
|
|
],
|
|
"transformIgnorePatterns": [
|
|
"/node_modules/(?!react-native|react-navigation)/"
|
|
]
|
|
}
|
|
}
|