package.json 702B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "ViewShotExample",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "start": "react-native start",
  7. "android": "react-native run-android",
  8. "ios": "react-native run-ios"
  9. },
  10. "dependencies": {
  11. "gl-react": "^2.2.10",
  12. "gl-react-native": "^2.47.0",
  13. "lodash": "4.17.4",
  14. "react": "16.0.0-alpha.12",
  15. "react-native": "^0.47.0",
  16. "react-native-maps": "^0.16.2",
  17. "react-native-svg": "^5.4.1",
  18. "react-native-svg-uri": "github:gre/react-native-svg-uri#onLoad",
  19. "react-native-video": "^2.0.0",
  20. "react-native-view-shot": "file:..",
  21. "react-native-windows": "^0.47.0-rc.4"
  22. },
  23. "devDependencies": {
  24. "rnpm-plugin-windows": "^0.2.4"
  25. }
  26. }