feat: add unified login UX/UI

This commit is contained in:
p2arthur
2026-01-13 14:15:17 -08:00
parent a6622d2cf8
commit 7bf43ceda6
28 changed files with 4926 additions and 508 deletions

View File

@ -0,0 +1,33 @@
{
"name": "@tokenizerwa/web3auth-algorand-ui",
"version": "0.1.0",
"description": "Prebuilt React components for the @tokenizerwa/web3auth-algorand hook.",
"license": "MIT",
"type": "module",
"main": "./src/index.ts",
"module": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts"
},
"files": [
"dist",
"src"
],
"sideEffects": false,
"peerDependencies": {
"react": ">=18.0.0",
"@tokenizerwa/web3auth-algorand": ">=0.1.0"
},
"scripts": {
"build": "tsc -p tsconfig.json",
"clean": "rimraf dist"
},
"dependencies": {
"react-icons": "^5.5.0"
},
"devDependencies": {
"typescript": "^5.1.6",
"rimraf": "^5.0.5"
}
}