2017-01-26 11:49:39 -08:00
|
|
|
{
|
|
|
|
"name": "NavigationPlayground",
|
2017-05-15 18:55:18 -07:00
|
|
|
"version": "0.1.0",
|
2017-01-26 11:49:39 -08:00
|
|
|
"private": true,
|
2017-05-15 18:55:18 -07:00
|
|
|
"devDependencies": {
|
2017-05-15 19:36:04 -07:00
|
|
|
"babel-jest": "^20.0.1",
|
|
|
|
"jest": "^20.0.1",
|
2017-05-15 18:55:18 -07:00
|
|
|
"jest-expo": "^0.4.0",
|
2017-05-15 19:36:04 -07:00
|
|
|
"react-navigation": "file:../..",
|
|
|
|
"react-test-renderer": "15.5.4"
|
2017-05-15 18:55:18 -07:00
|
|
|
},
|
|
|
|
"main": "./examples/node_modules/react-native-scripts/build/bin/crna-entry.js",
|
2017-04-24 13:54:58 -04:00
|
|
|
"scripts": {
|
2017-05-15 18:55:18 -07:00
|
|
|
"start": "react-native-scripts start",
|
|
|
|
"eject": "react-native-scripts eject",
|
|
|
|
"android": "react-native-scripts android",
|
|
|
|
"ios": "react-native-scripts ios",
|
2017-05-15 19:08:16 -07:00
|
|
|
"test": "node node_modules/jest/bin/jest.js"
|
2017-04-24 13:54:58 -04:00
|
|
|
},
|
2017-01-26 11:49:39 -08:00
|
|
|
"dependencies": {
|
2017-05-15 18:55:18 -07:00
|
|
|
"expo": "^16.0.0",
|
2017-04-09 12:08:20 +02:00
|
|
|
"react": "16.0.0-alpha.6",
|
2017-05-15 19:36:04 -07:00
|
|
|
"react-native": "^0.43.4"
|
2017-04-24 13:54:58 -04:00
|
|
|
},
|
|
|
|
"jest": {
|
2017-05-15 18:55:18 -07:00
|
|
|
"preset": "jest-expo",
|
2017-05-15 19:36:04 -07:00
|
|
|
"modulePathIgnorePatterns": [
|
|
|
|
"/node_modules\/.*\/react-native/",
|
|
|
|
"/node_modules\/.*\/react/"
|
|
|
|
],
|
2017-04-24 13:54:58 -04:00
|
|
|
"transformIgnorePatterns": [
|
2017-05-15 19:36:04 -07:00
|
|
|
"/node_modules\/(?!react-native|react-navigation)/"
|
2017-04-24 13:54:58 -04:00
|
|
|
]
|
|
|
|
}
|
2017-01-26 11:49:39 -08:00
|
|
|
}
|