mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-25 01:28:16 +00:00
26 lines
566 B
JSON
26 lines
566 B
JSON
{
|
|
"name": "HelloHybrid",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node node_modules/react-native/local-cli/cli.js start",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"react": "^15.4.2",
|
|
"react-native": "^0.40.0",
|
|
"react-navigation": "file:../.."
|
|
},
|
|
"jest": {
|
|
"preset": "jest-react-native"
|
|
},
|
|
"devDependencies": {
|
|
"babel-jest": "16.0.0",
|
|
"babel-preset-react-native": "1.9.0",
|
|
"jest": "16.0.2",
|
|
"jest-react-native": "16.0.0",
|
|
"react-test-renderer": "15.3.2",
|
|
"whatwg-fetch": "1.0.0"
|
|
}
|
|
}
|