cosmos-multisig-ui/package.json
2021-08-29 18:26:24 -04:00

26 lines
614 B
JSON

{
"name": "create-next-example-app",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@cosmjs/amino": "^0.25.6",
"@cosmjs/launchpad": "^0.25.6",
"@cosmjs/proto-signing": "^0.25.6",
"@cosmjs/stargate": "^0.25.6",
"@keplr-wallet/types": "^0.9.0-alpha.4",
"axios": "^0.21.1",
"chalk": "^4.1.0",
"copy-to-clipboard": "^3.3.1",
"encoding": "^0.1.13",
"faunadb": "^4.1.1",
"next": "^10.0.8",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"uint8-to-base64": "^0.2.0",
"uuid": "^8.3.0"
}
}