2018-01-17 14:43:28 -08:00
|
|
|
{
|
|
|
|
"name": "NavigationPlayground",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
2018-07-19 15:46:24 -07:00
|
|
|
"main": "node_modules/expo/AppEntry.js",
|
2018-01-17 14:43:28 -08:00
|
|
|
"scripts": {
|
2018-07-19 15:46:24 -07:00
|
|
|
"start": "expo start",
|
|
|
|
"android": "expo start --android",
|
|
|
|
"ios": "expo start --ios",
|
2018-03-18 12:22:56 -04:00
|
|
|
"test": "flow"
|
2018-01-17 14:43:28 -08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-07-19 15:46:24 -07:00
|
|
|
"expo": "^28.0.0",
|
2018-05-23 13:18:35 -04:00
|
|
|
"invariant": "^2.2.4",
|
2018-05-25 14:30:03 -07:00
|
|
|
"react": "16.3.1",
|
|
|
|
"react-native": "^0.55.0",
|
2018-02-21 18:29:43 -08:00
|
|
|
"react-native-iphone-x-helper": "^1.0.2",
|
2018-03-13 21:13:19 +01:00
|
|
|
"react-navigation": "link:../..",
|
2018-05-04 11:06:51 -07:00
|
|
|
"react-navigation-header-buttons": "^0.0.4",
|
2018-07-19 15:46:24 -07:00
|
|
|
"react-navigation-material-bottom-tabs": "^0.3.0",
|
2018-06-15 22:10:43 +07:00
|
|
|
"react-navigation-tabs": "^0.5.1"
|
2018-01-17 14:43:28 -08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-03-16 16:21:17 -07:00
|
|
|
"babel-jest": "^22.4.1",
|
2018-02-21 18:29:43 -08:00
|
|
|
"babel-plugin-transform-remove-console": "^6.9.0",
|
2018-06-05 03:58:14 +07:00
|
|
|
"flow-bin": "^0.67.0",
|
2018-03-16 16:21:17 -07:00
|
|
|
"jest": "^22.1.3",
|
2018-07-19 15:46:24 -07:00
|
|
|
"jest-expo": "^28.0.0",
|
|
|
|
"react-test-renderer": "16.3.1"
|
2018-01-17 14:43:28 -08:00
|
|
|
},
|
|
|
|
"jest": {
|
|
|
|
"preset": "jest-expo",
|
2018-01-17 19:11:04 -08:00
|
|
|
"moduleFileExtensions": [
|
|
|
|
"web.js",
|
|
|
|
"js",
|
|
|
|
"json",
|
|
|
|
"jsx",
|
|
|
|
"node"
|
|
|
|
],
|
2018-01-17 14:43:28 -08:00
|
|
|
"modulePathIgnorePatterns": [
|
|
|
|
"/node_modules/.*/react-native/",
|
|
|
|
"/node_modules/.*/react/"
|
|
|
|
],
|
|
|
|
"transformIgnorePatterns": [
|
|
|
|
"/node_modules/(?!react-native|react-navigation)/"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|