2017-01-26 11:49:39 -08:00
|
|
|
{
|
|
|
|
"name": "NavigationPlayground",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
2017-04-24 13:54:58 -04:00
|
|
|
"scripts": {
|
|
|
|
"test": "jest"
|
|
|
|
},
|
2017-01-26 11:49:39 -08:00
|
|
|
"dependencies": {
|
2017-04-09 12:08:20 +02:00
|
|
|
"react": "16.0.0-alpha.6",
|
|
|
|
"react-native": "^0.43.2",
|
2017-04-18 14:28:47 +02:00
|
|
|
"react-native-vector-icons": "^4.0.1"
|
2017-01-26 11:49:39 -08:00
|
|
|
},
|
2017-04-24 13:54:58 -04:00
|
|
|
"devDependencies": {
|
|
|
|
"babel-jest": "^19.0.0",
|
|
|
|
"jest": "^19.0.2",
|
|
|
|
"react-navigation": "git+https://github.com/react-community/react-navigation.git",
|
|
|
|
"react-test-renderer": "^15.5.4"
|
|
|
|
},
|
|
|
|
"jest": {
|
|
|
|
"preset": "react-native",
|
|
|
|
"setupFiles": [
|
|
|
|
"<rootDir>/../../jest-setup.js"
|
|
|
|
],
|
|
|
|
"transformIgnorePatterns": [
|
|
|
|
"node_modules/(?!react-native|react-navigation)/",
|
|
|
|
"__exponent"
|
|
|
|
]
|
|
|
|
}
|
2017-01-26 11:49:39 -08:00
|
|
|
}
|