package.json 994B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "ViewShotExample",
  3. "version": "0.0.1",
  4. "private": true,
  5. "scripts": {
  6. "start": "react-native start",
  7. "lint": "eslint ."
  8. },
  9. "dependencies": {
  10. "@react-native-community/art": "^1.0.1",
  11. "@react-native-community/slider": "^2.0.0",
  12. "gl-react": "2",
  13. "gl-react-native": "2",
  14. "lodash": "^4.17.15",
  15. "react": "16.8.6",
  16. "react-native": "0.60.4",
  17. "react-native-gesture-handler": "^1.3.0",
  18. "react-native-maps": "^0.25.0",
  19. "react-native-reanimated": "^1.2.0",
  20. "react-native-svg": "^9.6.2",
  21. "react-native-svg-uri": "^1.2.3",
  22. "react-native-video": "^5.0.0",
  23. "react-native-view-shot": "^3.0.2",
  24. "react-native-webview": "^6.9.0",
  25. "react-navigation": "^3.11.1"
  26. },
  27. "devDependencies": {
  28. "@babel/core": "^7.5.5",
  29. "@babel/runtime": "^7.5.5",
  30. "@react-native-community/eslint-config": "^0.0.5",
  31. "eslint": "^6.1.0",
  32. "metro-react-native-babel-preset": "^0.55.0",
  33. "react-test-renderer": "16.8.6"
  34. }
  35. }