123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "name": "ViewShotExample",
- "version": "0.0.1",
- "private": true,
- "scripts": {
- "start": "react-native start",
- "lint": "eslint ."
- },
- "dependencies": {
- "@react-native-community/art": "^1.0.1",
- "@react-native-community/slider": "^2.0.0",
- "gl-react": "2",
- "gl-react-native": "2",
- "lodash": "^4.17.15",
- "react": "16.8.6",
- "react-native": "0.60.4",
- "react-native-canvas": "^0.1.33",
- "react-native-fs": "^2.14.1",
- "react-native-gesture-handler": "^1.3.0",
- "react-native-maps": "^0.25.0",
- "react-native-reanimated": "^1.2.0",
- "react-native-svg": "^9.6.2",
- "react-native-svg-uri": "^1.2.3",
- "react-native-video": "^5.0.0",
- "react-native-view-shot": "^3.0.2",
- "react-native-webview": "^6.9.0",
- "react-navigation": "^3.11.1"
- },
- "devDependencies": {
- "@babel/core": "^7.5.5",
- "@babel/runtime": "^7.5.5",
- "@react-native-community/eslint-config": "^0.0.5",
- "eslint": "^6.1.0",
- "flow-bin": "0.98.0",
- "metro-react-native-babel-preset": "^0.55.0",
- "react-test-renderer": "16.8.6"
- }
- }
|