package.json 1.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "ViewShotExample",
  3. "version": "0.0.1",
  4. "private": true,
  5. "scripts": {
  6. "ios": "react-native run-ios",
  7. "postinstall": "cd ios && pod install",
  8. "start": "react-native start",
  9. "lint": "eslint ."
  10. },
  11. "dependencies": {
  12. "@react-native-community/art": "^1.1.2",
  13. "@react-native-community/blur": "^3.4.1",
  14. "@react-native-community/masked-view": "^0.1.6",
  15. "@react-native-community/slider": "^2.0.8",
  16. "buffer": "^5.4.3",
  17. "gl-react": "2",
  18. "gl-react-native": "2",
  19. "lodash": "^4.17.15",
  20. "react": "16.12.0",
  21. "react-native": "0.61.5",
  22. "react-native-canvas": "^0.1.36",
  23. "react-native-fs": "^2.16.2",
  24. "react-native-gesture-handler": "^1.5.3",
  25. "react-native-maps": "^0.26.1",
  26. "react-native-reanimated": "^1.7.0",
  27. "react-native-safe-area-context": "^0.6.2",
  28. "react-native-svg": "^11.0.1",
  29. "react-native-svg-uri": "^1.2.3",
  30. "react-native-video": "^5.0.2",
  31. "react-native-view-shot": "^3.1.1",
  32. "react-native-webview": "^8.0.4",
  33. "react-navigation": "^4.0.10",
  34. "react-navigation-stack": "^2.0.15"
  35. },
  36. "devDependencies": {
  37. "@babel/core": "^7.8.3",
  38. "@babel/runtime": "^7.8.3",
  39. "@react-native-community/eslint-config": "^0.0.6",
  40. "eslint": "^6.8.0",
  41. "flow-bin": "0.98.0",
  42. "metro-react-native-babel-preset": "^0.58.0",
  43. "react-test-renderer": "16.12.0"
  44. }
  45. }