cosmos-multisig-ui/package.json
2022-01-10 16:42:49 +01:00

27 lines
641 B
JSON

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