Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. {
  2. "name": "StrapNativeStarter-Pro",
  3. "version": "7.0.0",
  4. "private": true,
  5. "devDependencies": {
  6. "babel-eslint": "^6.1.2",
  7. "chai": "^3.5.0",
  8. "eslint": "^3.5.0",
  9. "eslint-config-airbnb": "^11.1.0",
  10. "eslint-plugin-import": "^1.14.0",
  11. "eslint-plugin-jsx-a11y": "^2.2.1",
  12. "eslint-plugin-react": "^6.2.0",
  13. "eslint-plugin-react-native": "^2.0.0",
  14. "jest-expo": "^0.3.0",
  15. "mocha": "^2.5.3",
  16. "react-native-scripts": "0.0.26",
  17. "react-test-renderer": "~15.4.1",
  18. "remotedev-rn-debugger": "^0.8.2"
  19. },
  20. "main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
  21. "scripts": {
  22. "postinstall": "remotedev-debugger",
  23. "start": "react-native-scripts start",
  24. "eject": "react-native-scripts eject",
  25. "android": "react-native-scripts android",
  26. "ios": "react-native-scripts ios",
  27. "eslint": "eslint",
  28. "test": "node node_modules/jest/bin/jest.js --watch"
  29. },
  30. "upstreamRepo": "git@gitstrap.com:strapmobile/NativeStarterPro-seed.git",
  31. "jest": {
  32. "preset": "jest-expo"
  33. },
  34. "dependencies": {
  35. "color": "~1.0.3",
  36. "expo": "^19.0.1",
  37. "lodash": "^4.13.1",
  38. "moment": "^2.18.1",
  39. "native-base": "^2.3.1",
  40. "react": "16.0.0-alpha.13",
  41. "react-native": "0.46.4",
  42. "react-native-button": "^2.1.0",
  43. "react-native-gifted-messenger": "^0.1.4",
  44. "react-native-gifted-spinner": "^0.1.0",
  45. "react-native-modalbox": "^1.4.2",
  46. "react-native-router-flux": "^4.0.0-beta.18",
  47. "react-native-scrollable-tab-view": "0.7.2",
  48. "react-redux": "^5.0.6",
  49. "redux": "^3.7.2",
  50. "redux-persist": "^4.8.3",
  51. "redux-thunk": "^2.2.0",
  52. "remote-redux-devtools": "^0.5.12",
  53. "remote-redux-devtools-on-debugger": "^0.8.2"
  54. }
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement