UNPKG

@web3auth/ui

Version:
98 lines (97 loc) 2.69 kB
{ "name": "@web3auth/ui", "version": "9.7.0", "description": "Ui modal for web3Auth", "keywords": [ "web3Auth/ui", "web3Auth", "multichainWallet", "blockchain", "ethereum", "solana" ], "main": "dist/lib.cjs/packages/ui/src/index.js", "module": "dist/lib.esm/packages/ui/src/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" ], "peerDependencies": { "@babel/runtime": "^7.x", "react": "^18.x", "react-dom": "^18.x" }, "devDependencies": { "@babel/preset-react": "^7.26.3", "@mertasan/tailwindcss-variables": "^2.7.0", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-url": "^8.0.2", "@svgr/rollup": "^8.1.0", "@svgr/webpack": "^8.1.0", "@toruslabs/eslint-config-react": "^3.4.4", "@toruslabs/isomorphic-style-loader": "^5.3.3", "@toruslabs/vue-components": "^7.9.0", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "autoprefixer": "^10.4.20", "css-loader": "^7.1.2", "live-server": "^1.2.2", "postcss": "^8.5.2", "postcss-loader": "^8.1.1", "postcss-prefix-selector": "^2.1.0", "react": "^18.3.1", "react-dom": "^18.3.1", "rollup-plugin-postcss": "^4.0.2", "style-loader": "^4.0.0", "tailwindcss": "^3.4.17", "url-loader": "^4.1.1" }, "dependencies": { "@toruslabs/http-helpers": "^7.0.0", "@web3auth/auth": "^9.6.4", "@web3auth/base": "^9.7.0", "bowser": "^2.11.0", "classnames": "^2.5.1", "copy-to-clipboard": "^3.3.3", "deepmerge": "^4.3.1", "i18next": "^23.16.8", "react-i18next": "^15.2.0", "react-qrcode-logo": "^3.0.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": "dedcfa4faf7bcc60e5fa3e1b87be2c7e48c652bc" }