mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-26 05:25:30 +08:00
34 lines
853 B
JSON
34 lines
853 B
JSON
{
|
|
"name": "NavigationPlayground",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"react-native-scripts": "0.0.29",
|
|
"jest-expo": "^0.4.0",
|
|
"react-test-renderer": "16.0.0-alpha.6"
|
|
},
|
|
"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": "jest"
|
|
},
|
|
"dependencies": {
|
|
"expo": "^16.0.0",
|
|
"react": "16.0.0-alpha.6",
|
|
"react-native": "^0.43.4"
|
|
},
|
|
"jest": {
|
|
"preset": "jest-expo",
|
|
"setupFiles": [
|
|
"<rootDir>/../../jest-setup.js"
|
|
],
|
|
"transformIgnorePatterns": [
|
|
"node_modules/(?!react-native|react-navigation)/",
|
|
"examples/ReduxExample/"
|
|
]
|
|
}
|
|
}
|