24 lines
530 B
JSON
24 lines
530 B
JSON
{
|
|
"name": "examples",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "jest",
|
|
"start": "node node_modules/react-native/local-cli/cli.js start"
|
|
},
|
|
"dependencies": {
|
|
"react": "16.0.0-alpha.12",
|
|
"react-native": "0.47.1",
|
|
"react-native-popup-menu": "..",
|
|
"react-native-router-flux": "4.0.0-beta.21",
|
|
"react-native-vector-icons": "4.3.0"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "20.0.4",
|
|
"react-test-renderer": "16.0.0-alpha.12"
|
|
}
|
|
}
|