Guest User

Untitled

a guest
Sep 5th, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. {
  2. "name": "gateHouse",
  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. },
  9. "dependencies": {
  10. "native-base": "^2.3.1",
  11. "react": "16.0.0-alpha.12",
  12. "react-native": "0.47.1",
  13. "react-native-camera": "git+https://github.com/lwansbrough/react-native-camera.git",
  14. "react-native-image-picker": "^0.26.4",
  15. "react-native-infinite-scroll-view": "^0.4.3",
  16. "react-native-nfc": "^0.3.0",
  17. "react-native-qrcode-scanner": "0.0.13",
  18. "react-native-splash-screen": "^2.1.0",
  19. "react-navigation": "git+https://github.com/react-community/react-navigation.git",
  20. "react-redux": "^5.0.5",
  21. "redux": "^3.7.2",
  22. "redux-logger": "^3.0.6",
  23. "redux-thunk": "^2.2.0"
  24. },
  25. "devDependencies": {
  26. "babel-jest": "20.0.3",
  27. "babel-preset-react-native": "2.1.0",
  28. "jest": "20.0.4",
  29. "react-native-qrcode": "^0.2.4",
  30. "react-test-renderer": "16.0.0-alpha.12"
  31. },
  32. "jest": {
  33. "preset": "react-native"
  34. }
  35. }
Advertisement
Add Comment
Please, Sign In to add comment