package.json
{
"name": "RNLoginLogout",
"version": "0.0.2",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"flow": "flow",
"generate-book": "gitbook pdf ./docs/ebook ./docs/ebook/_book/login-logout-animation.pdf",
"doc": "node ./docs/component-doc-generator.js"
},
"dependencies": {
"install": "^0.8.4",
"npm": "^4.0.5",
"react": "~15.4.2",
"react-addons-shallow-compare": "^15.4.2",
"react-native": "^0.40.0",
"react-native-dismiss-keyboard": "^1.0.0",
"react-native-drawer-layout": "^1.1.0",
"react-native-md-textinput": "^2.0.4",
"react-native-router-flux": "^3.37.0",
"react-native-smart-scroll-view": "https://github.com/curvedtrunk/react-native-smart-scroll-view.git",
"react-native-splash-screen": "^1.0.9",
"react-native-vector-icons": "^4.0.0",
"react-redux": "^5.0.1",
"redux": "^3.6.0",
"redux-logger": "^2.7.4",
"redux-persist": "^4.0.1",
"redux-thunk": "^2.1.0"
},
"devDependencies": {
"babel-jest": "18.0.0",
"babel-preset-react-native": "1.9.1",
"flow-bin": "^0.37.4",
"jest": "18.1.0",
"jest-react-native": "18.0.0",
"react-test-renderer": "~15.4.2",
"eslint": "^3.13.0",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-react": "^6.8.0",
"eslint-plugin-react-native": "^2.2.1"
},
"jest": {
"preset": "react-native"
}
}