UNPKG

@web3auth-mpc/ui

Version:
102 lines (101 loc) 2.78 kB
{ "name": "@web3auth-mpc/ui", "version": "3.1.0", "description": "Ui modal for web3Auth", "keywords": [ "web3Auth/ui", "web3Auth", "multichainWallet", "blockchain", "ethereum", "solana" ], "main": "dist/ui.cjs.js", "module": "dist/index.js", "unpkg": "dist/ui.umd.min.js", "jsdelivr": "dist/ui.umd.min.js", "types": "dist/types/index.d.ts", "author": "Torus Labs", "homepage": "https://github.com/Web3Auth/Web3Auth/tree/master/packages/ui#readme", "license": "ISC", "scripts": { "test": "mocha --config ../../.mocharc.json test/**.ts", "test-debugger": "mocha --config ../../.mocharc.json --inspect-brk test/**.ts", "dev": "torus-scripts start", "build": "torus-scripts build", "lint": "eslint --fix 'src/**/*.ts'", "prepack": "npm run build", "pre-commit": "lint-staged --cwd .", "serve:ui": "live-server public/" }, "files": [ "dist", "src" ], "peerDependencies": { "@babel/runtime": "^7.x", "react": "^18.x", "react-dom": "^18.x" }, "devDependencies": { "@babel/preset-react": "^7.23.3", "@rollup/plugin-json": "^6.0.1", "@rollup/plugin-url": "^8.0.2", "@svgr/rollup": "^8.1.0", "@svgr/webpack": "^8.1.0", "@toruslabs/eslint-config-react": "^3.1.2", "@toruslabs/isomorphic-style-loader": "^5.3.3", "@types/lodash.clonedeep": "^4.5.9", "@types/lodash.merge": "^4.6.9", "@types/react": "^18.2.38", "@types/react-dom": "^18.2.17", "autoprefixer": "^10.4.16", "css-loader": "^6.8.1", "live-server": "^1.2.2", "postcss": "^8.4.31", "postcss-loader": "^7.3.3", "postcss-prefix-selector": "^1.16.0", "react": "^18.2.0", "react-dom": "^18.2.0", "rollup-plugin-postcss": "^4.0.2", "style-loader": "^3.3.3", "tailwindcss": "^3.3.5", "url-loader": "^4.1.1" }, "dependencies": { "@toruslabs/http-helpers": "^5.0.0", "@toruslabs/openlogin": "^6.1.0", "@toruslabs/openlogin-jrpc": "^6.1.0", "@toruslabs/openlogin-utils": "^6.1.0", "@web3auth-mpc/base": "^3.1.0", "bowser": "^2.11.0", "classnames": "^2.3.2", "copy-to-clipboard": "^3.3.3", "i18next": "^23.7.6", "lodash.clonedeep": "^4.5.0", "lodash.merge": "^4.6.2", "react-i18next": "^13.5.0", "react-qrcode-logo": "^2.9.0" }, "lint-staged": { "!(*d).ts": [ "eslint --cache --fix", "prettier --write" ] }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/Web3Auth/Web3Auth.git" }, "bugs": { "url": "https://github.com/Web3Auth/Web3Auth/issues" }, "engines": { "node": ">=18.x", "npm": ">=9.x" }, "gitHead": "21523c767f1c458d60c60ad6983fe949f6679c3d" }