UNPKG

@s20.ai/safecam-360-rn

Version:

A React Native component to view the interior panorama and exterior 360 degree views of a product featuring suppport for hotspots. Compatible with Android and iOS

80 lines (79 loc) 2.24 kB
{ "name": "@s20.ai/safecam-360-rn", "version": "0.5.11", "main": "./src/index.js", "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "start": "react-native start", "test": "jest", "lint": "eslint ." }, "keywords": [ "360", "viewer", "interior", "exterior", "panorama", "react native" ], "description": "A React Native component to view the interior panorama and exterior 360 degree views of a product featuring suppport for hotspots. Compatible with Android and iOS", "license": "Proprietary", "author": { "name": "paramaguru", "email": "sigma@s20.ai" }, "readme": "README.md", "contributors": [ { "name": "Gaurav Singh", "email": "omega@s20.ai" }, { "name": "Jaimish Ashar", "email": "infinity@s20.ai" }, { "name": "Paramaguru S", "email": "sigma@s20.ai" } ], "dependencies": { "@react-native-community/blur": "^3.6.0", "@react-native-masked-view/masked-view": "^0.2.6", "@reduxjs/toolkit": "^1.8.1", "@s20.ai/safecam-components-rn": "^0.0.1036", "lottie-ios": "3.2.3", "lottie-react-native": "5.0.1", "react": "17.0.2", "react-native": "^0.66.4", "react-native-device-info": "^10.0.0", "react-native-drop-shadow": "0.0.4", "react-native-fast-image": "^8.5.11", "react-native-gesture-handler": "^1.6.1", "react-native-haptic-feedback": "^1.13.1", "react-native-immersive": "^2.0.0", "react-native-linear-gradient": "^2.5.6", "react-native-orientation-locker": "^1.5.0", "react-native-reanimated": "^1.8.0", "react-native-safe-area-context": "^4.3.1", "react-native-snap-carousel": "^3.9.1", "react-native-svg": "^9.3.0", "react-native-webview": "^11.17.0", "react-redux": "^8.0.2", "toggle-switch-react-native": "^3.3.0" }, "devDependencies": { "@babel/core": "7.18.2", "@babel/runtime": "7.18.3", "@react-native-community/eslint-config": "2.0.0", "babel-jest": "26.6.3", "eslint": "7.14.0", "jest": "26.6.3", "metro-react-native-babel-preset": "0.66.2", "react-test-renderer": "17.0.2" }, "jest": { "preset": "react-native" } }