UNPKG

@avalabs/avacloud-waas-react

Version:
66 lines 1.79 kB
{ "name": "@avalabs/avacloud-waas-react", "version": "1.3.0", "description": "React SDK for AvaCloud Wallet as a Service", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "sideEffects": false, "license": "MIT", "files": [ "dist/**" ], "devDependencies": { "@iconify/types": "^2.0.0", "@types/node": "^20.9.0", "@types/react": "^18.2.46", "@types/react-dom": "^18.2.18", "eslint": "^8.53.0", "react": "^18.2.0", "tsup": "^8.0.1", "typescript": "^5.2.2" }, "peerDependencies": { "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0" }, "dependencies": { "@avalabs/core-k2-components": "4.18.0-alpha.52", "@cubist-labs/cubesigner-sdk": "0.4.110-0", "@iconify/react": "^4.1.1", "@tanstack/react-query": "^5.64.2", "@wagmi/core": "^2.17.3", "lottie-react": "^2.4.0", "qrcode.react": "^3.1.0", "viem": "2.31.2", "ethers": "^5.7.2", "axios": "^1.6.0" }, "keywords": [ "avalanche", "avacloud", "wallet", "blockchain", "authentication", "react", "web3" ], "repository": { "type": "git", "url": "https://github.com/ava-labs/avacloud-auth-react" }, "bugs": { "url": "https://github.com/ava-labs/avacloud-auth-react/issues" }, "homepage": "https://github.com/ava-labs/avacloud-auth-react#readme", "author": "Ava Labs, Inc.", "publishConfig": { "access": "public" }, "scripts": { "build": "tsup src/index.ts --format esm,cjs --dts --external react && cp -r public/* dist/", "dev": "tsup src/index.ts --format esm,cjs --watch --dts --external react", "lint": "eslint \"src/**/*.ts*\"", "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist" } }