Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. {
  2. "name": "xs",
  3. "version": "0.0.1",
  4. "private": true,
  5. "scripts": {
  6. "start": "node node_modules/react-native/local-cli/cli.js start",
  7. "test": "jest",
  8. "flow": "flow",
  9. "flow start": "flow start",
  10. "flow stop": "flow stop",
  11. "flow status": "flow status",
  12. "flow coverage": "flow coverage"
  13. },
  14. "dependencies": {
  15. "firebase": "^5.11.1",
  16. "flow": "^0.2.3",
  17. "flow-bin": "^0.65.0",
  18. "prop-types": "^15.6.1",
  19. "react": "16.8.3",
  20. "react-native": "0.59.3",
  21. "react-native-elements": "^0.19.0",
  22. "react-native-google-places-autocomplete": "^1.3.9",
  23. "react-native-maps": "git://github.com/react-native-community/react-native-maps.git#master",
  24. "react-native-switch": "^1.4.0",
  25. "react-native-vector-icons": "^4.5.0",
  26. "react-navigation": "^2.5.5",
  27. "react-redux": "^5.1.0",
  28. "redux": "^4.0.1",
  29. "redux-thunk": "^2.3.0"
  30. },
  31. "devDependencies": {
  32. "babel-eslint": "^8.2.6",
  33. "babel-preset-flow": "^6.23.0",
  34. "eslint": "^4.9.0",
  35. "eslint-config-airbnb": "^16.1.0",
  36. "eslint-plugin-import": "^2.17.3",
  37. "eslint-plugin-jsx-a11y": "^6.2.1",
  38. "eslint-plugin-react": "^7.13.0",
  39. "prettier-eslint": "^8.8.2",
  40. "@babel/core": "^7.4.3",
  41. "@babel/runtime": "^7.4.3",
  42. "babel-jest": "^24.7.1",
  43. "jest": "^24.7.1",
  44. "metro-react-native-babel-preset": "^0.53.1",
  45. "react-test-renderer": "16.8.3"
  46. },
  47. "jest": {
  48. "preset": "react-native"
  49. }
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement