UNPKG

@s20.ai/safecam-360-rn-lite

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

90 lines (89 loc) 2.44 kB
{ "name": "@s20.ai/safecam-360-rn-lite", "version": "0.0.3", "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", "email": "sigma@s20.ai" } ], "dependencies": { "@reduxjs/toolkit": "^1.9.2", "@s20.ai/safecam-components-rn": "^0.0.1041", "react-native-device-info": "^10.0.0", "react-native-drop-shadow": "0.0.4", "react-native-haptic-feedback": "^1.13.1", "react-native-linear-gradient": "^2.5.6", "react-native-orientation-locker": "^1.5.0", "react-native-snap-carousel": "^3.9.1", "react-redux": "^8.0.5", "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", "@react-native-community/masked-view": "0.1.10", "babel-jest": "26.6.3", "deprecated-react-native-prop-types": "^4.0.0", "eslint": "7.14.0", "jest": "26.6.3", "metro-react-native-babel-preset": "0.66.2", "react": "18.1.0", "react-native": "0.70.6", "react-native-fast-image": "^8.5.11", "react-native-safe-area-context": "^4.3.1", "react-native-svg": "^9.3.0", "react-native-webview": "^11.17.0", "react-test-renderer": "17.0.2" }, "peerDependencies": { "@react-native-community/masked-view": "*", "@reduxjs/toolkit": "*", "react": "*", "react-native": "*", "react-native-fast-image": "*", "react-native-safe-area-context": "*", "react-native-svg": "*", "react-native-webview": "*", "react-redux": "*" }, "jest": { "preset": "react-native" }, "publishConfig": { "access": "public", "private": false } }