UNPKG

@stablecoin.xyz/react

Version:

React hooks and components for SBC Account Abstraction

83 lines 2.03 kB
{ "name": "@stablecoin.xyz/react", "version": "0.4.0", "description": "React hooks and components for SBC Account Abstraction", "type": "module", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist" ], "publishConfig": { "access": "public" }, "keywords": [ "SBC", "Stable Coin", "account-abstraction", "react", "react-19", "hooks", "frontend", "erc4337", "paymaster", "gasless", "vite", "nextjs", "create-react-app", "typescript" ], "author": "Stable Coin Inc.", "license": "MIT", "dependencies": { "@stablecoin.xyz/core": "^1.1.0" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "viem": "^2.31.0" }, "peerDependenciesMeta": { "react-dom": { "optional": true } }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.0", "@rollup/plugin-node-resolve": "^15.0.0", "@rollup/plugin-typescript": "^11.0.0", "@types/jest": "^29.5.14", "@types/node": "^20.19.8", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "jest": "^29.0.0", "jest-environment-jsdom": "^30.0.4", "rollup": "^4.0.0", "rollup-plugin-peer-deps-external": "^2.2.4", "ts-jest": "^29.0.0", "tslib": "^2.6.0", "typescript": "^5.0.0", "util": "^0.12.5" }, "repository": { "type": "git", "url": "https://github.com/stablecoinxyz/app-kit.git", "directory": "packages/react" }, "bugs": { "url": "https://github.com/stablecoinxyz/app-kit/issues" }, "homepage": "https://github.com/stablecoinxyz/app-kit#readme", "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "test": "jest", "test:watch": "jest --watch", "lint": "eslint src/**/*.{ts,tsx}", "lint:fix": "eslint src/**/*.{ts,tsx} --fix" } }