feat: add unified login UX/UI
This commit is contained in:
29
examples/web3auth-ui-demo/package.json
Normal file
29
examples/web3auth-ui-demo/package.json
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "web3auth-ui-demo",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc && vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tokenizerwa/web3auth-algorand": "file:../../packages/web3auth-algorand",
|
||||
"@tokenizerwa/web3auth-algorand-ui": "file:../../packages/web3auth-algorand-ui",
|
||||
"@web3auth/base": "^9.7.0",
|
||||
"@web3auth/base-provider": "^9.7.0",
|
||||
"@web3auth/modal": "^9.7.0",
|
||||
"algosdk": "^3.0.0",
|
||||
"react-icons": "^5.5.0",
|
||||
"@vitejs/plugin-react": "^5.1.2",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.2.11",
|
||||
"@types/react-dom": "^18.2.4",
|
||||
"typescript": "^5.1.6",
|
||||
"vite": "^5.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user