UNPKG

droplinked-payment-hub

Version:

A unified payment component that handles different payment providers

64 lines (63 loc) 1.67 kB
{ "name": "droplinked-payment-hub", "version": "0.2.10", "description": "A unified payment component that handles different payment providers", "type": "module", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "private": false, "files": [ "README.md", "dist" ], "scripts": { "dev": "vite --port 3000 --host", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview", "prepare": "npm run build" }, "peerDependencies": { "react": ">=18.2.0 < 20", "react-dom": ">=18.2.0 < 20" }, "dependencies": { "@stripe/react-stripe-js": "^5.2.0", "@stripe/stripe-js": "^8.0.0", "droplinked-web3-kit": "^0.0.32", "ethers": "^5.7.2", "vite-plugin-node-polyfills": "^0.24.0" }, "devDependencies": { "@burnt-labs/abstraxion": "^1.0.0-alpha.68", "@eslint/js": "^9.36.0", "@types/node": "^24.6.0", "@types/react": "^19.1.16", "@types/react-dom": "^19.1.9", "@vitejs/plugin-react": "^5.0.4", "eslint": "^9.36.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.22", "globals": "^16.4.0", "react": "^19.1.1", "react-dom": "^19.1.1", "typescript": "~5.9.3", "typescript-eslint": "^8.45.0", "vite": "^7.1.7", "vite-plugin-dts": "^4.5.4" }, "keywords": [ "payment", "stripe", "paymob", "react", "droplinked" ], "author": "Droplinked", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/droplinked/payment-intent.git" } }