@mojito-inc/connect-wallet
Version:
Connecting wallet via metamask, wallet connect, email
95 lines • 3.41 kB
JSON
{
"name": "@mojito-inc/connect-wallet",
"version": "1.0.5-beta.32",
"description": "Connecting wallet via metamask, wallet connect, email",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "index.d.ts",
"keywords": [
"connect-wallet",
"metamask",
"wallet-connect"
],
"author": "mojito",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.0",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^11.0.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.4.0",
"@types/node": "^18.14.2",
"@types/react": "^18.0.28",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"babel-jest": "^29.4.3",
"eslint": "^8.34.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "13.2.1",
"eslint-config-standard-with-typescript": "^34.0.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.10",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.3",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"react-test-renderer": "^18.2.0",
"rollup": "^4.2.0",
"rollup-plugin-dts": "^5.2.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.34.1",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"tslib": "^2.5.0",
"typescript": "^4.9.5"
},
"dependencies": {
"@apollo/client": "^3.7.15",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@magic-ext/solana": "^25.10.0",
"@mojito-inc/core-service": "1.0.8-beta.48",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.11",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-wallets": "^0.19.32",
"@solana/web3.js": "^1.95.3",
"@web3modal/ethers5": "5.0.11",
"bs58": "^6.0.0",
"bufferutil": "^4.0.7",
"countries-list": "^3.1.1",
"date-fns": "^2.29.3",
"ethers": "^5.7.2",
"graphql": "^16.6.0",
"html-react-parser": "^3.0.9",
"magic-sdk": "^28.9.0",
"mui-one-time-password-input": "^1.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"thirdweb": "5.53.0",
"utf-8-validate": "^6.0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mojitoinc/mojito-connect-wallet.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
}
}