Skip to content

Commit

Permalink
Add balance account
Browse files Browse the repository at this point in the history
  • Loading branch information
faizov committed Mar 22, 2024
1 parent 814099c commit dd0d27b
Show file tree
Hide file tree
Showing 11 changed files with 1,525 additions and 62 deletions.
16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
"preview": "vite preview"
},
"dependencies": {
"@gear-js/api": "0.36.5",
"@gear-js/react-hooks": "0.10.2",
"@gear-js/api": "0.36.5",
"@gear-js/react-hooks": "0.10.2",
"@gear-js/vara-ui": "0.0.6",
"@hookform/resolvers": "3.3.3",
"@polkadot/api": "10.11.2",
"@polkadot/extension-dapp": "0.46.5",
"@polkadot/extension-inject": "0.46.5",
"@polkadot/react-identicon": "3.1.4",
"@polkadot/types": "10.11.2",
"@polkadot/util": "12.3.2",
"@polkadot/extension-dapp": "0.46.5",
"@polkadot/extension-inject": "0.46.5",
"@polkadot/react-identicon": "3.1.4",
"@polkadot/types": "10.11.2",
"@polkadot/util": "12.3.2",
"@types/node-forge": "1.3.11",
"copy-to-clipboard": "3.3.3",
"react": "18.2.0",
Expand All @@ -28,11 +28,13 @@
"react-router-dom": "6.21.0"
},
"devDependencies": {
"@svgr/rollup": "8.1.0",
"@types/react": "18.2.43",
"@types/react-dom": "18.2.17",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"@vitejs/plugin-react": "4.2.1",
"clsx": "2.0.0",
"eslint": "8.55.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
Expand Down
Loading

0 comments on commit dd0d27b

Please sign in to comment.