Created
March 11, 2019 10:42
-
-
Save bacarybruno/6e667d1263845ffe0d14e15ad7b3494d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "YourAwesomeProject", | |
"version": "0.0.1", | |
"private": true, | |
"scripts": { | |
"start": "node node_modules/react-native/local-cli/cli.js start", | |
"watch": "nodemon node_modules/react-native/local-cli/cli.js start", | |
"eslint-init": "eslint --init", | |
"flow": "flow", | |
"test": "yarn jest && flow && eslint .", | |
"jest": "node node_modules/jest/bin/jest.js" | |
}, | |
"dependencies": { | |
"apsl-react-native-button": "^3.1.1", | |
"babel-preset-react-native": "^4.0.0", | |
"prop-types": "^15.6.2", | |
"react": "16.4.1", | |
"react-native": "0.55.4", | |
"react-native-animatable": "^1.3.0", | |
"react-native-i18n": "^2.0.15", | |
"react-native-vector-icons": "^5.0.0", | |
"react-navigation": "^2.12.1", | |
"react-redux": "^5.0.7", | |
"redux": "^4.0.0", | |
"redux-logger": "^3.0.6", | |
"redux-persist": "^5.10.0", | |
"redux-saga": "^0.16.0" | |
}, | |
"devDependencies": { | |
"babel-core": "^6.26.3", | |
"babel-eslint": "^8.2.6", | |
"babel-jest": "23.4.2", | |
"babel-loader": "^7.1.5", | |
"eslint": "^5.4.0", | |
"eslint-config-airbnb": "^17.1.0", | |
"eslint-plugin-flowtype": "^2.50.0", | |
"eslint-plugin-import": "^2.14.0", | |
"eslint-plugin-jsx-a11y": "^6.1.1", | |
"eslint-plugin-react": "^7.11.1", | |
"flow-bin": "^0.79.1", | |
"flow-typed": "^2.5.1", | |
"jest": "23.5.0", | |
"react-test-renderer": "16.4.2" | |
}, | |
"jest": { | |
"preset": "react-native" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment