Guest User

Untitled

a guest
Mar 23rd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. {
  2. "name": "StrapTaxiApp-Driver",
  3. "version": "4.1.0",
  4. "private": true,
  5. "devDependencies": {
  6. "react-native-scripts": "1.8.1",
  7. "jest-expo": "^25.0.0",
  8. "react-test-renderer": "16.2.0",
  9. "babel-eslint": "^8.2.1",
  10. "babel-jest": "22.1.0",
  11. "babel-preset-react-native": "4.0.0",
  12. "chai": "^4.1.2",
  13. "eslint": "^4.15.0",
  14. "eslint-config-airbnb": "16.1.0",
  15. "eslint-plugin-import": "^2.8.0",
  16. "eslint-plugin-jsx-a11y": "^6.0.3",
  17. "eslint-plugin-react": "^7.5.1",
  18. "eslint-plugin-react-native": "^3.2.1",
  19. "jest": "22.1.1",
  20. "jest-react-native": "18.0.0",
  21. "mocha": "^4.1.0",
  22. "remote-redux-devtools-on-debugger": "^0.8.3"
  23. },
  24. "main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
  25. "scripts": {
  26. "start": "react-native-scripts start",
  27. "eject": "react-native-scripts eject",
  28. "android": "react-native-scripts android",
  29. "ios": "react-native-scripts ios"
  30. },
  31. "jest": {
  32. "preset": "jest-expo"
  33. },
  34. "dependencies": {
  35. "@expo/vector-icons": "^6.2.2",
  36. "@mapbox/polyline": "^0.2.0",
  37. "color": "^2.0.1",
  38. "expo": "^25.0.0",
  39. "lodash": "^4.17.4",
  40. "moment": "^2.20.1",
  41. "native-base": "2.3.6",
  42. "prop-types": "^15.6.0",
  43. "react": "16.2.0",
  44. "react-native": "https://github.com/expo/react-native/archive/sdk-25.0.0.tar.gz",
  45. "react-native-communications": "^2.2.1",
  46. "react-native-country-picker-modal": "0.5.1",
  47. "react-native-datepicker": "^1.6.0",
  48. "react-native-modalbox": "^1.4.2",
  49. "react-native-router-flux": "^4.0.0-beta.28",
  50. "react-native-vector-icons": "4.5.0",
  51. "react-redux": "^5.0.6",
  52. "redux": "^3.7.2",
  53. "redux-form": "7.2.0",
  54. "redux-logger": "^3.0.6",
  55. "redux-persist": "^4.10.1",
  56. "redux-persist-transform-filter": "0.0.16",
  57. "redux-thunk": "^2.2.0",
  58. "remote-redux-devtools": "^0.5.12",
  59. "sentry-expo": "^1.7.0",
  60. "socket.io-client": "^2.0.4",
  61. "whatwg-fetch": "^2.0.3"
  62. }
  63. }
Add Comment
Please, Sign In to add comment