mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-24 17:18:09 +00:00
36 lines
949 B
JSON
36 lines
949 B
JSON
{
|
|
"name": "NavigationPlayground",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"babel-jest": "^20.0.1",
|
|
"jest": "^20.0.1",
|
|
"jest-expo": "^0.4.0",
|
|
"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",
|
|
"react-native": "^0.43.4"
|
|
},
|
|
"jest": {
|
|
"preset": "jest-expo",
|
|
"modulePathIgnorePatterns": [
|
|
"/node_modules\/.*\/react-native/",
|
|
"/node_modules\/.*\/react/"
|
|
],
|
|
"transformIgnorePatterns": [
|
|
"/node_modules\/(?!react-native|react-navigation)/"
|
|
]
|
|
}
|
|
}
|