feat: add unified login UX/UI
This commit is contained in:
35
packages/web3auth-algorand/package.json
Normal file
35
packages/web3auth-algorand/package.json
Normal file
@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "@tokenizerwa/web3auth-algorand",
|
||||
"version": "0.1.0",
|
||||
"description": "Algorand + Web3Auth React provider, hooks, and signer helpers for Google login flows.",
|
||||
"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"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc -p tsconfig.json",
|
||||
"clean": "rimraf dist"
|
||||
},
|
||||
"dependencies": {
|
||||
"@web3auth/base": "^9.7.0",
|
||||
"@web3auth/base-provider": "^9.7.0",
|
||||
"@web3auth/modal": "^9.7.0",
|
||||
"algosdk": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.1.6",
|
||||
"rimraf": "^5.0.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user