UNPKG

@web3mq/react-components

Version:
94 lines (93 loc) 2.49 kB
{ "name": "@web3mq/react-components", "version": "1.0.77", "description": "web3mq-react-components", "main": "dist/index.js", "repository": "git@github.com:Generative-Labs/web3-mq-react.git", "author": "zhaowei", "license": "MIT", "files": [ "dist", "readme.md" ], "keywords": [ "chat", "messaging", "conversation", "react-chat", "react-chat-components" ], "scripts": { "dev": "rm -fr dist && rollup -c rollup.config.js -w", "build": "rm -fr dist && rollup -c rollup.config.js" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "*.{ts,tsx}": [ "eslint --fix", "git add" ], "*.{js,jsx}": [ "eslint --fix", "git add" ] }, "types": "dist/index.d.ts", "devDependencies": { "@babel/core": "^7.17.5", "@babel/plugin-transform-runtime": "^7.17.0", "@babel/preset-env": "^7.18.10", "@babel/preset-react": "^7.16.7", "@rollup/plugin-alias": "^3.1.9", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-image": "^2.1.1", "@types/qrcode": "^1.5.0", "@types/react": "^18.2.19", "@types/react-dom": "^18.2.7", "@typescript-eslint/parser": "^5.13.0", "@web3mq/client": "^1.0.25", "classnames": "^2.3.1", "eslint": "^7.11.0", "husky": "3.0.9", "lint-staged": "^12.3.4", "node-sass": "^7.0.1", "postcss": "^8.4.7", "qrcode": "^1.5.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-select": "^5.7.4", "rollup": "^2.68.0", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-replace": "^2.2.0", "rollup-plugin-svg": "^2.0.0", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.31.2", "starknet": "^4.22.0", "typescript": "4.5.5" }, "peerDependencies": { "@web3mq/client": "^1.0.24", "react": "^18.2.0 || ^17.0.0 || ^16.8.0", "react-dom": "^18.2.0 || ^17.0.0 || ^16.8.0", "react-select": "^5.7.4" }, "dependencies": { "@walletconnect/encoding": "^1.0.2", "@walletconnect/sign-client": "^2.4.6", "@web3modal/standalone": "^2.1.1", "@web3mq/dapp-connect": "^1.0.8", "@web3mq/dapp-connect-react": "^1.0.8", "ethers": "5.4", "js-sha3": "^0.8.0", "moment": "^2.29.4", "sass": "^1.69.5" } }