UNPKG

wgm-swap-components

Version:
76 lines (75 loc) 2 kB
{ "name": "wgm-swap-components", "version": "1.4.52", "description": "A React component library for token swap interfaces", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*.js", "dist/**/*.d.ts", "dist/**/*.css", "dist/abis/*.json", "README.md", "CHANGELOG.md" ], "scripts": { "dev": "vite", "build": "npm run build:lib", "build:lib": "npx tsc -p tsconfig.lib.json && npm run copy:css", "copy:css": "copy src\\styles.css dist\\styles.css", "preview": "vite preview", "prepare": "npm run build:lib", "test": "echo \"Error: no test specified\" && exit 1", "pack": "npm pack", "publish:dry": "npm publish --dry-run" }, "keywords": [ "react", "components", "swap", "token", "defi", "crypto", "ui", "typescript" ], "author": "", "license": "MIT", "peerDependencies": { "@tanstack/react-query": "^5.0.0", "@wagmi/core": "^2.18.0", "react": ">=16.8.0", "react-dom": ">=16.8.0", "wagmi": "^2.16.0" }, "devDependencies": { "@rainbow-me/rainbowkit": "^2.2.8", "@tanstack/react-query": "^5.83.0", "@types/node": "^22.10.7", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "@vitejs/plugin-react": "^4.7.0", "@wagmi/core": "^2.18.0", "nodemon": "^3.1.10", "react": "^19.1.0", "react-dom": "^19.1.0", "ts-node": "^10.9.2", "typescript": "^5.8.3", "vite": "^7.0.5", "wagmi": "^2.16.0" }, "repository": { "type": "git", "url": "https://github.com/yourusername/wgm-react-components.git" }, "homepage": "https://github.com/yourusername/wgm-react-components#readme", "bugs": { "url": "https://github.com/yourusername/wgm-react-components/issues" }, "dependencies": { "ethers": "^6.15.0", "react-hot-toast": "^2.4.1", "viem": "^2.33.0" } }