12345678910111213141516171819202122232425 |
- {
- "name": "ViewShotExample",
- "version": "0.1.0",
- "private": true,
- "scripts": {
- "start": "react-native start",
- "android": "react-native run-android",
- "ios": "react-native run-ios"
- },
- "dependencies": {
- "gl-react": "^2.2.10",
- "gl-react-native": "^2.47.0",
- "lodash": "4.17.4",
- "react": "16.0.0-alpha.12",
- "react-native": "^0.47.0",
- "react-native-windows": "^0.47.0-rc.4",
- "react-native-view-shot": "file:..",
- "react-native-maps": "^0.16.2",
- "react-native-video": "^2.0.0"
- },
- "devDependencies": {
- "rnpm-plugin-windows": "^0.2.4"
- }
- }
|