wallet-connect-web-examples/dapps/react-dapp-auth/package.json
Gancho Radkov d8ebe4509b
chore: updated @walletconnect deps (#164)
* chore: updates auth dapp

* chore: updates react sign dapp

* chore: updates cosmos dapp

* chore: updates ethers dapp

* chore: updates web3js dapp

* chore: updates vue auth dapp

* chore: updates auth wallet

* chore: updates eip155 wallet

* updates react-wallet-v2

* chore: updates web3wallet example

* feat: adds optional namespaces to main example wallet

* chore: eip155 example lock

* chore: removes console log

---------

Co-authored-by: Gancho Radkov <ganchoradkov@gmail.com>
2023-05-23 14:42:34 +03:00

36 lines
866 B
JSON

{
"name": "auth-sample-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.2.6",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@walletconnect/auth-client": "2.1.0",
"@web3modal/standalone": "^2.2.2",
"better-sqlite3": "^7.6.2",
"ethers": "^5.7.0",
"events": "^3.3.0",
"framer-motion": "^7.0.0",
"next": "12.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"smart-truncate": "^1.0.1"
},
"devDependencies": {
"@types/node": "18.6.4",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@types/smart-truncate": "^1.0.2",
"eslint": "8.21.0",
"eslint-config-next": "12.2.4",
"typescript": "^4.9.5"
}
}