No Description

package.json 598B

12345678910111213141516171819202122232425
  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-windows": "^0.47.0-rc.4",
  17. "react-native-view-shot": "file:..",
  18. "react-native-maps": "^0.16.2",
  19. "react-native-video": "^2.0.0"
  20. },
  21. "devDependencies": {
  22. "rnpm-plugin-windows": "^0.2.4"
  23. }
  24. }