UNPKG

wallet-engine-lib

Version:

Professional, reusable wallet UI components with Gelato SDK integration. Enterprise-grade React components for building smart wallet applications.

104 lines (103 loc) 2.81 kB
{ "name": "wallet-engine-lib", "private": false, "version": "0.1.8", "description": "Professional, reusable wallet UI components with Gelato SDK integration. Enterprise-grade React components for building smart wallet applications.", "keywords": [ "wallet", "smart-wallet", "gelato", "react", "typescript", "web3", "blockchain", "erc-7702", "ui-components", "component-library" ], "author": "igorms-pro", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/igorms-pro/wallet-engine-lib.git" }, "bugs": { "url": "https://github.com/igorms-pro/wallet-engine-lib/issues" }, "homepage": "https://github.com/igorms-pro/wallet-engine-lib#readme", "type": "module", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" }, "./styles": "./dist/index.css" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "dev": "vite", "build": "vite build", "build:types": "tsc --emitDeclarationOnly", "lint": "eslint .", "lint:fix": "eslint . --fix", "preview": "vite preview", "test": "vitest", "test:run": "vitest --run", "test:ui": "vitest --ui", "test:watch": "vitest --watch", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", "prepublishOnly": "npm run build", "type-check": "tsc --noEmit", "prepare": "husky install" }, "devDependencies": { "@eslint/js": "^9.33.0", "@storybook/addon-docs": "^9.1.3", "@storybook/addon-onboarding": "^9.1.3", "@storybook/react-vite": "^9.1.3", "@tailwindcss/vite": "^4.1.12", "@testing-library/jest-dom": "^6.8.0", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@types/node": "^24.3.0", "@types/react": "^19.1.10", "@types/react-dom": "^19.1.7", "@vitejs/plugin-react": "^5.0.0", "eslint": "^9.33.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.20", "eslint-plugin-storybook": "^9.1.3", "globals": "^16.3.0", "husky": "^9.1.6", "jsdom": "^26.1.0", "rollup-plugin-visualizer": "^6.0.3", "storybook": "^9.1.3", "tailwindcss": "^4.1.12", "typescript": "~5.8.3", "typescript-eslint": "^8.39.1", "vite": "^7.1.2", "vite-plugin-dts": "^4.5.4", "vitest": "^3.2.4" }, "dependencies": { "lucide-react": "^0.541.0" }, "peerDependencies": { "@gelatonetwork/smartwallet": "^0.0.22", "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "viem": "^2.0.0" }, "engines": { "node": ">=18.0.0", "npm": ">=8.0.0" } }