react-pannellum-next
Version:
The `PanoramaViewer` component is a React component that provides a panoramic image viewer using the Pannellum library. It allows you to display a 360-degree image and add interactive hotspots to it.
47 lines (46 loc) • 1.38 kB
JSON
{
"name": "react-pannellum-next",
"version": "1.0.4",
"description": "The `PanoramaViewer` component is a React component that provides a panoramic image viewer using the Pannellum library. It allows you to display a 360-degree image and add interactive hotspots to it.",
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/module.js",
"browserslist": "> 0.5%, last 2 versions, not dead",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "parcel watch",
"build": "parcel build",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kamicodaxe/react-pannellum-next.git"
},
"keywords": [
"360",
"image",
"viewer",
"pannellum",
"react-pannellum",
"react",
"component",
"vr"
],
"author": "Loïc Kami",
"license": "MIT",
"bugs": {
"url": "https://github.com/kamicodaxe/react-pannellum-next/issues"
},
"homepage": "https://github.com/kamicodaxe/react-pannellum-next#readme",
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@parcel/transformer-typescript-tsc": "^2.9.3",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"parcel": "^2.9.3",
"typescript": "^5.2.2"
}
}