説明なし

package.json 1.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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.1.2",
  11. "@react-native-community/blur": "^3.4.1",
  12. "@react-native-community/masked-view": "^0.1.6",
  13. "@react-native-community/slider": "^2.0.8",
  14. "buffer": "^5.4.3",
  15. "gl-react": "2",
  16. "gl-react-native": "2",
  17. "lodash": "^4.17.15",
  18. "react": "16.12.0",
  19. "react-native": "0.61.5",
  20. "react-native-canvas": "^0.1.36",
  21. "react-native-fs": "^2.16.2",
  22. "react-native-gesture-handler": "^1.5.3",
  23. "react-native-maps": "^0.26.1",
  24. "react-native-reanimated": "^1.7.0",
  25. "react-native-safe-area-context": "^0.6.2",
  26. "react-native-svg": "^11.0.1",
  27. "react-native-svg-uri": "^1.2.3",
  28. "react-native-video": "^5.0.2",
  29. "react-native-view-shot": "^3.1.0",
  30. "react-native-webview": "^8.0.4",
  31. "react-navigation": "^4.0.10",
  32. "react-navigation-stack": "^2.0.15"
  33. },
  34. "devDependencies": {
  35. "@babel/core": "^7.8.3",
  36. "@babel/runtime": "^7.8.3",
  37. "@react-native-community/eslint-config": "^0.0.6",
  38. "eslint": "^6.8.0",
  39. "flow-bin": "0.98.0",
  40. "metro-react-native-babel-preset": "^0.58.0",
  41. "react-test-renderer": "16.12.0"
  42. }
  43. }