package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "video",
  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. "lodash": "^4.17.2",
  11. "moment": "^2.16.0",
  12. "react": "15.4.2",
  13. "react-addons-pure-render-mixin": "^15.4.2",
  14. "react-native": "^0.42.3",
  15. "react-native-action-button": "^2.0.15",
  16. "react-native-android-statusbar": "^0.1.3",
  17. "react-native-local-storage": "^1.5.1",
  18. "react-native-orientation": "yamill/react-native-orientation",
  19. "react-native-router-flux": "^3.37.0",
  20. "react-native-scrollable-tab-view": "^0.6.0",
  21. "react-native-tabs": "^1.0.9",
  22. "react-native-vector-icons": "^3.0.0",
  23. "react-native-video": "^1.0.0",
  24. "react-native-video-controls": "^1.2.0",
  25. "react-redux": "^4.4.6",
  26. "redux": "^3.6.0",
  27. "redux-thunk": "^2.1.0",
  28. "sha256": "^0.2.0"
  29. },
  30. "jest": {
  31. "preset": "jest-react-native"
  32. },
  33. "devDependencies": {
  34. "babel-jest": "17.0.2",
  35. "babel-preset-react-native": "1.9.0",
  36. "eslint-config-rallycoding": "^3.1.0",
  37. "eslint-plugin-class-property": "^1.0.1",
  38. "eslint-plugin-react": "^6.7.1",
  39. "jest": "17.0.3",
  40. "jest-react-native": "17.0.3",
  41. "react-test-renderer": "15.3.2",
  42. "whatwg-fetch": "2.0.0"
  43. }
  44. }