@moveflow/widget
Version:
> ⚠️ **This is a testnet version** of the MoveFlow Checkout Widget. It is intended for development and testing purposes only. Do not use for mainnet payments.
98 lines (97 loc) • 2.5 kB
JSON
{
"name": "@moveflow/widget",
"version": "0.6.7",
"private": false,
"license": "MIT",
"keywords": [
"checkout",
"widget",
"aptos",
"ethereum",
"testnet",
"subscription",
"moveflow",
"payment-stream",
"goerli",
"lightlink",
"pharos"
],
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"*": {}
},
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "tsc -p ./tsconfig.json",
"dev": "tsc -w -p ./tsconfig.json",
"deploy": "npm publish --access public"
},
"sideEffects": false,
"dependencies": {
"@aptos-labs/wallet-adapter-ant-design": "^1.1.2",
"@aptos-labs/wallet-adapter-mui-design": "^1.0.5",
"@aptos-labs/wallet-adapter-react": "^1.3.2",
"@davatar/react": "^1.11.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^3.3.1",
"@manahippo/aptos-wallet-adapter": "^1.0.10",
"@metamask/sdk-react": "^0.14.1",
"@mui/icons-material": "^5.14.12",
"@mui/lab": "5.0.0-alpha.147",
"@mui/material": "^5.14.12",
"@mui/utils": "^5.14.12",
"@rainbow-me/rainbowkit": "^1.1.2",
"@wagmi/core": "^1.4.4",
"abitype": "^0.9.10",
"aptos": "^1.19.0",
"blockies-ts": "^1.0.0",
"ethers": "^6.7.1",
"immer": "^10.0.3",
"lodash.isequal": "^4.5.0",
"lodash.memoize": "^4.1.2",
"lodash.uniqwith": "^4.5.0",
"nanoid": "^5.0.1",
"next": "^13.4.19",
"petra-plugin-wallet-adapter": "^0.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.11",
"react-hook-form": "~7.47.0",
"use-immer": "^0.9.0",
"viem": "~1.16.6",
"view": "^1.1.1",
"vite": "^4.2.0",
"wagmi": "~1.4.3",
"zod": "^3.22.4",
"zod-validation-error": "^1.4.0",
"zustand": "^4.4.1"
},
"devDependencies": {
"@testing-library/react": "^14.0.0",
"@types/lodash.isequal": "^4.5.6",
"@types/lodash.memoize": "^4.1.7",
"@types/lodash.uniqwith": "^4.5.7",
"@types/node": "^18.16.12",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.12",
"@vitejs/plugin-react": "^4.1.0",
"eslint": "^8.15.0",
"eslint-config-next": "^13.4.19",
"typedoc": "^0.25.2",
"typescript": "^5.0.4",
"typescript-plugin-css-modules": "^5.0.2",
"vitest": "^0.34.6"
}
}