wallet-connect-web-examples/dapps/ethereum-provider/package.json
Glitch deb123f283
restructure (#345)
* restructure

* udpate readme links
2023-12-13 15:36:25 -03:00

26 lines
576 B
JSON

{
"name": "codesandbox-template-vite",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@walletconnect/ethereum-provider": "^2.9.1",
"@walletconnect/modal": "^2.6.1",
"ethers": "^5.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.0",
"typescript": "^4.6.4",
"vite": "^4.3.0"
}
}