UNPKG

@kolirt/vue-web3-auth

Version:

Web3 authentication for Vue3 apps based on WalletConnect Web3Modal v2

100 lines (99 loc) 2.71 kB
{ "name": "@kolirt/vue-web3-auth", "version": "2.3.4", "type": "module", "description": "Web3 authentication for Vue3 apps based on WalletConnect Web3Modal v2", "author": "kolirt", "private": false, "license": "MIT", "keywords": [ "vue", "vue3", "vuejs", "web3", "web3vue", "vueweb3", "metamask", "ethereum", "wallet", "walletconnect", "dapp", "web3modal", "web3modalvue", "crypto", "web3auth", "wagmi", "viem", "ethers" ], "scripts": { "build-lib": "run-p type-check build-only-lib", "build-only-lib": "vite build -c vite.lib.config.ts", "dev-demo": "vite serve -c vite.demo.config.ts", "build-demo": "vite build -c vite.demo.config.ts", "preview-demo": "vite preview -c vite.demo.config.ts", "type-check": "vue-tsc --noEmit -p tsconfig.json --composite false", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore --ignore-path .eslintignore", "format": "prettier --write \"**/*.{ts,js,cjs,vue,json,prettierrc}\"" }, "pre-commit": [ "lint", "type-check" ], "files": [ "dist" ], "typings": "./dist/vue-web3-auth.d.ts", "main": "./dist/vue-web3-auth.umd.cjs", "module": "./dist/vue-web3-auth.js", "exports": { ".": { "types": "./dist/vue-web3-auth.d.ts", "import": "./dist/vue-web3-auth.js", "require": "./dist/vue-web3-auth.umd.cjs" }, "./package.json": "./package.json" }, "repository": { "type": "git", "url": "https://github.com/kolirt/vue-web3-auth" }, "bugs": { "url": "https://github.com/kolirt/vue-web3-auth/issues" }, "homepage": "https://github.com/kolirt/vue-web3-auth#readme", "peerDependencies": { "vue": ">=3" }, "dependencies": { "@wagmi/core": "1.4.13", "@web3modal/ethereum": "2.7.1", "@web3modal/html": "2.7.1", "js-event-bus": "1.1.1", "viem": "1.21.4", "wagmi": "1.4.13" }, "devDependencies": { "vue": "^3.3.2", "bootstrap": "5.3.0", "@rushstack/eslint-patch": "^1.2.0", "@tsconfig/node18": "^2.0.1", "@types/node": "^18.16.8", "@vitejs/plugin-vue": "^4.2.3", "@vue/eslint-config-prettier": "^8.0.0", "@vue/eslint-config-typescript": "^11.0.3", "@vue/tsconfig": "^0.4.0", "eslint": "^8.39.0", "eslint-plugin-vue": "^9.11.0", "npm-run-all": "^4.1.5", "pre-commit": "^1.2.2", "prettier": "^3.2.5", "prettier-plugin-organize-attributes": "^1.0.0", "prettier-plugin-organize-imports": "^3.2.4", "typescript": "~5.0.4", "vite": "^4.3.5", "vite-plugin-dts": "^2.3.0", "vite-plugin-eslint": "^1.8.1", "vue-tsc": "^1.6.4" } }