UNPKG

coinley-test

Version:

Beautiful blockchain payment gateway SDK for seamless crypto payments - React & vanilla js

71 lines (70 loc) 1.84 kB
{ "name": "coinley-test", "version": "0.65.115", "description": "Beautiful blockchain payment gateway SDK for seamless crypto payments - React & vanilla js", "main": "dist/index.umd.js", "module": "dist/index.esm.js", "type": "module", "exports": { ".": { "import": "./dist/index.esm.js", "require": "./dist/index.umd.js" }, "./dist/style.css": "./dist/style.css" }, "files": [ "dist" ], "scripts": { "dev": "vite", "build": "vite build && vite build --config vite.config.vanilla.js", "lint": "eslint .", "preview": "vite preview" }, "keywords": [ "blockchain", "crypto", "payment", "gateway" ], "author": "Coinley", "license": "MIT", "dependencies": { "@coinley/wallet-connect-core": "^0.5.1", "@solana/spl-token": "^0.4.14", "@solana/wallet-adapter-base": "^0.9.27", "@solana/wallet-adapter-react": "^0.15.39", "@solana/wallet-adapter-react-ui": "^0.9.39", "@solana/wallet-adapter-wallets": "^0.19.37", "@solana/web3.js": "^1.98.4", "@tanstack/react-query": "^5.0.0", "axios": "^1.11.0", "buffer": "^6.0.3", "framer-motion": "^11.18.2", "lucide-react": "^0.453.0", "mixpanel-browser": "^2.72.0", "qrcode": "^1.5.4", "user": "^0.0.0", "viem": "^2.0.0", "wagmi": "^2.0.0" }, "devDependencies": { "@rollup/plugin-inject": "^5.0.5", "@vitejs/plugin-react": "^4.3.2", "autoprefixer": "^10.4.20", "postcss": "^8.4.47", "react": "18.3.1", "react-dom": "18.3.1", "tailwindcss": "^3.4.13", "vite": "^5.4.8", "vite-plugin-node-polyfills": "^0.24.0" }, "peerDependencies": { "@tanstack/react-query": "^5.0.0", "@wagmi/core": "^2.0.0", "react": ">=16.8.0", "react-dom": ">=16.8.0", "viem": "^2.0.0", "wagmi": "^2.0.0" } }