package.json 858 B

12345678910111213141516171819202122232425262728293031323334
  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.3.2",
  13. "react-native": "0.37.0",
  14. "react-native-orientation": "^1.17.0",
  15. "react-native-router-flux": "^3.37.0",
  16. "react-native-scrollable-tab-view": "^0.6.0",
  17. "react-native-tabs": "^1.0.9",
  18. "react-native-video": "^0.9.0",
  19. "react-redux": "^4.4.6",
  20. "redux": "^3.6.0",
  21. "redux-thunk": "^2.1.0"
  22. },
  23. "jest": {
  24. "preset": "jest-react-native"
  25. },
  26. "devDependencies": {
  27. "babel-jest": "17.0.2",
  28. "babel-preset-react-native": "1.9.0",
  29. "jest": "17.0.3",
  30. "jest-react-native": "17.0.3",
  31. "react-test-renderer": "15.3.2",
  32. "whatwg-fetch": "2.0.0"
  33. }
  34. }