@walletconnect/modal-ui
Version:
#### 🔎 [Examples](https://github.com/WalletConnect/web3modal-examples)
48 lines (47 loc) • 1.19 kB
JSON
{
"name": "@walletconnect/modal-ui",
"version": "2.7.0",
"main": "dist/index.js",
"type": "module",
"types": "dist/_types/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build:clean": "rm -rf dist",
"build:types": "tsc --emitDeclarationOnly",
"build:source": "rollup --silent --config rollup.config.js",
"build": "npm run build:clean; npm run build:types & npm run build:source",
"dev": "rollup --config rollup.config.js --watch",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@walletconnect/modal-core": "2.7.0",
"lit": "2.8.0",
"motion": "10.16.2",
"qrcode": "1.5.3"
},
"devDependencies": {
"@types/qrcode": "1.5.2",
"eslint-plugin-lit": "1.9.1",
"eslint-plugin-wc": "1.5.0"
},
"keywords": [
"web3",
"crypto",
"ethereum",
"walletconnect",
"lit",
"webcomponents"
],
"author": "WalletConnect <walletconnect.com>",
"license": "Apache-2.0",
"homepage": "https://github.com/walletconnect/modal",
"repository": {
"type": "git",
"url": "git+https://github.com/walletconnect/modal.git"
},
"bugs": {
"url": "https://github.com/walletconnect/modal/issues"
}
}