Player MapPlayer Map
Integration

1.1 - Prerequisites

Required dependencies and compatible versions for player-map.

player-map requires certain dependencies and configurations to work properly.

Required dependencies

Your application must have the following dependencies installed:

{
  "dependencies": {
    "3d-force-graph-vr": "^3.1.1",
    "@privy-io/react-auth": "^2.13.0",
    "@tanstack/react-query": "^5.90.2",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "viem": "^2.28.4",
    "wagmi": "^2.15.2",
    "player-map": "^1.0.18"
  }
}

Installation

With pnpm

pnpm install 3d-force-graph-vr @privy-io/react-auth @tanstack/react-query react react-dom viem wagmi player-map

With npm

npm install 3d-force-graph-vr @privy-io/react-auth @tanstack/react-query react react-dom viem wagmi player-map

With yarn

yarn add 3d-force-graph-vr @privy-io/react-auth @tanstack/react-query react react-dom viem wagmi player-map

Compatible versions

  • React: Version 18.3.1 or higher
  • Node.js: Version 18 or higher
  • Vite: Version 6 or higher (if using Vite)

On this page