UNPKG

@jordiamez/ui

Version:
106 lines (105 loc) 2.92 kB
{ "name": "@jordiamez/ui", "version": "14.0.3", "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", "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/**/*.tsx'", "prepack": "yarn run build", "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.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", "@types/react": "^18.2.9", "@types/react-dom": "^18.2.4", "@typescript-eslint/eslint-plugin": "^5.59.9", "autoprefixer": "^10.4.14", "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.2", "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.2", "url-loader": "^4.1.1" }, "dependencies": { "@toruslabs/http-helpers": "^4.0.0", "@toruslabs/openlogin": "^4.5.3", "@toruslabs/openlogin-jrpc": "^4.5.1", "@toruslabs/openlogin-utils": "^4.5.1", "@web3auth/base": "^6.0.1-alpha.0", "bowser": "^2.11.0", "classnames": "^2.3.2", "copy-to-clipboard": "^3.3.3", "i18next": "^22.5.1", "lodash.clonedeep": "^4.5.0", "lodash.merge": "^4.6.2", "react-i18next": "^12.3.1", "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/jordigiam/web3auth-web" }, "bugs": { "url": "https://github.com/Web3Auth/Web3Auth/issues" }, "engines": { "node": ">=16.18.1", "npm": ">=8.x" }, "gitHead": "fe76d0a6af4636ce647c1816ceeb250b3888a976" }