UNPKG

@aptos-labs/wallet-adapter-react

Version:
63 lines 1.8 kB
{ "name": "@aptos-labs/wallet-adapter-react", "version": "8.3.3", "description": "Aptos Wallet Adapter React Provider", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "license": "Apache-2.0", "exports": { "types": "./dist/index.d.ts", "require": "./dist/index.js", "import": "./dist/index.mjs" }, "repository": { "type": "git", "url": "https://github.com/aptos-labs/aptos-wallet-adapter.git" }, "homepage": "https://github.com/aptos-labs/aptos-wallet-adapter", "bugs": { "url": "https://github.com/aptos-labs/aptos-wallet-adapter/issues" }, "author": "aptoslabs.com", "keywords": [ "Aptos", "Aptos Labs", "Wallet", "Wallet Adapter", "Wallet Adapter Provider", "React" ], "devDependencies": { "@testing-library/jest-dom": "^6.0.0", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.0.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "happy-dom": "^20.0.2", "tsup": "^8.4.0", "typescript": "^5.8.3", "vitest": "^2.1.8", "@aptos-labs/wallet-adapter-tsconfig": "0.0.2" }, "dependencies": { "@radix-ui/react-slot": "^1.0.2", "@aptos-labs/wallet-adapter-core": "8.5.1" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0" }, "files": [ "dist", "src" ], "scripts": { "build:bundle": "tsup src/index.tsx --format esm,cjs --sourcemap", "build:declarations": "tsc --emitDeclarationOnly --declaration --declarationMap", "build": "pnpm build:bundle && pnpm build:declarations", "dev": "tsup src/index.tsx --format esm,cjs --watch", "test": "vitest run", "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist", "lint": "biome lint src" } }