UNPKG

hunt-mint-swap

Version:

A React component library for swapping MINT / HUNT buildings

95 lines (94 loc) 2.47 kB
{ "name": "hunt-mint-swap", "private": false, "version": "0.0.20", "description": "A React component library for swapping MINT / HUNT buildings", "type": "module", "main": "./dist/hunt-mint-swap.cjs.js", "module": "./dist/hunt-mint-swap.es.js", "types": "./dist/types/index.d.ts", "style": "./dist/hunt-mint-swap.css", "files": [ "dist" ], "exports": { ".": { "types": "./dist/types/index.d.ts", "import": "./dist/hunt-mint-swap.es.js", "require": "./dist/hunt-mint-swap.cjs.js" }, "./style.css": "./dist/hunt-mint-swap.css" }, "scripts": { "dev": "vite", "clean": "rm -rf dist", "build:types": "tsc", "build": "npm run clean && npm run build:types && vite build", "lint": "eslint .", "preview": "vite preview", "prepublishOnly": "npm run build" }, "peerDependencies": { "@rainbow-me/rainbowkit": ">=2.2.4", "react": ">=19.1.0", "react-dom": ">=19.1.0", "viem": ">=2.29.2", "wagmi": ">=2.15.3" }, "dependencies": { "@decent.xyz/box-common": "^5.1.6", "@farcaster/frame-sdk": "^0.0.41", "@farcaster/frame-wagmi-connector": "^0.0.30", "@tailwindcss/vite": "^4.1.7", "@tanstack/react-query": "^5.76.1", "ky": "^1.8.1", "lucide-react": "^0.510.0", "mint.club-v2-sdk": "^1.0.27", "qs": "^6.14.0", "react-hot-toast": "^2.4.1", "react-modal-sheet": "^4.4.0", "tailwind-merge": "^3.3.0", "tailwindcss": "^4.1.7" }, "devDependencies": { "@eslint/js": "^9.25.0", "@types/qs": "^6.9.18", "@types/react": "^19.1.2", "@types/react-dom": "^19.1.2", "@vitejs/plugin-react-swc": "^3.9.0", "eslint": "^9.25.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^16.0.0", "typescript": "~5.8.3", "typescript-eslint": "^8.30.1", "vite": "^6.3.5", "vite-plugin-dts": "^4.5.4" }, "overrides": { "@decent.xyz/box-common": { "react": "^19.1.0", "react-dom": "^19.1.0" } }, "keywords": [ "react", "web3", "swap", "mint", "token", "ethereum", "rainbowkit", "wagmi" ], "author": "", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/Steemhunt/hunt-mint-swap.git" }, "bugs": { "url": "https://github.com/Steemhunt/hunt-mint-swap/issues" }, "homepage": "https://github.com/Steemhunt/hunt-mint-swap#readme" }