UNPKG

biuauthui

Version:
129 lines (128 loc) 3.69 kB
{ "name": "biuauthui", "version": "6.1.30", "description": "Ui modal for biuAuth", "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/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/bin/torus-scripts.js build --trace-deprecation", "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", "@types/react": "^18.2.12", "@types/react-dom": "^18.2.5", "react-dom": "^18.x" }, "devDependencies": { "@babel/preset-react": "^7.22.5", "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-url": "^8.0.1", "@svgr/rollup": "^8.0.1", "@svgr/webpack": "^8.0.1", "@toruslabs/eslint-config-react": "^2.0.0", "@toruslabs/isomorphic-style-loader": "^5.3.3", "@types/lodash.clonedeep": "^4.5.7", "@types/lodash.merge": "^4.6.7", "@typescript-eslint/eslint-plugin": "^5.59.11", "autoprefixer": "^10.4.14", "chokidar": "^3.5.3", "css-loader": "^6.8.1", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-simple-import-sort": "^10.0.0", "live-server": "^1.2.2", "postcss": "^8.4.24", "postcss-loader": "^7.3.3", "postcss-prefix-selector": "^1.16.0", "rollup-plugin-postcss": "^4.0.2", "style-loader": "^3.3.3", "tailwindcss": "^3.3.2", "url-loader": "^4.1.1", "yalc-watch2": "^1.0.1" }, "dependencies": { "@ant-design/icons": "^5.1.4", "@ethersproject/constants": "^5.7.0", "@ethersproject/contracts": "^5.7.0", "@ethersproject/providers": "^5.7.2", "@leekone/bnsjs": "1.1.4", "@toruslabs/http-helpers": "^4.0.0", "@toruslabs/openlogin": "^4.5.4", "@toruslabs/openlogin-jrpc": "^4.6.0", "@toruslabs/openlogin-utils": "^4.5.1", "@wagmi/core": "^1.3.7", "@web3auth/base": "^6.1.1", "ahooks": "^3.7.8", "antd": "^5.7.3", "bignumber.js": "^9.1.1", "bowser": "^2.11.0", "cids": "^1.1.6", "classnames": "^2.3.2", "copy-to-clipboard": "^3.3.3", "ethers": "^5.7.1", "i18next": "^22.5.1", "lodash.clonedeep": "^4.5.0", "lodash.merge": "^4.6.2", "react": "^18.2.0", "react-countdown": "^2.3.5", "react-dom": "^18.2.0", "react-i18next": "^12.3.1", "react-qrcode-logo": "^2.9.0", "react-svg": "^16.1.20", "reat": "0.0.1-security", "rimraf": "^5.0.1", "wagmi": "^1.3.8" }, "yalcWatch2": { "watchFolder": "dist", "buildWatchCommand": "tsc --watch", "extensions": "js,jsx,ts,tsx,png,svg,gif,jpeg,css,less" }, "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": ">=16.18.1", "npm": ">=8.x" } }