36 lines
949 B
JSON
Raw Normal View History

{
"name": "NavigationPlayground",
"version": "0.1.0",
"private": true,
"devDependencies": {
2017-05-15 19:36:04 -07:00
"babel-jest": "^20.0.1",
"jest": "^20.0.1",
"jest-expo": "^0.4.0",
2017-05-15 19:36:04 -07:00
"react-navigation": "file:../..",
"react-test-renderer": "15.5.4"
},
"main": "./examples/node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "node node_modules/jest/bin/jest.js"
},
"dependencies": {
"expo": "^16.0.0",
"react": "16.0.0-alpha.6",
2017-05-15 19:36:04 -07:00
"react-native": "^0.43.4"
},
"jest": {
"preset": "jest-expo",
2017-05-15 19:36:04 -07:00
"modulePathIgnorePatterns": [
"/node_modules\/.*\/react-native/",
"/node_modules\/.*\/react/"
],
"transformIgnorePatterns": [
2017-05-15 19:36:04 -07:00
"/node_modules\/(?!react-native|react-navigation)/"
]
}
}