@kryptogo/kryptogokit-sdk-react
Version:
KryptogoKit offers a comprehensive web3 wallet solution with seamless KryptoGO Auth integration and multi-wallet connection support. Designed for users. Built for developers.
130 lines • 3.9 kB
JSON
{
"name": "@kryptogo/kryptogokit-sdk-react",
"author": "KryptoGO",
"version": "1.1.89",
"description": "KryptogoKit offers a comprehensive web3 wallet solution with seamless KryptoGO Auth integration and multi-wallet connection support. Designed for users. Built for developers.",
"license": "MIT",
"main": "./dist/index.js",
"types": "./dist/src/index.d.ts",
"type": "module",
"files": [
"dist",
"styles.css",
"wallets"
],
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/src/index.d.ts"
},
"./styles.css": "./dist/index.css",
"./wallets": {
"import": "./dist/wallets/walletConnectors/index.js",
"types": "./dist/src/wallets/walletConnectors/index.d.ts"
}
},
"sideEffects": [
"src/css/reset.css.ts"
],
"engines": {
"node": ">=12.4"
},
"keywords": [
"ethereum",
"tron",
"react",
"react-hook",
"hooks",
"blockchain",
"wallet",
"wallet-connect"
],
"peerDependencies": {
"@tanstack/react-query": ">=5.0.0",
"react": ">=18",
"react-dom": ">=18",
"tronweb": "6.0.0",
"viem": "2.x",
"wagmi": "^2.9.0"
},
"devDependencies": {
"@tanstack/react-query": "5.49.2",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^20.16.2",
"@types/qrcode": "^1.5.5",
"@types/react": "18.2.42",
"@types/react-dom": "~18.2.8",
"@types/ua-parser-js": "^0.7.39",
"@types/uuid": "^9.0.2",
"@vanilla-extract/css-utils": "0.1.4",
"@vanilla-extract/esbuild-plugin": "^2.3.10",
"@vanilla-extract/private": "1.0.6",
"@vitest/ui": "^2.1.5",
"autoprefixer": "^10.4.20",
"dotenv": "^16.4.5",
"esbuild": "^0.20.2",
"esbuild-plugin-replace": "^1.4.0",
"jsdom": "^25.0.0",
"nock": "^13.4.0",
"postcss": "^8.4.49",
"postcss-prefix-selector": "^1.16.1",
"react": "~18.3.1",
"recursive-readdir-files": "^2.3.1",
"viem": "2.29.2",
"vitest": "^3.0.6",
"wagmi": "2.15.2"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@changesets/cli": "^2.27.7",
"@dotenv-run/esbuild": "^1.4.2",
"@kryptogo/auth": "1.0.14",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-tabs": "^1.1.2",
"@solana/wallet-adapter-base": "^0.9.25",
"@solana/wallet-adapter-phantom": "^0.9.26",
"@solana/wallet-adapter-react": "^0.15.37",
"@solana/wallet-adapter-wallets": "^0.19.35",
"@solana/web3.js": "^1.98.0",
"@tronweb3/tronwallet-abstract-adapter": "^1.1.9",
"@tronweb3/tronwallet-adapter-tronlink": "^1.1.12",
"@tronweb3/tronwallet-adapters": "^1.2.8",
"@vanilla-extract/css": "1.15.5",
"@vanilla-extract/dynamic": "2.1.2",
"@vanilla-extract/recipes": "^0.5.5",
"@vanilla-extract/sprinkles": "1.6.3",
"alchemy-sdk": "^3.1.2",
"bignumber.js": "^9.1.1",
"clsx": "^2.1.1",
"country-flag-icons": "^1.5.13",
"js-sha512": "^0.9.0",
"libphonenumber-js": "^1.11.9",
"lucide-react": "^0.473.0",
"motion-number": "^0.1.7",
"qrcode": "1.5.4",
"react-remove-scroll": "2.5.4",
"sonner": "^0.6.2",
"ua-parser-js": "^1.0.37",
"upgrade": "^1.1.0",
"usehooks-ts": "^3.1.1",
"uuid": "^9.0.0"
},
"scripts": {
"build": "NODE_ENV=prod node build.js",
"build:watch": "NODE_ENV=development node build.js --watch",
"dev": "pnpm build:watch & pnpm typegen:watch",
"prebuild": "pnpm typegen",
"release": "NODE_ENV=prod pnpm build && changeset publish",
"test": "exit 0",
"test:ui": "vitest --ui",
"test:unit": "vitest run",
"coverage": "vitest run --coverage",
"typecheck": "exit 0 || pnpm tsc --noEmit",
"typegen": "tsc --emitDeclarationOnly || true",
"typegen:watch": "tsc --emitDeclarationOnly --watch"
}
}