consensys-ui
Version:
Consensys UI component library and design system
48 lines • 1.08 kB
JSON
{
"name": "@consensys/ui-web3",
"version": "0.0.2",
"description": "Consensys Web3 UI components",
"exports": {
".": {
"types": "./src/index.ts",
"import": "./src/index.ts",
"require": "./src/index.ts"
},
"./src": "./src/index.ts",
"./src/*": "./src/*"
},
"main": "./src/index.ts",
"module": "./src/index.ts",
"types": "./src/index.ts",
"files": [
"src"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"lint": "eslint .",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@consensys/ui": "workspace:*",
"wagmi": "^2.0.0",
"viem": "^2.0.0",
"class-variance-authority": "^0.7.0",
"lucide-react-native": "^0.300.0",
"truncate-eth-address": "^1.0.2",
"ethereum-blockies-base64": "^1.0.2"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"typescript": "^5.0.0",
"tsup": "^8.0.0"
},
"publishConfig": {
"access": "public"
}
}